# 10/10/11 9:34:06 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.cdtinterface.vpg/src/org/eclipse/photran/internal/core/model/FortranModelBuilder.java (at line 9) import org.eclipse.cdt.core.model.IContributedModelBuilder; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.model.IContributedModelBuilder is never used ---------- 1 problem (1 warning)[4 .class files generated] # 10/10/11 9:34:06 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg.preprocessor.c/src/org/eclipse/photran/internal/core/lexer/CPreprocessingLexer.java (at line 14) import java.io.InputStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.InputStream is never used ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg.preprocessor.c/src/org/eclipse/photran/internal/core/lexer/ProducerMap.java (at line 100) IToken prevTok = null; ^^^^^^^ The value of the local variable prevTok is not used ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg.preprocessor.c/src/org/eclipse/photran/internal/core/lexer/sourceform/CPreprocessedFreeSourceForm.java (at line 32) public ILexer createLexer( ^^^^^^ Type safety: The return type ILexer for createLexer(Reader, IFile, String, boolean) from the type CPreprocessedFreeSourceForm needs unchecked conversion to conform to T from the type ISourceForm ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg.preprocessor.c/src/org/eclipse/photran/internal/core/preprocessor/c/CPreprocessor.java (at line 134) import org.eclipse.cdt.core.parser.IScanner; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.parser.IScanner is never used ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg.preprocessor.c/src/org/eclipse/photran/internal/core/preprocessor/c/CPreprocessor.java (at line 1646) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg.preprocessor.c/src/org/eclipse/photran/internal/core/preprocessor/c/IIndexBasedCodeReaderFactory.java (at line 15) import org.eclipse.photran.internal.core.preprocessor.c.IncludeFileContent.InclusionKind; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.preprocessor.c.IncludeFileContent.InclusionKind is never used ---------- ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg.preprocessor.c/src/org/eclipse/photran/internal/core/preprocessor/c/ILexerLog.java (at line 14) import org.eclipse.cdt.core.parser.IProblem; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.parser.IProblem is never used ---------- ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg.preprocessor.c/src/org/eclipse/photran/internal/core/preprocessor/c/PreprocessorMacro.java (at line 29) import org.eclipse.cdt.core.dom.ast.DOMException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.dom.ast.DOMException is never used ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg.preprocessor.c/src/org/eclipse/photran/internal/core/preprocessor/c/PreprocessorMacro.java (at line 79) public Object getAdapter(Class clazz) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 9 problems (9 warnings)[79 .class files generated] # 10/10/11 9:34:03 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/analysis/binding/Binder.java (at line 9) import org.eclipse.photran.internal.core.lexer.Token; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.Token is never used ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/analysis/binding/VariableAccess.java (at line 17) import org.eclipse.photran.internal.core.parser.IExecutionPartConstruct; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.IExecutionPartConstruct is never used ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/analysis/flow/ControlFlowAnalysis.java (at line 59) import org.eclipse.photran.internal.core.vpg.PhotranVPGWriter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.vpg.PhotranVPGWriter is never used ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/analysis/types/Type.java (at line 20) import org.eclipse.photran.internal.core.analysis.binding.Definition; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.Definition is never used ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/analysis/types/TypeProcessor.java (at line 13) import org.eclipse.photran.internal.core.analysis.binding.Definition; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.analysis.binding.Definition is never used ---------- ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/refactoring/RemoveUnreferencedLabelsRefactoring.java (at line 24) import org.eclipse.photran.internal.core.parser.ASTVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.ASTVisitor is never used ---------- ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/refactoring/infrastructure/ASTNodeAdapterFactory.java (at line 17) import org.eclipse.rephraserengine.core.preservation.PreservationAnalysis; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rephraserengine.core.preservation.PreservationAnalysis is never used ---------- ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/refactoring/interfaces/IFortranEditorRefactoring.java (at line 13) import org.eclipse.photran.internal.core.refactoring.infrastructure.FortranEditorRefactoring; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.refactoring.infrastructure.FortranEditorRefactoring is never used ---------- ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/refactoring/interfaces/ILTKRefactoring.java (at line 17) import org.eclipse.ltk.core.refactoring.Refactoring; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ltk.core.refactoring.Refactoring is never used ---------- ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/refactoring/interfaces/IRenameRefactoring.java (at line 13) import org.eclipse.photran.internal.core.refactoring.RenameRefactoring; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.refactoring.RenameRefactoring is never used ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/reindenter/LineColComputer.java (at line 13) import org.eclipse.photran.core.IFortranAST; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.core.IFortranAST is never used ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/reindenter/LineColComputer.java (at line 17) import org.eclipse.photran.internal.core.vpg.PhotranTokenRef; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.vpg.PhotranTokenRef is never used ---------- ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/reindenter/ReindentEachLineVisitor.java (at line 15) import org.eclipse.photran.internal.core.reindenter.Reindenter.Strategy; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.reindenter.Reindenter.Strategy is never used ---------- ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/reindenter/ReindentingVisitor.java (at line 18) import org.eclipse.photran.internal.core.vpg.PhotranTokenRef; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.vpg.PhotranTokenRef is never used ---------- ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/reindenter/ShiftBlockVisitor.java (at line 15) import org.eclipse.photran.internal.core.reindenter.Reindenter.Strategy; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.reindenter.Reindenter.Strategy is never used ---------- ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/vpg/PhotranTokenRef.java (at line 23) import org.eclipse.rephraserengine.core.vpg.VPG; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rephraserengine.core.vpg.VPG is never used ---------- ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/vpg/PhotranVPGComponentFactory.java (at line 21) import org.eclipse.rephraserengine.core.vpg.IVPGComponentFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rephraserengine.core.vpg.IVPGComponentFactory is never used ---------- ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/vpg/PhotranVPGWriter.java (at line 64) import org.eclipse.rephraserengine.core.vpg.VPGWriter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rephraserengine.core.vpg.VPGWriter is never used ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/vpg/PhotranVPGWriter.java (at line 304) private void computeDependenciesUsingLexer(final String filename) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method computeDependenciesUsingLexer(String) from the type PhotranVPGWriter is never used locally ---------- ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg/lexer/org/eclipse/photran/internal/core/lexer/LexerException.java (at line 13) import org.eclipse.core.resources.IFile; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.resources.IFile is never used ---------- ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg/lexer/org/eclipse/photran/internal/core/lexer/preprocessor/fortran_include/FortranIncludeDirective.java (at line 14) import org.eclipse.photran.internal.core.lexer.IToken; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.IToken is never used ---------- ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg/lexer/org/eclipse/photran/internal/core/lexer/preprocessor/fortran_include/FortranPreprocessor.java (at line 23) import org.eclipse.photran.internal.core.lexer.FreeFormLexerPhase1; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.lexer.FreeFormLexerPhase1 is never used ---------- ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg/lexer/org/eclipse/photran/internal/core/lexer/preprocessor/fortran_include/PreprocessingFreeFormLexerPhase1.java (at line 14) import java.io.InputStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.InputStream is never used ---------- ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/SyntaxException.java (at line 13) import org.eclipse.core.resources.IFile; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.resources.IFile is never used ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.core.vpg/parser/org/eclipse/photran/internal/core/SyntaxException.java (at line 16) import org.eclipse.photran.internal.core.parser.Parser; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.parser.Parser is never used ---------- 25 problems (25 warnings)[755 .class files generated] # 10/10/11 9:36:04 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [1 .class file generated] # 10/10/11 9:36:03 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/editor_vpg/contentassist/FortranCompletionProposalComputer.java (at line 16) import java.util.TreeMap; ^^^^^^^^^^^^^^^^^ The import java.util.TreeMap is never used ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/editor_vpg/folding/FortranFoldingProvider.java (at line 26) import org.eclipse.photran.internal.ui.editor_vpg.FortranVPGSourceViewerConfigurationFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.ui.editor_vpg.FortranVPGSourceViewerConfigurationFactory is never used ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/properties/SearchPathsPropertyPage.java (at line 18) import org.eclipse.jface.preference.PreferencePage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.preference.PreferencePage is never used ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/search/FortranFindReferencesActionDelegate.java (at line 23) import org.eclipse.photran.internal.ui.actions.OpenDeclaration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.ui.actions.OpenDeclaration is never used ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/search/FortranSearchQuery.java (at line 36) import org.eclipse.search.ui.ISearchQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.search.ui.ISearchQuery is never used ---------- 5 problems (5 warnings)[142 .class files generated] # 10/10/11 9:36:08 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.core/src/org/eclipse/ptp/core/IModelManager.java (at line 24) import org.eclipse.ptp.services.core.ServiceModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.services.core.ServiceModelManager is never used ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.core/src/org/eclipse/ptp/core/Preferences.java (at line 15) import org.eclipse.core.runtime.preferences.IEclipsePreferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.preferences.IEclipsePreferences is never used ---------- 2 problems (2 warnings)[236 .class files generated] # 10/10/11 9:36:10 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/core/sourcelookup/AbsolutePathSourceContainer.java (at line 111) final IPath path = Path.fromOSString(file.getCanonicalPath()); ^^^^ The value of the local variable path is not used ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.core/pdi/org/eclipse/ptp/debug/internal/core/pdi/manager/BreakpointManager.java (at line 58) private final int EXCEPTION_CATCH_IDX = 1; ^^^^^^^^^^^^^^^^^^^ The value of the field BreakpointManager.EXCEPTION_CATCH_IDX is not used ---------- 2 problems (2 warnings)[531 .class files generated] # 10/10/11 9:36:20 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [31 .class files generated] # 10/10/11 9:36:22 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [21 .class files generated] # 10/10/11 9:36:21 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [1 .class file generated] # 10/10/11 9:36:17 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 26) import org.eclipse.cdt.internal.core.model.ExternalTranslationUnit; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalTranslationUnit is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 27) import org.eclipse.cdt.internal.ui.util.ExternalEditorInput; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 223) ExternalTranslationUnit tu = new ExternalTranslationUnit(cproject, URIUtil.toURI(path), id); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalTranslationUnit is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 223) ExternalTranslationUnit tu = new ExternalTranslationUnit(cproject, URIUtil.toURI(path), id); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ExternalTranslationUnit(ICElement, URI, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 223) ExternalTranslationUnit tu = new ExternalTranslationUnit(cproject, URIUtil.toURI(path), id); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalTranslationUnit is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 224) return new ExternalEditorInput(tu); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ExternalEditorInput(ITranslationUnit) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 224) return new ExternalEditorInput(tu); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 226) return new ExternalEditorInput(path); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ExternalEditorInput(IPath) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 226) return new ExternalEditorInput(path); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 242) return new ExternalEditorInput(((IStorage) element).getFullPath()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ExternalEditorInput(IPath) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 242) return new ExternalEditorInput(((IStorage) element).getFullPath()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/actions/AbstractListenerActionDelegate.java (at line 28) import org.eclipse.ui.IViewActionDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IViewActionDelegate is never used ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/actions/AbstractListenerActionDelegate.java (at line 31) import org.eclipse.ui.IWorkbenchWindowActionDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IWorkbenchWindowActionDelegate is never used ---------- ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/actions/CompareValueAction.java (at line 32) private PVariableView view = null; ^^^^ The value of the field CompareValueAction.view is not used ---------- ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/actions/RetargetAction.java (at line 154) protected abstract Class getAdapterClass(); ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/actions/RetargetResumeAtLineAction.java (at line 67) protected Class getAdapterClass() { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/actions/RetargettableActionAdapterFactory.java (at line 37) public Object getAdapter(Object adaptableObject, Class adapterType) { ^^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/actions/RetargettableActionAdapterFactory.java (at line 52) public Class[] getAdapterList() { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/views/AbstractDebugEventHandlerView.java (at line 23) import org.eclipse.ui.IWorkbenchPart; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IWorkbenchPart is never used ---------- ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/views/CTable.java (at line 354) int cnt = 0; ^^^ The value of the local variable cnt is not used ---------- ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/views/breakpoints/ToggleBreakpointsTarget.java (at line 69) public int getValidAddressBreakpointLocation(IDocument doc, int lineNumber) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getValidAddressBreakpointLocation(IDocument, int) from the type ToggleBreakpointsTarget.BreakpointLocationVerifier is never used locally ---------- ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/views/signals/SignalsView.java (at line 25) import org.eclipse.debug.internal.ui.views.IDebugExceptionHandler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDebugExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.debug.ui_3.7.101.v20110817_r371.jar ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/views/signals/SignalsView.java (at line 57) IPreferenceChangeListener, IDebugExceptionHandler { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDebugExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.debug.ui_3.7.101.v20110817_r371.jar ---------- ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/views/signals/SignalsViewContentProvider.java (at line 22) import org.eclipse.debug.internal.ui.views.IDebugExceptionHandler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDebugExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.debug.ui_3.7.101.v20110817_r371.jar ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/views/signals/SignalsViewContentProvider.java (at line 35) private IDebugExceptionHandler fExceptionHandler = null; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDebugExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.debug.ui_3.7.101.v20110817_r371.jar ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/views/signals/SignalsViewContentProvider.java (at line 56) getExceptionHandler().handleException(e); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method handleException(DebugException) from the type IDebugExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.debug.ui_3.7.101.v20110817_r371.jar ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/views/signals/SignalsViewContentProvider.java (at line 86) protected void setExceptionHandler(IDebugExceptionHandler handler) { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDebugExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.debug.ui_3.7.101.v20110817_r371.jar ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/views/signals/SignalsViewContentProvider.java (at line 95) protected IDebugExceptionHandler getExceptionHandler() { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDebugExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.debug.ui_3.7.101.v20110817_r371.jar ---------- ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/ui/views/ParallelDebugView.java (at line 31) import org.eclipse.debug.internal.ui.viewers.model.InternalTreeModelViewer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type InternalTreeModelViewer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.debug.ui_3.7.101.v20110817_r371.jar ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/ui/views/ParallelDebugView.java (at line 443) if (viewer instanceof InternalTreeModelViewer) { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type InternalTreeModelViewer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.debug.ui_3.7.101.v20110817_r371.jar ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/ui/views/ParallelDebugView.java (at line 444) ((InternalTreeModelViewer) viewer).setSelection(new StructuredSelection(element), true, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setSelection(ISelection, boolean, boolean) from the type InternalTreeModelViewer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.debug.ui_3.7.101.v20110817_r371.jar ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/ui/views/ParallelDebugView.java (at line 444) ((InternalTreeModelViewer) viewer).setSelection(new StructuredSelection(element), true, true); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type InternalTreeModelViewer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.debug.ui_3.7.101.v20110817_r371.jar ---------- 32 problems (32 warnings)[235 .class files generated] # 10/10/11 9:33:41 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/AbstractFeedbackItem.java (at line 63) private static IResource getResourceInProject(String projName, String filename) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getResourceInProject(String, String) from the type AbstractFeedbackItem is never used locally ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/AbstractFeedbackItem.java (at line 69) boolean exists = res.exists(); ^^^^^^ The value of the local variable exists is not used ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/actions/handlers/ShowFeedbackHandler.java (at line 91) for (Iterator it = sel.iterator(); it.hasNext();) { ^^^^^^^^^^^^^^ Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/actions/handlers/ShowFeedbackHandler.java (at line 99) IPath path = file.getLocation();// null if remote ^^^^ The value of the local variable path is not used ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/actions/handlers/ShowFeedbackHandler.java (at line 126) private IFeedbackParser findFeedbackParser(File file) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method findFeedbackParser(File) from the type ShowFeedbackHandler is never used locally ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/actions/handlers/ShowFeedbackHandler.java (at line 131) IFile ifile = null; ^^^^^ The value of the local variable ifile is not used ---------- ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 185) private String columnName_ = Messages.SimpleTreeTableMarkerView_value; ^^^^^^^^^^^ The value of the field SimpleTreeTableMarkerView.columnName_ is not used ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 459) ArrayList rootNodeList = 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_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 459) ArrayList rootNodeList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 473) String itemID = (String) marker.getAttribute(FeedbackIDs.FEEDBACK_ATTR_ID); ^^^^^^ The value of the local variable itemID is not used ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 480) rootNodeList.add(marker); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 492) int len = parentList.size(); ^^^ The value of the local variable len is not used ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 508) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 508) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 520) list.add(marker); // ??? ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 522) ParentNode pn = getParentNode(parentName); ^^ The value of the local variable pn is not used ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 529) int len = parentList.size(); ^^^ The value of the local variable len is not used ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 532) return list;// parentList; ^^^^ Type safety: The expression of type ArrayList needs unchecked conversion to conform to List ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 564) for (Iterator iter = parentList.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 764) String itemID = getStrAttr(marker, FeedbackIDs.FEEDBACK_ATTR_ID); ^^^^^^ The value of the local variable itemID is not used ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 790) private ParentNode getParent(IMarker marker, boolean b) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getParent(IMarker, boolean) from the type SimpleTreeTableMarkerView.ViewContentProvider is never used locally ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 859) private final HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 859) private final 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_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 976) boolean exists = marker.exists(); ^^^^^^ The value of the local variable exists is not used ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1027) 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_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1043) 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_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1387) TreeColumn column; ^^^^^^ The value of the local variable column is not used ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1620) int size = m.length; ^^^^ The value of the local variable size is not used ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1694) String ps = thePlugin_.toString();// ?? ^^ The value of the local variable ps is not used ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1789) Map attrs = marker.getAttributes(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1790) Iterator iter = attrs.entrySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1792) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1792) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1917) private final HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1917) private final HashMap iconHash = new HashMap(); ^^^^^^^^ The value of the field SimpleTreeTableMarkerView.iconHash is not used ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1917) private final HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1927) private final LinkedList list = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1927) private final LinkedList list = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1930) list.addFirst(v); ^^^^^^^^^^^^^^^^ Type safety: The method addFirst(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 2024) int len = md1.length; ^^^ The value of the local variable len is not used ---------- 40 problems (40 warnings)[42 .class files generated] # 10/10/11 9:36:19 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [8 .class files generated] # 10/10/11 9:36:20 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [7 .class files generated] # 10/10/11 9:34:10 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.tau.papiselect/src/org/eclipse/ptp/etfw/tau/papiselect/papic/EventTree.java (at line 184) int modcount = 0; ^^^^^^^^ The value of the local variable modcount is not used ---------- 1 problem (1 warning)[25 .class files generated] # 10/10/11 9:36:19 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.tau.perfdmf/src/org/eclipse/ptp/etfw/tau/perfdmf/views/ParaProfController.java (at line 15) import org.eclipse.ptp.etfw.internal.BuildLaunchUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type BuildLaunchUtils is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw/@dot ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.tau.perfdmf/src/org/eclipse/ptp/etfw/tau/perfdmf/views/ParaProfController.java (at line 72) String paraprof = BuildLaunchUtils.getToolPath("tau") + File.separator + "paraprof"; //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^ Discouraged access: The type BuildLaunchUtils is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw/@dot ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.tau.perfdmf/src/org/eclipse/ptp/etfw/tau/perfdmf/views/ParaProfController.java (at line 72) String paraprof = BuildLaunchUtils.getToolPath("tau") + File.separator + "paraprof"; //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getToolPath(String) from the type BuildLaunchUtils is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw/@dot ---------- 3 problems (3 warnings)[20 .class files generated] # 10/10/11 9:33:42 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.tau.selinst/src/org/eclipse/ptp/etfw/tau/selinst/popup/actions/Clear.java (at line 30) import org.eclipse.ui.IActionDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IActionDelegate is never used ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.tau.selinst/src/org/eclipse/ptp/etfw/tau/selinst/popup/actions/SelectiveInstrument.java (at line 30) import org.eclipse.ui.IActionDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IActionDelegate is never used ---------- 2 problems (2 warnings)[10 .class files generated] # 10/10/11 9:33:43 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [6 .class files generated] # 10/10/11 9:36:19 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.tau/src/org/eclipse/ptp/etfw/tau/TAUAnalysisTab.java (at line 37) import org.eclipse.debug.ui.ILaunchConfigurationTab; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.debug.ui.ILaunchConfigurationTab is never used ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw.tau/src/org/eclipse/ptp/etfw/tau/papitest/TestPAPI.java (at line 33) import org.eclipse.ui.IWorkbenchWindowActionDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IWorkbenchWindowActionDelegate is never used ---------- 2 problems (2 warnings)[37 .class files generated] # 10/10/11 9:36:04 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [19 .class files generated] # 10/10/11 9:36:18 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ExternalToolSelectionTab.java (at line 37) import org.eclipse.debug.ui.ILaunchConfigurationTab; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.debug.ui.ILaunchConfigurationTab is never used ---------- 1 problem (1 warning)[45 .class files generated] # 10/10/11 9:33:59 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.gem/src/org/eclipse/ptp/gem/popup/actions/HbvLogFilePopUpAction.java (at line 33) import org.eclipse.ui.IActionDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IActionDelegate is never used ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.gem/src/org/eclipse/ptp/gem/popup/actions/ProcessLogFilePopUpAction.java (at line 33) import org.eclipse.ui.IActionDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IActionDelegate is never used ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.gem/src/org/eclipse/ptp/gem/popup/actions/VerificationPopUpAction.java (at line 31) import org.eclipse.ui.IActionDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IActionDelegate is never used ---------- 3 problems (3 warnings)[69 .class files generated] # 10/10/11 9:36:18 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/ArgumentsTab.java (at line 25) import org.eclipse.debug.ui.ILaunchConfigurationTab; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.debug.ui.ILaunchConfigurationTab is never used ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/WorkingDirectoryBlock.java (at line 27) import org.eclipse.debug.ui.ILaunchConfigurationTab; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.debug.ui.ILaunchConfigurationTab is never used ---------- 2 problems (2 warnings)[86 .class files generated] # 10/10/11 9:34:01 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/ArtifactManager.java (at line 35) static HashMap hashMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/ArtifactManager.java (at line 35) static HashMap hashMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/ArtifactManager.java (at line 44) public static HashMap registry = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/ArtifactManager.java (at line 44) public static HashMap registry = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/ArtifactManager.java (at line 48) registry.put(id, this); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/ArtifactManager.java (at line 97) hashMap.put(id, a); ^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/ArtifactManager.java (at line 117) public HashMap getArtifactMap() { ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/actions/RunAnalyseHandler.java (at line 87) @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/actions/RunAnalyseHandler.java (at line 91) Iterator iter = this.selection.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/actions/RunAnalyseHandler.java (at line 132) @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/actions/RunAnalyseHandler.java (at line 136) Iterator iter = this.selection.iterator(); ^^^^^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/actions/RunAnalyseHandlerBase.java (at line 56) import org.eclipse.ui.IWorkbenchWindowActionDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IWorkbenchWindowActionDelegate is never used ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/actions/RunAnalyseHandlerBase.java (at line 167) if (scanReturn == null) { System.out.println("ScanReturn result is NULL. No results for " //$NON-NLS-1$ + tu.getResource().getProjectRelativePath()); errMsg = "Error: No results were returned from analysis of " //$NON-NLS-1$ + tu.getResource().getProjectRelativePath(); MessageDialog.openError(shell, "Error in Analysis", errMsg); //$NON-NLS-1$ } else { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/actions/RunAnalyseHandlerBase.java (at line 680) if (false) { message += " - "; //$NON-NLS-1$ message += debugMessage; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code ---------- ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/analysis/PldtAstVisitor.java (at line 456) public List convertToList(String stringList) ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/analysis/PldtAstVisitor.java (at line 459) List dirs = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/analysis/PldtAstVisitor.java (at line 459) List dirs = 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/editorHelp/CHelpResourceDescriptorImpl.java (at line 114) for (int j = 0; j < configElements.length; j++) { ^^^ Dead code ---------- ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/util/Utility.java (at line 48) @SuppressWarnings("restriction") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("restriction") ---------- ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTableMarkerView.java (at line 391) List markList = Arrays.asList(objs); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTableMarkerView.java (at line 396) allObjs.addAll(markList); ^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to Collection ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTableMarkerView.java (at line 1376) String temp = b.getSymbolicName(); ^^^^ The value of the local variable temp is not used ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTableMarkerView.java (at line 1380) Image img = id.createImage(); ^^^ The value of the local variable img is not used ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTableMarkerView.java (at line 1477) Map attrs = marker.getAttributes(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTableMarkerView.java (at line 1478) Iterator iter = attrs.entrySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTableMarkerView.java (at line 1480) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTableMarkerView.java (at line 1480) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTableMarkerView.java (at line 1692) int len = md1.length; ^^^ The value of the local variable len is not used ---------- ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 163) private String[] columnNames_; ^^^^^^^^^^^^ The value of the field SimpleTreeTableMarkerView.columnNames_ is not used ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 442) for (Iterator iter = parentList.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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 707) private HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 707) private HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 835) 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 ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 850) for (Iterator iter = iconHash.values().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 1126) TreeColumn column; ^^^^^^ The value of the local variable column is not used ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 1483) Map attrs = marker.getAttributes(); ^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 1484) Iterator iter = attrs.entrySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 1486) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 1486) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 1592) private LinkedList list = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 1592) private LinkedList list = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 1595) list.addFirst(v); ^^^^^^^^^^^^^^^^ Type safety: The method addFirst(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 1691) int len = md1.length; ^^^ The value of the local variable len is not used ---------- 43 problems (43 warnings)[77 .class files generated] # 10/10/11 9:34:01 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [12 .class files generated] # 10/10/11 9:33:44 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis.cdt/src/org/eclipse/ptp/pldt/mpi/analysis/cdt/graphs/impl/ControlFlowGraph.java (at line 781) public List intersect(List A, List B) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis.cdt/src/org/eclipse/ptp/pldt/mpi/analysis/cdt/graphs/impl/ControlFlowGraph.java (at line 781) public List intersect(List A, List B) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis.cdt/src/org/eclipse/ptp/pldt/mpi/analysis/cdt/graphs/impl/ControlFlowGraph.java (at line 781) public List intersect(List A, List B) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis.cdt/src/org/eclipse/ptp/pldt/mpi/analysis/cdt/graphs/impl/ControlFlowGraph.java (at line 784) List list = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis.cdt/src/org/eclipse/ptp/pldt/mpi/analysis/cdt/graphs/impl/ControlFlowGraph.java (at line 784) List list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis.cdt/src/org/eclipse/ptp/pldt/mpi/analysis/cdt/graphs/impl/ControlFlowGraph.java (at line 785) for (Iterator i = A.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis.cdt/src/org/eclipse/ptp/pldt/mpi/analysis/cdt/graphs/impl/ControlFlowGraph.java (at line 793) @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis.cdt/src/org/eclipse/ptp/pldt/mpi/analysis/cdt/graphs/impl/ControlFlowGraph.java (at line 794) public boolean equals(List A, List B) { ^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis.cdt/src/org/eclipse/ptp/pldt/mpi/analysis/cdt/graphs/impl/ControlFlowGraph.java (at line 794) public boolean equals(List A, List B) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis.cdt/src/org/eclipse/ptp/pldt/mpi/analysis/cdt/graphs/impl/ControlFlowGraph.java (at line 803) for (Iterator i = A.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 10 problems (10 warnings)[14 .class files generated] # 10/10/11 9:34:01 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 78) for (Enumeration e = table_.elements(); e.hasMoreElements();) { ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 79) ArrayList list = (ArrayList) e.nextElement(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 79) ArrayList list = (ArrayList) e.nextElement(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 80) for (Iterator i = list.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 90) for (Enumeration e = table_.elements(); e.hasMoreElements();) { ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 91) ArrayList list = (ArrayList) e.nextElement(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 91) ArrayList list = (ArrayList) e.nextElement(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 92) for (Iterator i = list.iterator(); i.hasNext();) { ^^^^^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 102) for (Enumeration e = table_.elements(); e.hasMoreElements();) { ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 103) ArrayList list = (ArrayList) e.nextElement(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 103) ArrayList list = (ArrayList) e.nextElement(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 104) for (Iterator i = list.iterator(); i.hasNext();) { ^^^^^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 160) IASTInitializerClause[] newParms = barrier_.getArguments(); // BRT could fix deprecation? ^^^^^^^^ The value of the local variable newParms is not used ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 220) String str = iastLiteralExpression.getRawSignature(); ^^^ The value of the local variable str is not used ---------- ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 44) import org.eclipse.cdt.internal.core.dom.parser.c.CASTBinaryExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTBinaryExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 45) import org.eclipse.cdt.internal.core.dom.parser.c.CASTBreakStatement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTBreakStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 46) import org.eclipse.cdt.internal.core.dom.parser.c.CASTCompoundStatement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTCompoundStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 47) import org.eclipse.cdt.internal.core.dom.parser.c.CASTDeclarationStatement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTDeclarationStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 48) import org.eclipse.cdt.internal.core.dom.parser.c.CASTDoStatement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTDoStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 49) import org.eclipse.cdt.internal.core.dom.parser.c.CASTExpressionStatement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTExpressionStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 50) import org.eclipse.cdt.internal.core.dom.parser.c.CASTForStatement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTForStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 51) import org.eclipse.cdt.internal.core.dom.parser.c.CASTIdExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTIdExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 52) import org.eclipse.cdt.internal.core.dom.parser.c.CASTIfStatement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTIfStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 53) import org.eclipse.cdt.internal.core.dom.parser.c.CASTInitializerExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTInitializerExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 54) import org.eclipse.cdt.internal.core.dom.parser.c.CASTLiteralExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTLiteralExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 55) import org.eclipse.cdt.internal.core.dom.parser.c.CASTName; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 56) import org.eclipse.cdt.internal.core.dom.parser.c.CASTSimpleDeclSpecifier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTSimpleDeclSpecifier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 57) import org.eclipse.cdt.internal.core.dom.parser.c.CASTSimpleDeclaration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTSimpleDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 58) import org.eclipse.cdt.internal.core.dom.parser.c.CASTSwitchStatement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTSwitchStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 59) import org.eclipse.cdt.internal.core.dom.parser.c.CASTUnaryExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTUnaryExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 60) import org.eclipse.cdt.internal.core.dom.parser.c.CASTWhileStatement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTWhileStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 67) private LinkedList gotoList_; ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 68) private LinkedList labelList_; ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 128) for (ListIterator li = labelList_.listIterator(); li.hasNext();) { ^^^^^^^^^^^^ ListIterator is a raw type. References to generic type ListIterator should be parameterized ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 138) for (ListIterator li = gotoList_.listIterator(); li.hasNext();) { ^^^^^^^^^^^^ ListIterator is a raw type. References to generic type ListIterator should be parameterized ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 141) IASTLiteralExpression condE = new CASTLiteralExpression(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTLiteralExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 141) IASTLiteralExpression condE = new CASTLiteralExpression(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTLiteralExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 144) IASTIfStatement ifS = new CASTIfStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTIfStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 144) IASTIfStatement ifS = new CASTIfStatement(); ^^^^^^^^^^^^^^^ Discouraged access: The type CASTIfStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 157) IASTSimpleDeclaration decl = new CASTSimpleDeclaration(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTSimpleDeclaration() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 157) IASTSimpleDeclaration decl = new CASTSimpleDeclaration(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTSimpleDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 159) IASTSimpleDeclSpecifier declSpec = new CASTSimpleDeclSpecifier(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTSimpleDeclSpecifier() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 159) IASTSimpleDeclSpecifier declSpec = new CASTSimpleDeclSpecifier(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTSimpleDeclSpecifier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 174) IASTName name = new CASTName(var.toCharArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTName(char[]) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 174) IASTName name = new CASTName(var.toCharArray()); ^^^^^^^^ Discouraged access: The type CASTName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 176) IASTLiteralExpression init = new CASTLiteralExpression(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTLiteralExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 176) IASTLiteralExpression init = new CASTLiteralExpression(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTLiteralExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 178) IASTInitializerExpression initE = new CASTInitializerExpression(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTInitializerExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 178) IASTInitializerExpression initE = new CASTInitializerExpression(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTInitializerExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 186) IASTDeclarationStatement declStmt = new CASTDeclarationStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTDeclarationStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 186) IASTDeclarationStatement declStmt = new CASTDeclarationStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTDeclarationStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 201) IASTName name = new CASTName(var.toCharArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTName(char[]) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 201) IASTName name = new CASTName(var.toCharArray()); ^^^^^^^^ Discouraged access: The type CASTName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 202) IASTIdExpression id = new CASTIdExpression(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTIdExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 202) IASTIdExpression id = new CASTIdExpression(); ^^^^^^^^^^^^^^^^ Discouraged access: The type CASTIdExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 206) IASTLiteralExpression value = new CASTLiteralExpression(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTLiteralExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 206) IASTLiteralExpression value = new CASTLiteralExpression(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTLiteralExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 209) IASTBinaryExpression biE = new CASTBinaryExpression(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTBinaryExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 209) IASTBinaryExpression biE = new CASTBinaryExpression(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTBinaryExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 216) IASTExpressionStatement exprStmt = new CASTExpressionStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTExpressionStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 216) IASTExpressionStatement exprStmt = new CASTExpressionStatement(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTExpressionStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 220) IASTCompoundStatement compStmt = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTCompoundStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 220) IASTCompoundStatement compStmt = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTCompoundStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 237) for (ListIterator li = labelList_.listIterator(); li.hasNext();) { ^^^^^^^^^^^^ ListIterator is a raw type. References to generic type ListIterator should be parameterized ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 280) IASTCompoundStatement newCompS = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTCompoundStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 280) IASTCompoundStatement newCompS = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTCompoundStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 329) IASTCompoundStatement newbody = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTCompoundStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 329) IASTCompoundStatement newbody = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTCompoundStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 344) IASTName condname = new CASTName(labelname.toCharArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTName(char[]) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 344) IASTName condname = new CASTName(labelname.toCharArray()); ^^^^^^^^ Discouraged access: The type CASTName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 345) IASTIdExpression condE = new CASTIdExpression(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTIdExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 345) IASTIdExpression condE = new CASTIdExpression(); ^^^^^^^^^^^^^^^^ Discouraged access: The type CASTIdExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 349) IASTIfStatement ifS = new CASTIfStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTIfStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 349) IASTIfStatement ifS = new CASTIfStatement(); ^^^^^^^^^^^^^^^ Discouraged access: The type CASTIfStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 351) IASTBreakStatement breakS = new CASTBreakStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTBreakStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 351) IASTBreakStatement breakS = new CASTBreakStatement(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTBreakStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 367) IASTName condname = new CASTName(labelname.toCharArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTName(char[]) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 367) IASTName condname = new CASTName(labelname.toCharArray()); ^^^^^^^^ Discouraged access: The type CASTName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 368) IASTIdExpression condE = new CASTIdExpression(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTIdExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 368) IASTIdExpression condE = new CASTIdExpression(); ^^^^^^^^^^^^^^^^ Discouraged access: The type CASTIdExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 372) IASTIfStatement ifS = new CASTIfStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTIfStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 372) IASTIfStatement ifS = new CASTIfStatement(); ^^^^^^^^^^^^^^^ Discouraged access: The type CASTIfStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 374) IASTBreakStatement breakS = new CASTBreakStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTBreakStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 374) IASTBreakStatement breakS = new CASTBreakStatement(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTBreakStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 384) ((CASTDoStatement) parent).replace(body, newbody); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method replace(IASTNode, IASTNode) from the type CASTDoStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 384) ((CASTDoStatement) parent).replace(body, newbody); ^^^^^^^^^^^^^^^ Discouraged access: The type CASTDoStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 386) ((CASTForStatement) parent).replace(body, newbody); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method replace(IASTNode, IASTNode) from the type CASTForStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 386) ((CASTForStatement) parent).replace(body, newbody); ^^^^^^^^^^^^^^^^ Discouraged access: The type CASTForStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 388) ((CASTWhileStatement) parent).replace(body, newbody); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method replace(IASTNode, IASTNode) from the type CASTWhileStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 388) ((CASTWhileStatement) parent).replace(body, newbody); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTWhileStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 390) ((CASTSwitchStatement) parent).replace(body, newbody); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method replace(IASTNode, IASTNode) from the type CASTSwitchStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 390) ((CASTSwitchStatement) parent).replace(body, newbody); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTSwitchStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 407) IASTCompoundStatement newbody = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTCompoundStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 407) IASTCompoundStatement newbody = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTCompoundStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 416) IASTCompoundStatement ifbody = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTCompoundStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 416) IASTCompoundStatement ifbody = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTCompoundStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 420) IASTName condname = new CASTName(labelname.toCharArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTName(char[]) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 420) IASTName condname = new CASTName(labelname.toCharArray()); ^^^^^^^^ Discouraged access: The type CASTName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 421) IASTIdExpression condid = new CASTIdExpression(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTIdExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 421) IASTIdExpression condid = new CASTIdExpression(); ^^^^^^^^^^^^^^^^ Discouraged access: The type CASTIdExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 425) IASTUnaryExpression condE = new CASTUnaryExpression(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTUnaryExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 425) IASTUnaryExpression condE = new CASTUnaryExpression(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTUnaryExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 430) IASTIfStatement ifStmt = new CASTIfStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTIfStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 430) IASTIfStatement ifStmt = new CASTIfStatement(); ^^^^^^^^^^^^^^^ Discouraged access: The type CASTIfStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 440) ((CASTIfStatement) parent).replace(body, newbody); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method replace(IASTNode, IASTNode) from the type CASTIfStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 440) ((CASTIfStatement) parent).replace(body, newbody); ^^^^^^^^^^^^^^^ Discouraged access: The type CASTIfStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 444) ((CASTIfStatement) parent).replace(gotoIfStmt, assignS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method replace(IASTNode, IASTNode) from the type CASTIfStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 444) ((CASTIfStatement) parent).replace(gotoIfStmt, assignS); ^^^^^^^^^^^^^^^ Discouraged access: The type CASTIfStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 499) IASTCompoundStatement newParentStmt = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTCompoundStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 499) IASTCompoundStatement newParentStmt = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTCompoundStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 510) IASTName condname = new CASTName(labelname.toCharArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTName(char[]) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 510) IASTName condname = new CASTName(labelname.toCharArray()); ^^^^^^^^ Discouraged access: The type CASTName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 511) IASTIdExpression condid = new CASTIdExpression(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTIdExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 511) IASTIdExpression condid = new CASTIdExpression(); ^^^^^^^^^^^^^^^^ Discouraged access: The type CASTIdExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 22) import org.eclipse.cdt.internal.core.dom.parser.IASTAmbiguousExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 23) import org.eclipse.cdt.internal.core.dom.parser.IASTAmbiguousStatement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 73) protected Hashtable> caseBE = null; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 90) caseBE = new Hashtable>(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 93) caseBE.put(comm, new Stack()); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 137) for (Enumeration> e = caseBE.elements(); e.hasMoreElements();) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 138) Stack caseBEsk = e.nextElement(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 153) if (stmt instanceof IASTAmbiguousStatement) { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 161) Stack caseBEsk = caseBE.get(comm); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 165) List list = caseBEsk.peek(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 188) for (Enumeration e = caseBE.keys(); e.hasMoreElements();) { ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- 126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 190) Stack caseBEsk = caseBE.get(comm); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 194) List list = caseBEsk.peek(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 195) list.add(caseStmt); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 196) list.add(new CaseBarrierExpr(be, caseStmt.getExpression())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 280) Stack caseBEsk = caseBE.get(comm); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 281) Stack sk = stacks_.get(comm); ^^ The value of the local variable sk is not used ---------- 132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 283) List list = caseBEsk.peek(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 284) list.add(dfStmt); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 285) list.add(new CaseBarrierExpr(be, null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 431) Stack caseBEsk = caseBE.get(comm); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 432) List list = caseBEsk.pop(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 485) Stack caseBEsk = caseBE.get(key); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 486) List list = caseBEsk.peek(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 515) private BarrierExpression getInitializerBE(Stack sk, IASTInitializer init) { ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 544) if (expr instanceof IASTAmbiguousExpression) { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 60) import org.eclipse.cdt.internal.core.dom.parser.IASTAmbiguousExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 61) import org.eclipse.cdt.internal.core.dom.parser.IASTAmbiguousStatement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 106) protected Hashtable> caseBE = null; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 123) caseBE = new Hashtable>(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 126) caseBE.put(comm, new Stack()); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 163) for (Enumeration> e = caseBE.elements(); e.hasMoreElements();) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 164) Stack caseBEsk = e.nextElement(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 179) if (stmt instanceof IASTAmbiguousStatement) { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 187) Stack caseBEsk = caseBE.get(comm); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 191) List list = caseBEsk.peek(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 214) for (Enumeration e = caseBE.keys(); e.hasMoreElements();) { ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- 152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 216) Stack caseBEsk = caseBE.get(comm); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 220) List list = caseBEsk.peek(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 221) list.add(caseStmt); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 222) list.add(new CaseBarrierExpr(be, caseStmt.getExpression())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 306) Stack caseBEsk = caseBE.get(comm); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 307) Stack sk = stacks_.get(comm); ^^ The value of the local variable sk is not used ---------- 158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 309) List list = caseBEsk.peek(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 310) list.add(dfStmt); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 311) list.add(new CaseBarrierExpr(be, null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 457) Stack caseBEsk = caseBE.get(comm); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 458) List list = caseBEsk.pop(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 511) Stack caseBEsk = caseBE.get(key); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 512) List list = caseBEsk.peek(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 541) private BarrierExpression getInitializerBE(Stack sk, IASTInitializer init) { ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 570) if (expr instanceof IASTAmbiguousExpression) { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierMatching.java (at line 32) import org.eclipse.cdt.internal.core.dom.parser.c.CASTCompoundStatement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTCompoundStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierMatching.java (at line 537) if (node instanceof CASTCompoundStatement) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTCompoundStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierMatching.java (at line 538) CASTCompoundStatement cstmt = (CASTCompoundStatement) node; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTCompoundStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierMatching.java (at line 538) CASTCompoundStatement cstmt = (CASTCompoundStatement) node; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTCompoundStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierMatching.java (at line 539) System.out.println("Compound stmt: " + cstmt.getRawSignature()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRawSignature() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierMatching.java (at line 540) IASTNodeLocation[] locs = cstmt.getNodeLocations(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getNodeLocations() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPICallGraph.java (at line 190) int marked = 0; ^^^^^^ The value of the local variable marked is not used ---------- ---------- 174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIDUChain.java (at line 79) List killlist = (List) ((ArrayList) defTable_.get(var)).clone(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List ---------- 175. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIDUChain.java (at line 94) block.setOut((Hashtable>) block.getGen().clone()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Hashtable> ---------- 176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIDUChain.java (at line 106) 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 ---------- 177. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIDUChain.java (at line 112) List outlist = Util.Union(block.getGen().get(var), Util.Minus(in.get(var), block.getKill().get(var))); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIDUChain.java (at line 115) out.put(var, outlist); ^^^^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 59) import org.eclipse.cdt.internal.core.dom.parser.IASTAmbiguousExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 230) private boolean newParameterUse(int side, List set, boolean v1, List l1, IASTFunctionCallExpression funcE, IASTInitializerClause[] newParameterList, MPICallGraphNode n, boolean returnval) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method newParameterUse(int, List, boolean, List, IASTFunctionCallExpression, IASTInitializerClause[], MPICallGraphNode, boolean) from the type MPIMVAnalysis.ExprMVAnalyzer is never used locally ---------- 181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 328) if (expr instanceof IASTAmbiguousExpression) { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 831) private IASTExpressionList paramsOLD; ^^^^^^^^^ The value of the field MPIMVAnalysis.WorkListCollector.paramsOLD is not used ---------- 183. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 1168) newMV = Util.Union(newMV, block.getPhiVar()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 1190) newMV = Util.Union(newMV, emva.getMVList()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 1420) newMV = Util.Union(newMV, block.getPhiVar()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 1442) newMV = Util.Union(newMV, emva.getMVList()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- ---------- 187. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/UseDefBuilder.java (at line 23) import org.eclipse.cdt.internal.core.dom.parser.IASTAmbiguousExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 188. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/UseDefBuilder.java (at line 214) if (expr instanceof IASTAmbiguousExpression) { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 189. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/UseDefBuilder.java (at line 293) gdef_ = Util.Union(gdef_, n.getGlobalDef()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 190. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/UseDefBuilder.java (at line 294) guse_ = Util.Union(guse_, n.getGlobalUse()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 191. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/UseDefBuilder.java (at line 295) def_ = Util.Union(def_, n.getGlobalDef()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 192. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/UseDefBuilder.java (at line 296) use_ = Util.Union(use_, n.getGlobalUse()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- ---------- 193. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 20) public static List Intersect(List A, List B) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 194. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 20) public static List Intersect(List A, List B) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 195. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 20) public static List Intersect(List A, List B) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 196. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 23) List list = new ArrayList(); ^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 23) List list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 198. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 24) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 27) list.add(o); ^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 200. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 32) public static boolean equals(List A, List B) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 201. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 32) public static boolean equals(List A, List B) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 202. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 41) for (Iterator i = A.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 203. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 48) public static List Union(List A, List B) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 204. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 48) public static List Union(List A, List B) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 205. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 48) public static List Union(List A, List B) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 206. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 53) List list = new ArrayList(A); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 207. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 53) 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 ---------- 208. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 53) List list = new ArrayList(A); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 209. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 54) for (Iterator i = B.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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 57) list.add(o); ^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 211. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 62) public static List Union(List A, List B, List C) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 212. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 62) public static List Union(List A, List B, List C) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 213. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 62) public static List Union(List A, List B, List C) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 214. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 62) public static List Union(List A, List B, List C) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 215. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 69) public static List Minus(List A, List B) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 216. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 69) public static List Minus(List A, List B) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 217. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 69) public static List Minus(List A, List B) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 218. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 72) List list = new ArrayList(); ^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 72) List list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 220. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 73) for (Iterator i = A.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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 76) list.add(o); ^^^^^^^^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 82) public static void addAll(List to, List from) { ^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 82) public static void addAll(List to, List from) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 224. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 87) for (Iterator i = from.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 225. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 90) to.add(s); ^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 226. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 94) public static List copy(List oldlist) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 227. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 94) public static List copy(List oldlist) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 228. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 95) List list = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 229. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 95) List list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 230. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 96) for (Iterator i = oldlist.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 231. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 97) list.add(i.next()); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 232. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 20) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 233. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 58) protected CEditor editor_ = null; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 234. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 70) if (targetEditor instanceof CEditor) ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 235. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 71) editor_ = (CEditor) targetEditor; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 236. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 146) String parentName = "BarrierSetName"; // change to something that makes sense //$NON-NLS-1$ ^^^^^^^^^^ The value of the local variable parentName is not used ---------- 237. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 147) for (Iterator i = barrier.getMatchingSet().iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 238. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 168) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 169) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 169) ArrayList list = (ArrayList) e.nextElement(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 241. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 170) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 188) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 188) LinkedList ais = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 244. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 189) for (Iterator ai = am.getAnnotationIterator(); ai.hasNext();) { ^^^^^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 190) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 192) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MPIArtifactMarkingVisitor.java (at line 74) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MPIArtifactMarkingVisitor.java (at line 76) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MPIArtifactMarkingVisitor.java (at line 81) 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 ---------- 250. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MPIArtifactMarkingVisitor.java (at line 82) 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 ---------- 251. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MPIArtifactMarkingVisitor.java (at line 83) 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 ---------- 252. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MPIArtifactMarkingVisitor.java (at line 84) 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 ---------- ---------- 253. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MatchingSet.java (at line 51) for (Enumeration e = btable_.getTable().elements(); e.hasMoreElements();) { ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- 254. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MatchingSet.java (at line 52) ArrayList barrierList = (ArrayList) e.nextElement(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 255. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MatchingSet.java (at line 52) ArrayList barrierList = (ArrayList) e.nextElement(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 256. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MatchingSet.java (at line 53) for (Iterator ii = barrierList.iterator(); ii.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 257. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MatchingSet.java (at line 69) for (Iterator i = barrier.getMatchingSet().iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 258. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 561) private final HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 259. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 561) private final HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 260. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 686) 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 ---------- 261. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 702) for (Iterator iter = iconHash.values().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 262. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 1368) Map attrs = marker.getAttributes(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 263. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 1369) Iterator iter = attrs.entrySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 264. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 1371) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 265. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 1371) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 266. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 1476) private final LinkedList list = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 267. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 1476) private final LinkedList list = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 268. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 1479) list.addFirst(v); ^^^^^^^^^^^^^^^^ Type safety: The method addFirst(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 269. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 1573) int len = md1.length; ^^^ The value of the local variable len is not used ---------- ---------- 270. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 153) private String columnName_ = Messages.SimpleTreeTableMarkerView_value; ^^^^^^^^^^^ The value of the field SimpleTreeTableMarkerView.columnName_ is not used ---------- 271. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 165) private String[] columnNames_; ^^^^^^^^^^^^ The value of the field SimpleTreeTableMarkerView.columnNames_ is not used ---------- 272. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 375) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 273. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 375) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 274. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 433) private String getMyName(IMarker marker) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getMyName(IMarker) from the type SimpleTreeTableMarkerView.ViewContentProvider is never used locally ---------- 275. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 698) private HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 276. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 698) private HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 277. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 842) iconHash.put(iconName_, img);// save for reuse ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 278. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 858) for (Iterator iter = iconHash.values().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 279. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1139) if (false) { SelectionListener treeSelectionListener = new SelectionAdapter() { public void widgetSelected(SelectionEvent event) { Object src = event.getSource(); if (!traceOn) return; if (src instanceof TreeItem) { if (traceOn) System.out.println("TreeItem selected"); //$NON-NLS-1$ } else if (src instanceof TreeColumn) { if (traceOn) System.out.println("TreeColumn selected"); //$NON-NLS-1$ } else if (src instanceof Tree) { if (traceOn) System.out.println("Tree selected"); //$NON-NLS-1$ Tree tree = (Tree) src; } } }; tree.addSelectionListener(treeSelectionListener); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code ---------- 280. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1194) TreeColumn column; ^^^^^^ The value of the local variable column is not used ---------- 281. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1444) Map attrs = marker.getAttributes(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 282. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1445) Iterator iter = attrs.entrySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 283. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1447) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 284. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1447) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 285. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1611) private LinkedList list = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 286. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1611) private LinkedList list = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 287. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1614) list.addFirst(v); ^^^^^^^^^^^^^^^^ Type safety: The method addFirst(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 288. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1716) int len = md1.length; ^^^ The value of the local variable len is not used ---------- 288 problems (288 warnings)[104 .class files generated] # 10/10/11 9:34:07 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/MpiArtifactManager.java (at line 26) static List repository; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/MpiArtifactManager.java (at line 27) static HashMap hashMap = new HashMap(); // to be able to look up by unique ID (finding ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/MpiArtifactManager.java (at line 27) static HashMap hashMap = new HashMap(); // to be able to look up by unique ID (finding ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/MpiArtifactManager.java (at line 37) repository.add(pi); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/MpiArtifactManager.java (at line 48) hashMap.put(id, pi); ^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/MpiArtifactManager.java (at line 70) public static HashMap getMpiArtifactMap() ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/MpiArtifactManager.java (at line 78) public static List getList() ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 22) import org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTFieldReference; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTFieldReference is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 23) import org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTIdExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTIdExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 24) import org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTLinkageSpecification; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTLinkageSpecification is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 25) import org.eclipse.cdt.internal.core.dom.parser.cpp.CPPASTUsingDirective; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTUsingDirective is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 60) if (declaration instanceof CPPASTUsingDirective) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTUsingDirective is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 61) CPPASTUsingDirective cppASTUsingDirective = (CPPASTUsingDirective) declaration; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTUsingDirective is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 61) CPPASTUsingDirective cppASTUsingDirective = (CPPASTUsingDirective) declaration; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTUsingDirective is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 62) if ("MPI".equals(cppASTUsingDirective.getQualifiedName().getRawSignature())) { //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getQualifiedName() from the type CPPASTUsingDirective is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 69) if ((declaration instanceof CPPASTLinkageSpecification) && (declaration.getFileLocation() == null)) ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTLinkageSpecification is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 99) if (astExpr instanceof CPPASTFieldReference) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTFieldReference is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 102) CPPASTFieldReference cppFieldReference = (CPPASTFieldReference) astExpr; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTFieldReference is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 102) CPPASTFieldReference cppFieldReference = (CPPASTFieldReference) astExpr; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTFieldReference is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 103) funcName = cppFieldReference.getFieldName(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFieldName() from the type CPPASTFieldReference is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 119) } else if ((expression instanceof CPPASTIdExpression) ^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTIdExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 123) processIdExprAsLiteral((CPPASTIdExpression) expression); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTIdExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiFortranASTVisitor.java (at line 35) private static final boolean traceOn = false; ^^^^^^^ The value of the field MpiFortranASTVisitor.traceOn is not used ---------- 23 problems (23 warnings)[18 .class files generated] # 10/10/11 9:34:01 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPAnalysisException.java (at line 17) public class OpenMPAnalysisException extends Exception ^^^^^^^^^^^^^^^^^^^^^^^ The serializable class OpenMPAnalysisException does not declare a static final serialVersionUID field of type long ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPAnalysisManager.java (at line 304) public Set getNodesConcurrentTo(IASTNode node) ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPAnalysisManager.java (at line 335) Stack context = new Stack(); ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPAnalysisManager.java (at line 335) Stack context = new Stack(); ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPAnalysisManager.java (at line 339) context.push(new CompiledContext(currentLevel, currentEvaluation)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPAnalysisManager.java (at line 341) int ifcount = 0; ^^^^^^^ The value of the local variable ifcount is not used ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPAnalysisManager.java (at line 342) int endifcount = 0; ^^^^^^^^^^ The value of the local variable endifcount is not used ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPAnalysisManager.java (at line 348) int stopHere = 0; ^^^^^^^^ The value of the local variable stopHere is not used ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPAnalysisManager.java (at line 355) 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 ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPAnalysisManager.java (at line 530) public int getNestedLevel() ^^^^^^^^^^^^^^^^ The method getNestedLevel() from the type OpenMPAnalysisManager.CompiledContext is never used locally ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPErrorManager.java (at line 23) protected LinkedList errors_ = new LinkedList(); // holds the errors ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPErrorManager.java (at line 23) protected LinkedList errors_ = new LinkedList(); // holds the errors ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPErrorManager.java (at line 54) errors_.add(error); ^^^^^^^^^^^^^^^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPErrorManager.java (at line 62) public LinkedList getErrors() ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTElif.java (at line 15) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTElif.java (at line 30) super((ASTNode) elif); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTElse.java (at line 16) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTElse.java (at line 32) super((ASTNode) elsee); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTEndif.java (at line 15) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTEndif.java (at line 32) super((ASTNode) endif); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTError.java (at line 15) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTError.java (at line 32) super((ASTNode) error); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTFunctionMacro.java (at line 18) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTFunctionMacro.java (at line 34) super((ASTNode) macro); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTIf.java (at line 15) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTIf.java (at line 31) super((ASTNode) ifx); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTIfdef.java (at line 16) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTIfdef.java (at line 32) super((ASTNode) ifdef); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTIfndef.java (at line 16) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTIfndef.java (at line 32) super((ASTNode) ifndef); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTInclusionStatement.java (at line 16) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTInclusionStatement.java (at line 33) super((ASTNode) incl); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 21) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 32) protected ASTNode astNode_ = null; ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 47) public PASTNode(ASTNode astNode) ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 74) IASTNodeLocation[] locations = astNode_.getNodeLocations(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getNodeLocations() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 75) filename_ = astNode_.getContainingFilename(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getContainingFilename() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 155) return astNode_.accept(visitor); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method accept(ASTVisitor) from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 160) return astNode_.contains(node); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method contains(IASTNode) from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 164) return astNode_.getContainingFilename(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getContainingFilename() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 168) return astNode_.getFileLocation(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFileLocation() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 172) return astNode_.getNodeLocations(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getNodeLocations() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 176) return astNode_.getParent(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getParent() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 180) return astNode_.getPropertyInParent(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getPropertyInParent() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 184) return astNode_.getRawSignature(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRawSignature() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 188) return astNode_.getTranslationUnit(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTranslationUnit() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 192) astNode_.setParent(node); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setParent(IASTNode) from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 196) astNode_.setPropertyInParent(property); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setPropertyInParent(ASTNodeProperty) from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 210) return astNode_.getChildren(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getChildren() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 217) return astNode_.getSyntax(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSyntax() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 225) return astNode_.getLeadingSyntax(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getLeadingSyntax() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 232) return astNode_.getTrailingSyntax(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTrailingSyntax() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 239) return astNode_.isActive(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isActive() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 247) return astNode_.isFrozen(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isFrozen() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 26) import org.eclipse.cdt.internal.core.dom.parser.ASTInternal; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTInternal is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 27) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 76) private void experiment() { ^^^^^^^^^^^^ The method experiment() from the type PASTOMPFactory is never used locally ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 259) LinkedList l = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 259) LinkedList l = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 279) l.add(token_); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 287) for (Iterator i = l.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 328) IASTNode parent, gp = null; ^^^^^^ The value of the local variable parent is not used ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 328) IASTNode parent, gp = null; ^^ The value of the local variable gp is not used ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 342) node = ASTInternal.getPhysicalNodeOfScope(scope); ^^^^^^^^^^^ Discouraged access: The type ASTInternal is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 342) node = ASTInternal.getPhysicalNodeOfScope(scope); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getPhysicalNodeOfScope(IScope) from the type ASTInternal is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 831) LinkedList l = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 831) LinkedList l = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 841) l.add(token_); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 847) 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 ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 850) l.add(token_); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPFactory.java (at line 852) l.add(token_); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPPragma.java (at line 69) protected LinkedList problemList_ = new LinkedList(); // of OpenMPError's ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPPragma.java (at line 69) protected LinkedList problemList_ = new LinkedList(); // of OpenMPError's ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPPragma.java (at line 309) public LinkedList getProblems() ^^^^^^^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPPragma.java (at line 424) problemList_.add(error); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTObjectMacro.java (at line 17) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTObjectMacro.java (at line 34) super((ASTNode) objMacro); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTPragma.java (at line 15) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTPragma.java (at line 34) super((ASTNode) pragma); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTPragma.java (at line 85) return astNode_.getOffset(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getOffset() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTUndef.java (at line 16) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTUndef.java (at line 32) super((ASTNode) undef); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 39) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 39) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 41) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 41) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 43) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 43) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 57) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 57) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 106) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 114) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 114) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 116) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 117) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 119) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 123) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 123) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 125) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 126) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 128) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 140) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 140) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 158) LinkedList ll = (LinkedList) functionToSymbols_.get(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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 158) LinkedList ll = (LinkedList) functionToSymbols_.get(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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 174) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 174) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Symbol.java (at line 23) import org.eclipse.cdt.internal.core.dom.parser.ASTInternal; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTInternal is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Symbol.java (at line 40) private static final boolean traceOn = false; ^^^^^^^ The value of the field Symbol.traceOn is not used ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Symbol.java (at line 138) IASTNode node = ASTInternal.getPhysicalNodeOfScope(scope); // cdt40 ^^^^^^^^^^^ Discouraged access: The type ASTInternal is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Symbol.java (at line 138) IASTNode node = ASTInternal.getPhysicalNodeOfScope(scope); // cdt40 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getPhysicalNodeOfScope(IScope) from the type ASTInternal is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 38) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 38) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 69) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 105) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 118) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 125) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 129) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 131) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 145) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 147) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 183) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 187) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 191) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 195) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 201) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 214) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 221) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 226) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 227) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 240) list_.add(statement.getCondition()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 249) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 38) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 39) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 40) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 45) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 46) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 47) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 104) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 104) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 105) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 105) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 124) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 132) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 140) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 144) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 155) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 199) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFGNode.java (at line 25) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFGNode.java (at line 25) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFGNode.java (at line 26) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFGNode.java (at line 26) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFGNode.java (at line 64) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFGNode.java (at line 76) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFGNode.java (at line 111) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFGNode.java (at line 127) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPDFS.java (at line 27) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPDFS.java (at line 27) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPDFS.java (at line 29) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPDFS.java (at line 29) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPDFS.java (at line 68) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPDFS.java (at line 70) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPDFS.java (at line 103) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPExpressionBlock.java (at line 28) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPExpressionBlock.java (at line 28) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPExpressionBlock.java (at line 43) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPExpressionBlock.java (at line 72) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FileConcurrencyAnalysis.java (at line 66) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FileConcurrencyAnalysis.java (at line 70) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FileConcurrencyAnalysis.java (at line 74) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FileConcurrencyAnalysis.java (at line 104) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FileConcurrencyAnalysis.java (at line 104) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FileConcurrencyAnalysis.java (at line 125) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FileConcurrencyAnalysis.java (at line 154) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FileStatementMap.java (at line 79) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 35) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 36) protected Hashtable 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 37) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 37) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 58) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 82) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 95) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 98) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 100) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 110) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 125) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 127) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 127) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 134) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 147) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 149) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 149) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 156) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 156) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 158) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 159) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 161) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 58) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 59) protected static Hashtable 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 60) protected static 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 83) public static OMPCFG constructCFG(PASTOMPPragma pragma, IASTStatement statement, Hashtable pragmaRegionMap, ^^^^^^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 84) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 88) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 264) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 302) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 302) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 306) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 399) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 400) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 413) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 468) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 469) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 590) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 37) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 37) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 42) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 42) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 47) protected LinkedList 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 47) protected LinkedList 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 49) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 49) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 51) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 51) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 87) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 104) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 118) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 131) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 142) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 143) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 144) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 145) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 155) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 173) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 178) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 197) public LinkedList getChains() { ^^^^^^^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 201) public LinkedList getUnconnectedChains() { ^^^^^^^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 205) public LinkedList getUnresolvedControlFlow() { ^^^^^^^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 209) public Hashtable getLabelMap() { ^^^^^^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 213) public LinkedList getPragmaNodeList() { ^^^^^^^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 50) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 50) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 51) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 51) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 53) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 53) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 62) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 62) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 83) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 101) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 110) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 137) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 145) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 147) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 160) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 160) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 162) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 163) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 166) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 178) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 235) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 256) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseConcurrencyAnalysis.java (at line 33) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseConcurrencyAnalysis.java (at line 33) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseConcurrencyAnalysis.java (at line 78) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseConcurrencyAnalysis.java (at line 86) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseConcurrencyAnalysis.java (at line 96) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyAnalysis.java (at line 94) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 46) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 46) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 47) protected Hashtable 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 47) protected Hashtable 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 49) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 49) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 52) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 52) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 56) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 56) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 89) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 95) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 114) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 115) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 131) for (Iterator 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 135) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 160) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 161) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 162) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 165) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 168) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 178) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 184) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 184) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 186) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/StatementMap.java (at line 27) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/StatementMap.java (at line 27) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/StatementMap.java (at line 42) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/parser/OpenMPScanner.java (at line 432) boolean foundClosingQuote = false; ^^^^^^^^^^^^^^^^^ The value of the local variable foundClosingQuote is not used ---------- 297. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/parser/OpenMPScanner.java (at line 433) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/parser/OpenMPScanner.java (at line 525) boolean isMalformedOctal = false; ^^^^^^^^^^^^^^^^ The value of the local variable isMalformedOctal is not used ---------- 299. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/parser/OpenMPScanner.java (at line 899) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 18) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 301. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 46) protected CEditor editor_ = null; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 302. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 62) if (targetEditor instanceof CEditor) ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 303. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 63) editor_ = (CEditor) targetEditor; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 304. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 151) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 154) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 200) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 200) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 201) for (Iterator ai = am.getAnnotationIterator(); ai.hasNext();) { ^^^^^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 202) 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 204) for (Iterator it = ais.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 310 problems (310 warnings)[59 .class files generated] # 10/10/11 9:36:06 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 38) import org.eclipse.ptp.pldt.openmp.analysis.PAST.PASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/@dot ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 39) import org.eclipse.ptp.pldt.openmp.analysis.PAST.PASTPragma; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PASTPragma is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/@dot ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 47) import org.eclipse.ptp.pldt.openmp.ui.pv.views.ProblemMarkerAttrIds; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProblemMarkerAttrIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/@dot ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 141) PASTNode[] pList = omgr.getPAST(); ^^^^^^^^^^ Discouraged access: The type PASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/@dot ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 144) PASTNode temp = pList[i]; ^^^^^^^^ Discouraged access: The type PASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/@dot ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 145) String tempStr = temp.getRawSignature(); ^^^^^^^ The value of the local variable tempStr is not used ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 145) String tempStr = temp.getRawSignature(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRawSignature() from the type PASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/@dot ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 149) if (pList[i] instanceof PASTPragma) {// was PASTOMPPragma ^^^^^^^^^^ Discouraged access: The type PASTPragma is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/@dot ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 151) PASTPragma pop = (PASTPragma) pList[i]; ^^^^^^^^^^ Discouraged access: The type PASTPragma is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/@dot ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 151) PASTPragma pop = (PASTPragma) pList[i]; ^^^^^^^^^^ Discouraged access: The type PASTPragma is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/@dot ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 153) System.out.println("found #pragma, line " + pop.getStartingLine()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getStartingLine() from the type PASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/@dot ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 155) String shortName = pop.getContent(); ^^^^^^^^^^^^^^^^ Discouraged access: The method getContent() from the type PASTPragma is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/@dot ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 161) Artifact a = new Artifact(pop.getFilename(), pop.getStartingLine(), pop.getStartLocation(), shortName, ^^^^^^^^^^^^^^^^^ Discouraged access: The method getFilename() from the type PASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/@dot ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 161) Artifact a = new Artifact(pop.getFilename(), pop.getStartingLine(), pop.getStartLocation(), shortName, ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getStartingLine() from the type PASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/@dot ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 161) Artifact a = new Artifact(pop.getFilename(), pop.getStartingLine(), pop.getStartLocation(), shortName, ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getStartLocation() from the type PASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/@dot ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 167) msr.addProblems(OpenMPErrorManager.getCurrentErrorManager().getErrors()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type LinkedList needs unchecked conversion to conform to LinkedList ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 177) private SourceInfo getSourceInfo(PASTNode pastNode, int constructType) { ^^^^^^^^ Discouraged access: The type PASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/@dot ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 179) IASTNodeLocation[] locations = pastNode.getNodeLocations(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getNodeLocations() from the type PASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/@dot ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 238) Map attrs = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 238) Map attrs = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 239) 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 ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 239) attrs.put(ProblemMarkerAttrIds.DESCRIPTION, problem.getDescription()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProblemMarkerAttrIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/@dot ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 239) attrs.put(ProblemMarkerAttrIds.DESCRIPTION, problem.getDescription()); ^^^^^^^^^^^ Discouraged access: The field DESCRIPTION from the type ProblemMarkerAttrIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/@dot ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 240) 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 ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 240) attrs.put(ProblemMarkerAttrIds.RESOURCE, problem.getFilename()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProblemMarkerAttrIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/@dot ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 240) attrs.put(ProblemMarkerAttrIds.RESOURCE, problem.getFilename()); ^^^^^^^^ Discouraged access: The field RESOURCE from the type ProblemMarkerAttrIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/@dot ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 241) 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 ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 241) attrs.put(ProblemMarkerAttrIds.INFOLDER, problem.getPath()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProblemMarkerAttrIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/@dot ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 241) attrs.put(ProblemMarkerAttrIds.INFOLDER, problem.getPath()); ^^^^^^^^ Discouraged access: The field INFOLDER from the type ProblemMarkerAttrIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/@dot ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 242) 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 ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 242) attrs.put(ProblemMarkerAttrIds.LOCATION, new Integer(problem.getLineno())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProblemMarkerAttrIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/@dot ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 242) attrs.put(ProblemMarkerAttrIds.LOCATION, new Integer(problem.getLineno())); ^^^^^^^^ Discouraged access: The field LOCATION from the type ProblemMarkerAttrIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/@dot ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 244) 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 ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 244) attrs.put(ProblemMarkerAttrIds.PROBLEMOBJECT, problem); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProblemMarkerAttrIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/@dot ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 244) attrs.put(ProblemMarkerAttrIds.PROBLEMOBJECT, problem); ^^^^^^^^^^^^^ Discouraged access: The field PROBLEMOBJECT from the type ProblemMarkerAttrIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/@dot ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 248) MarkerUtilities.createMarker(resource, attrs, ProblemMarkerAttrIds.MARKER_ERROR_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProblemMarkerAttrIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/@dot ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 248) MarkerUtilities.createMarker(resource, attrs, ProblemMarkerAttrIds.MARKER_ERROR_ID); ^^^^^^^^^^^^^^^ Discouraged access: The field MARKER_ERROR_ID from the type ProblemMarkerAttrIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/@dot ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 260) resource.deleteMarkers(ProblemMarkerAttrIds.MARKER_ERROR_ID, false, IResource.DEPTH_INFINITE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProblemMarkerAttrIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/@dot ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 260) resource.deleteMarkers(ProblemMarkerAttrIds.MARKER_ERROR_ID, false, IResource.DEPTH_INFINITE); ^^^^^^^^^^^^^^^ Discouraged access: The field MARKER_ERROR_ID from the type ProblemMarkerAttrIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/@dot ---------- ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 172) public static void generateHTML(Map fMap) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 174) Collection fColl = fMap.values(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 175) for (Iterator iter = fColl.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 178) String proto = fspi.getPrototypeString(false); ^^^^^ The value of the local variable proto is not used ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 179) String args = fspi.getArguments(); ^^^^ The value of the local variable args is not used ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 180) String rt = fspi.getReturnType(); ^^ The value of the local variable rt is not used ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 221) Map map = makeFunctionMap(); ^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/views/OpenMPArtifactView.java (at line 17) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/views/OpenMPArtifactView.java (at line 18) import org.eclipse.cdt.internal.ui.util.EditorUtility; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/views/OpenMPArtifactView.java (at line 29) import org.eclipse.ptp.pldt.openmp.analysis.PAST.PASTOMPPragma; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PASTOMPPragma is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/@dot ---------- 49 problems (49 warnings)[16 .class files generated] # 10/10/11 9:34:09 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/src/org/eclipse/ptp/pldt/openmp/ui/pv/views/OpenMPProblemsView.java (at line 52) import org.eclipse.ptp.pldt.openmp.analysis.OpenMPError; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type OpenMPError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/@dot ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/src/org/eclipse/ptp/pldt/openmp/ui/pv/views/OpenMPProblemsView.java (at line 230) private HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/src/org/eclipse/ptp/pldt/openmp/ui/pv/views/OpenMPProblemsView.java (at line 230) private HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/src/org/eclipse/ptp/pldt/openmp/ui/pv/views/OpenMPProblemsView.java (at line 255) 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 ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/src/org/eclipse/ptp/pldt/openmp/ui/pv/views/OpenMPProblemsView.java (at line 264) for (Iterator iter = iconHash.values().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/src/org/eclipse/ptp/pldt/openmp/ui/pv/views/OpenMPProblemsView.java (at line 504) int len = md1.length; ^^^ The value of the local variable len is not used ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/src/org/eclipse/ptp/pldt/openmp/ui/pv/views/OpenMPProblemsView.java (at line 557) OpenMPError error = (OpenMPError) marker.getAttribute(ProblemMarkerAttrIds.PROBLEMOBJECT); ^^^^^^^^^^^ Discouraged access: The type OpenMPError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/@dot ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/src/org/eclipse/ptp/pldt/openmp/ui/pv/views/OpenMPProblemsView.java (at line 557) OpenMPError error = (OpenMPError) marker.getAttribute(ProblemMarkerAttrIds.PROBLEMOBJECT); ^^^^^^^^^^^ Discouraged access: The type OpenMPError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/@dot ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/src/org/eclipse/ptp/pldt/openmp/ui/pv/views/OpenMPProblemsView.java (at line 560) String filename = error.getPath() + "/" + error.getFilename(); //$NON-NLS-1$ ^^^^^^^^^^^^^^^ Discouraged access: The method getPath() from the type OpenMPError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/@dot ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/src/org/eclipse/ptp/pldt/openmp/ui/pv/views/OpenMPProblemsView.java (at line 560) String filename = error.getPath() + "/" + error.getFilename(); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFilename() from the type OpenMPError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/@dot ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/src/org/eclipse/ptp/pldt/openmp/ui/pv/views/OpenMPProblemsView.java (at line 572) marker1.setAttribute(IMarker.LINE_NUMBER, error.getLineno()); ^^^^^^^^^^^^^^^^^ Discouraged access: The method getLineno() from the type OpenMPError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/@dot ---------- 11 problems (11 warnings)[16 .class files generated] # 10/10/11 9:34:09 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.upc/src/org/eclipse/ptp/pldt/upc/editorHelp/UPCCHelpBook.java (at line 158) @SuppressWarnings("restriction") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("restriction") ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.upc/src/org/eclipse/ptp/pldt/upc/prefs/UPCPreferencePage.java (at line 33) private static final String UPC_HELP = Messages.UPCPreferencePage_location_of_upc_help_files; ^^^^^^^^ The value of the field UPCPreferencePage.UPC_HELP is not used ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.upc/src/org/eclipse/ptp/pldt/upc/prefs/UPCPreferencePage.java (at line 34) private static final String UPC_HELP_DEFAULT = Messages.UPCPreferencePage_use_default; ^^^^^^^^^^^^^^^^ The value of the field UPCPreferencePage.UPC_HELP_DEFAULT is not used ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.upc/src/org/eclipse/ptp/pldt/upc/prefs/UPCPreferencePage.java (at line 35) private static final String UPC_HELP_DEFAULT_ID = "upcHelpUseDefault"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ The value of the field UPCPreferencePage.UPC_HELP_DEFAULT_ID is not used ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.upc/src/org/eclipse/ptp/pldt/upc/prefs/UPCPreferencePage.java (at line 48) private static final String UPC_WHICH_HELP_ID = "default"; // alternatives are: default, aix, linux, other //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^ The value of the field UPCPreferencePage.UPC_WHICH_HELP_ID is not used ---------- 5 problems (5 warnings)[11 .class files generated] # 10/10/11 9:36:06 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.wizards/src/org/eclipse/ptp/pldt/wizards/wizardPages/MPIProjectProcessCPP.java (at line 17) import org.eclipse.ptp.pldt.mpi.core.MpiPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MpiPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/@dot ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.wizards/src/org/eclipse/ptp/pldt/wizards/wizardPages/MPIProjectProcessCPP.java (at line 47) IPreferenceStore preferenceStore = MpiPlugin.getDefault().getPreferenceStore(); ^^^^^^^^^ Discouraged access: The type MpiPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/@dot ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.wizards/src/org/eclipse/ptp/pldt/wizards/wizardPages/MPIProjectProcessCPP.java (at line 47) IPreferenceStore preferenceStore = MpiPlugin.getDefault().getPreferenceStore(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefault() from the type MpiPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/@dot ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.wizards/src/org/eclipse/ptp/pldt/wizards/wizardPages/MPIProjectWizardPage.java (at line 25) import org.eclipse.ptp.pldt.mpi.core.MpiPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MpiPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/@dot ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.wizards/src/org/eclipse/ptp/pldt/wizards/wizardPages/MPIProjectWizardPage.java (at line 26) import org.eclipse.ptp.pldt.mpi.core.prefs.MPIPreferencePage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MPIPreferencePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/@dot ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.wizards/src/org/eclipse/ptp/pldt/wizards/wizardPages/MPIProjectWizardPage.java (at line 67) private boolean DONT_REMIND_MPI_INCLUDE_PATH = false; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field MPIProjectWizardPage.DONT_REMIND_MPI_INCLUDE_PATH is not used ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.wizards/src/org/eclipse/ptp/pldt/wizards/wizardPages/MPIProjectWizardPage.java (at line 71) private static String DONT_REMIND_MPI_INCLUDE_PATH_KEY = "dontRemindMPIincludePath"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field MPIProjectWizardPage.DONT_REMIND_MPI_INCLUDE_PATH_KEY is not used ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.wizards/src/org/eclipse/ptp/pldt/wizards/wizardPages/MPIProjectWizardPage.java (at line 154) preferenceStore = MpiPlugin.getDefault().getPreferenceStore(); ^^^^^^^^^ Discouraged access: The type MpiPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/@dot ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.wizards/src/org/eclipse/ptp/pldt/wizards/wizardPages/MPIProjectWizardPage.java (at line 154) preferenceStore = MpiPlugin.getDefault().getPreferenceStore(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefault() from the type MpiPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/@dot ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.wizards/src/org/eclipse/ptp/pldt/wizards/wizardPages/MPIProjectWizardPage.java (at line 819) preferencePage = new MPIPreferencePage(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor MPIPreferencePage() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/@dot ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.wizards/src/org/eclipse/ptp/pldt/wizards/wizardPages/MPIProjectWizardPage.java (at line 819) preferencePage = new MPIPreferencePage(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type MPIPreferencePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.mpi.core/@dot ---------- ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.wizards/src/org/eclipse/ptp/pldt/wizards/wizardPages/OpenMPProjectProcess.java (at line 283) private void addOptionValue(IConfiguration cf, ITool tool, IOption option, String value) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addOptionValue(IConfiguration, ITool, IOption, String) from the type OpenMPProjectProcess is never used locally ---------- ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.wizards/src/org/eclipse/ptp/pldt/wizards/wizardPages/OpenMPProjectWizardPage.java (at line 749) preferencePage = new org.eclipse.ptp.pldt.openmp.core.prefs.OpenMPPreferencePage(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor OpenMPPreferencePage() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/@dot ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.wizards/src/org/eclipse/ptp/pldt/wizards/wizardPages/OpenMPProjectWizardPage.java (at line 749) preferencePage = new org.eclipse.ptp.pldt.openmp.core.prefs.OpenMPPreferencePage(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type OpenMPPreferencePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.pldt.openmp.core/@dot ---------- 14 problems (14 warnings)[31 .class files generated] # 10/10/11 9:33:42 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core.stubs/src/org/eclipse/osgi/util/NLS.java (at line 28) public static void initializeMessages(final String bundleName, final Class clazz) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 1 problem (1 warning)[6 .class files generated] # 10/10/11 9:33:38 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/IRemoteIndexerInfoProvider.java (at line 17) import org.eclipse.cdt.core.model.ILanguage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.model.ILanguage is never used ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/IRemoteIndexerInfoProvider.java (at line 18) import org.eclipse.cdt.internal.core.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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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.indexer.IStandaloneScannerInfoProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IStandaloneScannerInfoProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/IRemoteIndexerInfoProvider.java (at line 20) import org.eclipse.cdt.internal.core.pdom.indexer.IndexerPreferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/IRemoteIndexerInfoProvider.java (at line 20) 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_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/IRemoteIndexerInfoProvider.java (at line 21) 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_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/IRemoteIndexerInfoProvider.java (at line 26) public interface IRemoteIndexerInfoProvider extends IStandaloneScannerInfoProvider { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IStandaloneScannerInfoProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/IRemoteIndexerInfoProvider.java (at line 85) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProvider.java (at line 51) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProvider.java (at line 60) Set indexerPreferences, List filesToParseUpFront, FileEncodingRegistry fileEncodingRegistry, Set fValidSourceUnitNames) { ^^^^^^^^^^^^^^^^^^^^ 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProvider.java (at line 143) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProviderFactory.java (at line 33) import org.eclipse.cdt.internal.core.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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 17) import org.eclipse.cdt.internal.core.indexer.StandaloneIndexerInputAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneIndexerInputAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 18) import org.eclipse.cdt.internal.core.pdom.ASTFilePathResolver; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTFilePathResolver is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 20) public class RemoteIndexerInputAdapter extends ASTFilePathResolver { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTFilePathResolver is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 22) private final StandaloneIndexerInputAdapter adapter = new StandaloneIndexerInputAdapter(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneIndexerInputAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 22) private final StandaloneIndexerInputAdapter adapter = new StandaloneIndexerInputAdapter(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor StandaloneIndexerInputAdapter(StandaloneIndexer) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 22) private final StandaloneIndexerInputAdapter adapter = new StandaloneIndexerInputAdapter(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneIndexerInputAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 26) return adapter.doesIncludeFileExist(includePath); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method doesIncludeFileExist(String) from the type StandaloneIndexerInputAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 31) return adapter.getASTPath(ifl); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getASTPath(IIndexFileLocation) from the type StandaloneIndexerInputAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 46) return adapter.getFileSize(astFilePath); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFileSize(String) from the type StandaloneIndexerInputAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 57) return adapter.resolveASTPath(astFilePath); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method resolveASTPath(String) from the type StandaloneIndexerInputAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 62) return adapter.resolveIncludeFile(includePath); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method resolveIncludeFile(String) from the type StandaloneIndexerInputAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/callhierarchy/LocalCallHierarchyService.java (at line 36) import org.eclipse.cdt.internal.core.dom.parser.cpp.ClassTypeHelper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ClassTypeHelper is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/callhierarchy/LocalCallHierarchyService.java (at line 83) IBinding[] overriddenBindings= ClassTypeHelper.findOverridden((ICPPMethod) calleeBinding); ^^^^^^^^^^^^^^^ Discouraged access: The type ClassTypeHelper is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/callhierarchy/LocalCallHierarchyService.java (at line 83) IBinding[] overriddenBindings= ClassTypeHelper.findOverridden((ICPPMethod) calleeBinding); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method findOverridden(ICPPMethod) from the type ClassTypeHelper is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/callhierarchy/LocalCallHierarchyService.java (at line 174) IBinding[] virtualOverriders= ClassTypeHelper.findOverriders(index, binding); ^^^^^^^^^^^^^^^ Discouraged access: The type ClassTypeHelper is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/callhierarchy/LocalCallHierarchyService.java (at line 174) IBinding[] virtualOverriders= ClassTypeHelper.findOverriders(index, binding); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method findOverriders(IIndex, ICPPMethod) from the type ClassTypeHelper is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 68) import org.eclipse.cdt.internal.core.dom.parser.c.CBuiltinParameter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CBuiltinParameter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 69) import org.eclipse.cdt.internal.core.dom.parser.c.CBuiltinVariable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CBuiltinVariable is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 70) import org.eclipse.cdt.internal.core.dom.parser.c.CImplicitFunction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CImplicitFunction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 71) import org.eclipse.cdt.internal.core.dom.parser.c.CImplicitTypedef; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CImplicitTypedef is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 72) import org.eclipse.cdt.internal.core.dom.parser.cpp.CPPBuiltinParameter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPBuiltinParameter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 73) import org.eclipse.cdt.internal.core.dom.parser.cpp.CPPBuiltinVariable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPBuiltinVariable is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 74) import org.eclipse.cdt.internal.core.dom.parser.cpp.CPPImplicitFunction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPImplicitFunction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 75) import org.eclipse.cdt.internal.core.dom.parser.cpp.CPPImplicitMethod; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPImplicitMethod is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 76) import org.eclipse.cdt.internal.core.dom.parser.cpp.CPPImplicitTypedef; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPImplicitTypedef is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 77) import org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.AccessContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AccessContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 78) import org.eclipse.cdt.internal.core.parser.util.ContentAssistMatcherFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ContentAssistMatcherFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 123) AccessContext accessibilityContext = new AccessContext(name); ^^^^^^^^^^^^^ Discouraged access: The type AccessContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 123) AccessContext accessibilityContext = new AccessContext(name); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor AccessContext(IASTName) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 123) AccessContext accessibilityContext = new AccessContext(name); ^^^^^^^^^^^^^ Discouraged access: The type AccessContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 125) if (accessibilityContext.isAccessible(binding)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isAccessible(IBinding) from the type AccessContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 154) IContentAssistMatcher matcher = ContentAssistMatcherFactory.getInstance().createMatcher(prefixChars); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ContentAssistMatcherFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 154) IContentAssistMatcher matcher = ContentAssistMatcherFactory.getInstance().createMatcher(prefixChars); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type ContentAssistMatcherFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 154) IContentAssistMatcher matcher = ContentAssistMatcherFactory.getInstance().createMatcher(prefixChars); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method createMatcher(char[]) from the type ContentAssistMatcherFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 231) if ((binding instanceof CPPImplicitFunction ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPImplicitFunction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 232) || binding instanceof CPPImplicitTypedef ^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPImplicitTypedef is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 233) || binding instanceof CPPBuiltinVariable ^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPBuiltinVariable is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 234) || binding instanceof CPPBuiltinParameter ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPBuiltinParameter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 235) || binding instanceof CImplicitFunction ^^^^^^^^^^^^^^^^^ Discouraged access: The type CImplicitFunction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 236) || binding instanceof CImplicitTypedef ^^^^^^^^^^^^^^^^ Discouraged access: The type CImplicitTypedef is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 237) || binding instanceof CBuiltinVariable ^^^^^^^^^^^^^^^^ Discouraged access: The type CBuiltinVariable is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 238) || binding instanceof CBuiltinParameter) ^^^^^^^^^^^^^^^^^ Discouraged access: The type CBuiltinParameter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 239) && !(binding instanceof CPPImplicitMethod)) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPImplicitMethod is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/DummyFile.java (at line 39) timestamp = timestamp; ^^^^^^^^^^^^^^^^^^^^^ The assignment to variable timestamp has no effect ---------- ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexBuildSequenceController.java (at line 20) import org.eclipse.cdt.internal.core.model.CModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CModelManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexBuildSequenceController.java (at line 420) ICProject cProject = CModelManager.getDefault().getCModel().getCProject(project); ^^^^^^^^^^^^^ Discouraged access: The type CModelManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexBuildSequenceController.java (at line 420) ICProject cProject = CModelManager.getDefault().getCModel().getCProject(project); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefault() from the type CModelManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexBuildSequenceController.java (at line 420) ICProject cProject = CModelManager.getDefault().getCModel().getCProject(project); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getCModel() from the type CModelManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexBuildSequenceController.java (at line 420) ICProject cProject = CModelManager.getDefault().getCModel().getCProject(project); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getCProject(IResource) from the type CModel is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexQueries.java (at line 73) import org.eclipse.cdt.internal.core.dom.parser.ASTQueries; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTQueries is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexQueries.java (at line 74) import org.eclipse.cdt.internal.core.dom.parser.cpp.ICPPInstanceCache; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICPPInstanceCache is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexQueries.java (at line 75) import org.eclipse.cdt.internal.core.index.IndexFileLocation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexFileLocation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexQueries.java (at line 228) location = new IndexFileLocation(uri, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor IndexFileLocation(URI, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexQueries.java (at line 228) location = new IndexFileLocation(uri, null); ^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexFileLocation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexQueries.java (at line 498) IASTDeclarator dtor= ASTQueries.findTypeRelevantDeclarator((IASTDeclarator) node); ^^^^^^^^^^ Discouraged access: The type ASTQueries is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexQueries.java (at line 498) IASTDeclarator dtor= ASTQueries.findTypeRelevantDeclarator((IASTDeclarator) node); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method findTypeRelevantDeclarator(IASTDeclarator) from the type ASTQueries is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexQueries.java (at line 527) if (binding instanceof ICPPInstanceCache) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type ICPPInstanceCache is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexQueries.java (at line 528) final List instances= Arrays.asList(((ICPPInstanceCache) binding).getAllInstances()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getAllInstances() from the type ICPPInstanceCache is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexQueries.java (at line 528) final List instances= Arrays.asList(((ICPPInstanceCache) binding).getAllInstances()); ^^^^^^^^^^^^^^^^^ Discouraged access: The type ICPPInstanceCache is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteFastIndexer.java (at line 47) IndexBuildSequenceController indexBuildSequenceController = IndexBuildSequenceController.getIndexBuildSequenceController(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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteFastIndexer.java (at line 80) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteIndexerTask.java (at line 19) import org.eclipse.cdt.internal.core.pdom.IndexerProgress; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerProgress is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteIndexerTask.java (at line 59) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteIndexerTask.java (at line 77) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteIndexerTask.java (at line 82) .getIndexBuildSequenceController(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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 29) import org.eclipse.cdt.core.dom.ast.ASTSignatureUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.dom.ast.ASTSignatureUtil is never used ---------- 108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 87) import org.eclipse.cdt.internal.core.dom.parser.ASTQueries; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTQueries is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 88) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 89) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 219) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 219) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 236) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 236) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 264) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 264) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 332) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 332) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 451) IASTDeclarator typeRelevant= ASTQueries.findTypeRelevantDeclarator(declarator); ^^^^^^^^^^ Discouraged access: The type ASTQueries is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 451) IASTDeclarator typeRelevant= ASTQueries.findTypeRelevantDeclarator(declarator); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method findTypeRelevantDeclarator(IASTDeclarator) from the type ASTQueries is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 462) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 462) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 519) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 519) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 552) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 552) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 579) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 579) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 585) element.setConstantExpression(ASTStringUtil.getExpressionString(initialValue)); ^^^^^^^^^^^^^ 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 585) element.setConstantExpression(ASTStringUtil.getExpressionString(initialValue)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getExpressionString(IASTExpression) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 624) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 624) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 657) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 657) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 703) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 703) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 709) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 709) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 739) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 739) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 754) fieldInfo.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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 754) fieldInfo.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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 778) varInfo.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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 778) varInfo.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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 815) final String simpleName= 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 815) final String simpleName= 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 816) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 816) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 817) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 817) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 846) scope= CPPVisitor.getContainingScope(simpleAstName); ^^^^^^^^^^ 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 846) scope= CPPVisitor.getContainingScope(simpleAstName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 855) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 855) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 857) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 857) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 901) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 901) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 907) isConstructor= names.length >= 2 && simpleName.equals(ASTStringUtil.getSimpleName(names[names.length-2])); ^^^^^^^^^^^^^ 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 907) isConstructor= names.length >= 2 && simpleName.equals(ASTStringUtil.getSimpleName(names[names.length-2])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 915) String functionName= 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 915) String functionName= 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 920) if (names.length >= 2 && parent.getElementName().equals(ASTStringUtil.getSimpleName(names[names.length-2]))) { ^^^^^^^^^^^^^ 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 920) if (names.length >= 2 && parent.getElementName().equals(ASTStringUtil.getSimpleName(names[names.length-2]))) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 975) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 975) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 976) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 976) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 977) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 977) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 1058) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 1058) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 175. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 1074) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 1074) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 177. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/Field.java (at line 20) import org.eclipse.ptp.rdt.core.RDTLog; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.rdt.core.RDTLog is never used ---------- ---------- 178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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.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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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.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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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.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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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.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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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.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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 183. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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.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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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.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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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.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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 186. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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.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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 187. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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.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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 188. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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.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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 189. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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.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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 190. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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.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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 191. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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.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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 192. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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.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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 193. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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.Parent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Parent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 194. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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.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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 195. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 65) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 196. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 66) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 197. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 67) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 198. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 68) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 199. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 69) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 200. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 70) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 201. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 71) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 202. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 72) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 203. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 73) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 204. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 74) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 205. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 91) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 206. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 100) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 207. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 101) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 208. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 124) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 209. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 151) private void createElement(Parent parent, ICElement remoteChild) throws CModelException { ^^^^^^ Discouraged access: The type Parent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 210. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 215) private Using createUsing(Parent parent, IUsing remoteChild) throws CModelException { ^^^^^ Discouraged access: The type Using is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 211. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 215) private Using createUsing(Parent parent, IUsing remoteChild) throws CModelException { ^^^^^^ Discouraged access: The type Parent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 212. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 218) Using element= new Using(parent, remoteChild.getElementName(), remoteChild.isDirective()); ^^^^^ Discouraged access: The type Using is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 213. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 218) Using element= new Using(parent, remoteChild.getElementName(), remoteChild.isDirective()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor Using(ICElement, String, boolean) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 214. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 218) Using element= new Using(parent, remoteChild.getElementName(), remoteChild.isDirective()); ^^^^^ Discouraged access: The type Using is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 215. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 220) element.setActive(remoteChild.isActive()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setActive(boolean) from the type SourceManipulation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 216. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 223) parent.addChild(element); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addChild(ICElement) from the type Parent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 217. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 235) private FunctionDeclaration createFunctionDefinition(Parent parent, IFunctionDeclaration remoteChild) throws CModelException { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type FunctionDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 218. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 235) private FunctionDeclaration createFunctionDefinition(Parent parent, IFunctionDeclaration remoteChild) throws CModelException { ^^^^^^ Discouraged access: The type Parent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 219. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 242) final FunctionDeclaration element; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type FunctionDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 220. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 246) final MethodDeclaration methodElement; ^^^^^^^^^^^^^^^^^ Discouraged access: The type MethodDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 221. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 250) methodElement= new MethodTemplate(parent, methodName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor MethodTemplate(ICElement, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 222. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 250) methodElement= new MethodTemplate(parent, methodName); ^^^^^^^^^^^^^^ Discouraged access: The type MethodTemplate is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 223. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 253) methodElement= new Method(parent, methodName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor Method(ICElement, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 224. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 253) methodElement= new Method(parent, methodName); ^^^^^^ Discouraged access: The type Method is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 225. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 257) methodElement.setParameterTypes(parameterTypes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setParameterTypes(String[]) from the type FunctionDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 226. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 258) methodElement.setReturnType(returnType); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setReturnType(String) from the type FunctionDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 227. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 259) methodElement.setConst(remoteChild.isConst()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setConst(boolean) from the type MethodDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 228. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 264) methodElement.setVirtual(remoteMethod.isVirtual()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setVirtual(boolean) from the type MethodDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 229. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 265) methodElement.setInline(remoteMethod.isInline()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setInline(boolean) from the type MethodDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 230. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 266) methodElement.setFriend(remoteMethod.isFriend()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setFriend(boolean) from the type MethodDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 231. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 267) methodElement.setVolatile(remoteMethod.isVolatile()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setVolatile(boolean) from the type FunctionDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 232. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 268) methodElement.setVisibility(remoteMethod.getVisibility()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setVisibility(ASTAccessVisibility) from the type MethodDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 233. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 269) methodElement.setPureVirtual(remoteMethod.isPureVirtual()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setPureVirtual(boolean) from the type MethodDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 234. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 270) methodElement.setConstructor(remoteMethod.isConstructor()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setConstructor(boolean) from the type MethodDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 235. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 271) methodElement.setDestructor(remoteMethod.isDestructor()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setDestructor(boolean) from the type MethodDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 236. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 277) element= new FunctionTemplate(parent, functionName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor FunctionTemplate(ICElement, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 237. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 277) element= new FunctionTemplate(parent, functionName); ^^^^^^^^^^^^^^^^ Discouraged access: The type FunctionTemplate is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 238. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 280) element= new Function(parent, functionName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor Function(ICElement, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 239. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 280) element= new Function(parent, functionName); ^^^^^^^^ Discouraged access: The type Function is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 240. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 282) element.setParameterTypes(parameterTypes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setParameterTypes(String[]) from the type FunctionDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 241. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 283) element.setReturnType(returnType); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setReturnType(String) from the type FunctionDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 242. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 286) element.setConst(remoteChild.isConst()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setConst(boolean) from the type FunctionDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 243. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 288) element.setActive(remoteChild.isActive()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setActive(boolean) from the type SourceManipulation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 244. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 290) element.setStatic(remoteChild.isStatic()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setStatic(boolean) from the type FunctionDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 245. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 293) parent.addChild(element); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addChild(ICElement) from the type Parent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 246. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 306) private VariableDeclaration createVariable(Parent parent, IVariableDeclaration remoteChild) throws CModelException { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type VariableDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 247. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 306) private VariableDeclaration createVariable(Parent parent, IVariableDeclaration remoteChild) throws CModelException { ^^^^^^ Discouraged access: The type Parent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 248. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 310) final VariableDeclaration element; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type VariableDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 249. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 315) Field newElement= new Field(parent, variableName); ^^^^^ Discouraged access: The type Field is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 250. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 315) Field newElement= new Field(parent, variableName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor Field(ICElement, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 251. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 315) Field newElement= new Field(parent, variableName); ^^^^^ Discouraged access: The type Field is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 252. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 317) newElement.setMutable(remoteField.isMutable()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setMutable(boolean) from the type Field is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 253. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 319) newElement.setTypeName(remoteField.getTypeName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setTypeName(String) from the type Field is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 254. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 320) newElement.setVisibility(remoteField.getVisibility()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setVisibility(ASTAccessVisibility) from the type Field is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 255. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 321) newElement.setConst(remoteField.isConst()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setConst(boolean) from the type Field is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 256. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 322) newElement.setVolatile(remoteField.isVolatile()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setVolatile(boolean) from the type Field is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 257. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 328) VariableTemplate newElement= new VariableTemplate(parent, variableName); ^^^^^^^^^^^^^^^^ Discouraged access: The type VariableTemplate is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 258. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 328) VariableTemplate newElement= new VariableTemplate(parent, variableName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor VariableTemplate(ICElement, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 259. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 328) VariableTemplate newElement= new VariableTemplate(parent, variableName); ^^^^^^^^^^^^^^^^ Discouraged access: The type VariableTemplate is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 260. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 332) Variable newElement1= new Variable(parent, variableName); ^^^^^^^^ Discouraged access: The type Variable is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 261. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 332) Variable newElement1= new Variable(parent, variableName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor Variable(ICElement, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 262. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 332) Variable newElement1= new Variable(parent, variableName); ^^^^^^^^ Discouraged access: The type Variable is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 263. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 336) VariableDeclaration newElement2= new VariableDeclaration(parent, variableName); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type VariableDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 264. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 336) VariableDeclaration newElement2= new VariableDeclaration(parent, variableName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor VariableDeclaration(ICElement, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 265. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 336) VariableDeclaration newElement2= new VariableDeclaration(parent, variableName); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type VariableDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 266. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 342) element.setTypeName(remoteChild.getTypeName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setTypeName(String) from the type VariableDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 267. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 343) element.setConst(remoteChild.isConst()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setConst(boolean) from the type VariableDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 268. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 344) element.setVolatile(remoteChild.isVolatile()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setVolatile(boolean) from the type VariableDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 269. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 347) element.setActive(remoteChild.isActive()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setActive(boolean) from the type SourceManipulation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 270. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 348) element.setStatic(remoteChild.isStatic()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setStatic(boolean) from the type VariableDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 271. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 351) parent.addChild(element); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addChild(ICElement) from the type Parent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 272. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 364) private FunctionDeclaration createFunctionDeclaration(Parent parent, IFunctionDeclaration remoteChild) throws CModelException { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type FunctionDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 273. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 364) private FunctionDeclaration createFunctionDeclaration(Parent parent, IFunctionDeclaration remoteChild) throws CModelException { ^^^^^^ Discouraged access: The type Parent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 274. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 371) final FunctionDeclaration element; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type FunctionDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 275. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 374) final MethodDeclaration methodElement; ^^^^^^^^^^^^^^^^^ Discouraged access: The type MethodDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 276. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 376) methodElement = new MethodTemplateDeclaration(parent, functionName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor MethodTemplateDeclaration(ICElement, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 277. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 376) methodElement = new MethodTemplateDeclaration(parent, functionName); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MethodTemplateDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 278. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 279. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 19) import org.eclipse.cdt.internal.core.model.OpenableInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type OpenableInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 280. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 20) import org.eclipse.cdt.internal.core.model.Parent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Parent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 281. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteModelWorkingCopy.java (at line 21) import org.eclipse.cdt.internal.core.model.WorkingCopy; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingCopy is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 282. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 283. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 284. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 285. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 286. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 287. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 288. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 289. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 290. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 291. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 292. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 293. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 294. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 295. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 296. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 297. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 298. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 299. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 300. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 301. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 302. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 303. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 304. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 305. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 15) import org.eclipse.cdt.internal.core.model.CElementDeltaBuilder; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementDeltaBuilder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 306. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 16) import org.eclipse.cdt.internal.core.model.ReconcileWorkingCopyOperation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ReconcileWorkingCopyOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 307. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 17) import org.eclipse.cdt.internal.core.model.WorkingCopy; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingCopy is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 308. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 26) public class RemoteReconcileWorkingCopyOperation extends ReconcileWorkingCopyOperation { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ReconcileWorkingCopyOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 309. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 33) super(workingCopy, computeAST, forceProblemDetection); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ReconcileWorkingCopyOperation(ICElement, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 310. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 45) if (!RemoteNature.hasRemoteNature(getWorkingCopy().getCProject().getProject())) { ^^^^^^^^^^^^^^^^ Discouraged access: The method getWorkingCopy() from the type ReconcileWorkingCopyOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 311. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 45) if (!RemoteNature.hasRemoteNature(getWorkingCopy().getCProject().getProject())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getCProject() from the type CElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 312. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 46) super.executeOperation(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method executeOperation() from the type ReconcileWorkingCopyOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 313. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 50) if (fMonitor != null){ ^^^^^^^^ Discouraged access: The field fMonitor from the type CModelOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 314. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 51) if (fMonitor.isCanceled()) ^^^^^^^^ Discouraged access: The field fMonitor from the type CModelOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 315. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 53) fMonitor.beginTask("element.reconciling", 10); //$NON-NLS-1$ ^^^^^^^^ Discouraged access: The field fMonitor from the type CModelOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 316. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 56) WorkingCopy workingCopy = getWorkingCopy(); ^^^^^^^^^^^ Discouraged access: The type WorkingCopy is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 317. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 56) WorkingCopy workingCopy = getWorkingCopy(); ^^^^^^^^^^^^^^^^ Discouraged access: The method getWorkingCopy() from the type ReconcileWorkingCopyOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 318. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 57) boolean wasConsistent = workingCopy.isConsistent(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isConsistent() from the type TranslationUnit is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 319. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 58) CElementDeltaBuilder deltaBuilder = null; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementDeltaBuilder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 320. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 63) deltaBuilder = new CElementDeltaBuilder(workingCopy); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CElementDeltaBuilder(ICElement) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 321. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 63) deltaBuilder = new CElementDeltaBuilder(workingCopy); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementDeltaBuilder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 322. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 69) if(workingCopy.getFile() == null) ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFile() from the type TranslationUnit is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 323. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 74) rmWorkingCopy.makeConsistent(fMonitor,false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method makeConsistent(IProgressMonitor, boolean) from the type TranslationUnit is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 324. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 74) rmWorkingCopy.makeConsistent(fMonitor,false); ^^^^^^^^ Discouraged access: The field fMonitor from the type CModelOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 325. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 77) deltaBuilder.buildDeltas(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method buildDeltas() from the type CElementDeltaBuilder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 326. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 80) if (deltaBuilder.getDelta() != null) { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDelta() from the type CElementDeltaBuilder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 327. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 81) if (!wasConsistent || forceProblemDetection || deltaBuilder.getDelta().getAffectedChildren().length > 0) { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDelta() from the type CElementDeltaBuilder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 328. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 81) if (!wasConsistent || forceProblemDetection || deltaBuilder.getDelta().getAffectedChildren().length > 0) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getAffectedChildren() from the type CElementDelta is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 329. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 82) addReconcileDelta(workingCopy, deltaBuilder.getDelta()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addReconcileDelta(IWorkingCopy, ICElementDelta) from the type CModelOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 330. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 82) addReconcileDelta(workingCopy, deltaBuilder.getDelta()); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDelta() from the type CElementDeltaBuilder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 331. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 88) if (fMonitor != null) fMonitor.worked(2); ^^^^^^^^ Discouraged access: The field fMonitor from the type CModelOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 332. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 88) if (fMonitor != null) fMonitor.worked(2); ^^^^^^^^ Discouraged access: The field fMonitor from the type CModelOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 333. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 91) if (fMonitor != null) fMonitor.done(); ^^^^^^^^ Discouraged access: The field fMonitor from the type CModelOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 334. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/RemoteReconcileWorkingCopyOperation.java (at line 91) if (fMonitor != null) fMonitor.done(); ^^^^^^^^ Discouraged access: The field fMonitor from the type CModelOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 335. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 43) import org.eclipse.cdt.internal.core.dom.parser.ASTTranslationUnit; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTTranslationUnit is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 336. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 44) import org.eclipse.cdt.internal.core.index.IndexBasedFileContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexBasedFileContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 337. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 45) import org.eclipse.cdt.internal.core.model.IBufferFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBufferFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 338. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 46) import org.eclipse.cdt.internal.core.pdom.ASTFilePathResolver; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTFilePathResolver is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 339. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 165) public IWorkingCopy findSharedWorkingCopy(IBufferFactory bufferFactory) { ^^^^^^^^^^^^^^ Discouraged access: The type IBufferFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 340. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 187) final ASTFilePathResolver pathResolver = new RemoteIndexerInputAdapter(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTFilePathResolver is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 341. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 197) IndexBasedFileContentProvider ibcf= new IndexBasedFileContentProvider(index, pathResolver, linkageID, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexBasedFileContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 342. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 197) IndexBasedFileContentProvider ibcf= new IndexBasedFileContentProvider(index, pathResolver, linkageID, fileContentsProvider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor IndexBasedFileContentProvider(IIndex, ASTFilePathResolver, int, IncludeFileContentProvider) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 343. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 197) IndexBasedFileContentProvider ibcf= new IndexBasedFileContentProvider(index, pathResolver, linkageID, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexBasedFileContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 344. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 200) ibcf.setSupportFillGapFromContextToHeader(true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setSupportFillGapFromContextToHeader(boolean) from the type IndexBasedFileContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 345. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 248) ASTTranslationUnit ast = (ASTTranslationUnit) ((AbstractLanguage) language).getASTTranslationUnit( ^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTTranslationUnit is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 346. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 248) ASTTranslationUnit ast = (ASTTranslationUnit) ((AbstractLanguage) language).getASTTranslationUnit( ^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTTranslationUnit is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 347. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 250) ast.setOriginatingTranslationUnit(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setOriginatingTranslationUnit(ITranslationUnit) from the type ASTTranslationUnit is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 348. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 313) ((ASTTranslationUnit) ast).setOriginatingTranslationUnit(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setOriginatingTranslationUnit(ITranslationUnit) from the type ASTTranslationUnit is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 349. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 313) ((ASTTranslationUnit) ast).setOriginatingTranslationUnit(this); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTTranslationUnit is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 350. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 432) IBufferFactory factory) throws CModelException { ^^^^^^^^^^^^^^ Discouraged access: The type IBufferFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 351. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 438) IBufferFactory factory, IProblemRequestor requestor) ^^^^^^^^^^^^^^ Discouraged access: The type IBufferFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 352. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 460) IBufferFactory factory) throws CModelException { ^^^^^^^^^^^^^^ Discouraged access: The type IBufferFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 353. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 494) public Map parse() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- ---------- 354. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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 ---------- ---------- 355. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/remotemake/PathEntryValidationListener.java (at line 18) import org.eclipse.cdt.internal.core.model.PathEntryManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PathEntryManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 356. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/remotemake/PathEntryValidationListener.java (at line 18) import org.eclipse.cdt.internal.core.model.PathEntryManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.internal.core.model.PathEntryManager is never used ---------- 357. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/remotemake/PathEntryValidationListener.java (at line 19) import org.eclipse.cdt.internal.core.model.PathEntryUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PathEntryUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 358. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/remotemake/PathEntryValidationListener.java (at line 19) import org.eclipse.cdt.internal.core.model.PathEntryUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.internal.core.model.PathEntryUtil is never used ---------- ---------- 359. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/remotemake/ResourceRefreshJob.java (at line 17) import org.eclipse.core.resources.IResource; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.resources.IResource is never used ---------- ---------- 360. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 40) import org.eclipse.cdt.internal.core.browser.IndexModelUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 361. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 78) elementType = IndexModelUtil.getElementType(binding); ^^^^^^^^^^^^^^ Discouraged access: The type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 362. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 78) elementType = IndexModelUtil.getElementType(binding); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getElementType(IBinding) from the type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 363. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 92) final String[] paramTypes= IndexModelUtil.extractParameterTypes(function); ^^^^^^^^^^^^^^ Discouraged access: The type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 364. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 92) final String[] paramTypes= IndexModelUtil.extractParameterTypes(function); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method extractParameterTypes(IFunction) from the type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 365. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 93) final String returnType= IndexModelUtil.extractReturnType(function); ^^^^^^^^^^^^^^ Discouraged access: The type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 366. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 93) final String returnType= IndexModelUtil.extractReturnType(function); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method extractReturnType(IFunction) from the type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 367. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteLineSearchElement.java (at line 32) import org.eclipse.cdt.internal.core.parser.scanner.AbstractCharArray; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AbstractCharArray is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 368. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteLineSearchElement.java (at line 33) import org.eclipse.cdt.internal.core.parser.scanner.InternalFileContent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type InternalFileContent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 369. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteLineSearchElement.java (at line 172) private static IFile getFile(IIndexFileLocation fileLocation){ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getFile(IIndexFileLocation) from the type RemoteLineSearchElement is never used locally ---------- 370. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteLineSearchElement.java (at line 195) AbstractCharArray buf = ((InternalFileContent) content).getSource(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type AbstractCharArray is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 371. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteLineSearchElement.java (at line 195) AbstractCharArray buf = ((InternalFileContent) content).getSource(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSource() from the type InternalFileContent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 372. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteLineSearchElement.java (at line 195) AbstractCharArray buf = ((InternalFileContent) content).getSource(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type InternalFileContent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 373. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteLineSearchElement.java (at line 255) private static RemoteLineSearchElement[] collectLineElements(AbstractCharArray buf, RemoteLineSearchElementMatch[] matches, ^^^^^^^^^^^^^^^^^ Discouraged access: The type AbstractCharArray is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 374. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteLineSearchElement.java (at line 267) for (int pos = 0; buf.isValidOffset(pos); pos++) { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isValidOffset(int) from the type AbstractCharArray is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 375. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteLineSearchElement.java (at line 286) char c = buf.get(pos); ^^^^^^^^^^^^ Discouraged access: The method get(int) from the type AbstractCharArray is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 376. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteLineSearchElement.java (at line 301) buf.arraycopy(lineOffset, lineChars, 0, lineLength); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method arraycopy(int, char[], int, int) from the type AbstractCharArray is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 377. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteLineSearchElement.java (at line 318) int lineLength = buf.getLength() - lineOffset; ^^^^^^^^^^^^^^^ Discouraged access: The method getLength() from the type AbstractCharArray is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 378. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteLineSearchElement.java (at line 321) buf.arraycopy(lineOffset, lineChars, 0, lineLength); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method arraycopy(int, char[], int, int) from the type AbstractCharArray is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 379. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchMatch.java (at line 30) import org.eclipse.cdt.internal.core.browser.IndexModelUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 380. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchMatch.java (at line 45) int elementType = IndexModelUtil.getElementType(binding); ^^^^^^^^^^^^^^ Discouraged access: The type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 381. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchMatch.java (at line 45) int elementType = IndexModelUtil.getElementType(binding); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getElementType(IBinding) from the type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 382. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 54) import org.eclipse.cdt.internal.core.browser.ASTTypeInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTTypeInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 383. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 55) import org.eclipse.cdt.internal.core.dom.parser.c.CVariableReadWriteFlags; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CVariableReadWriteFlags is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 384. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 56) import org.eclipse.cdt.internal.core.dom.parser.cpp.ClassTypeHelper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ClassTypeHelper is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 385. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 57) import org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPVariableReadWriteFlags; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPVariableReadWriteFlags is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 386. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 58) import org.eclipse.cdt.internal.core.index.CIndex; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 387. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 59) import org.eclipse.cdt.internal.core.index.IIndexFragment; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IIndexFragment is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 388. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 60) import org.eclipse.cdt.internal.core.index.IWritableIndex; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IWritableIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 389. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 61) import org.eclipse.cdt.internal.core.pdom.dom.PDOMName; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 390. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 250) IPath absolutePath = IndexLocationFactory.getAbsolutePath(file.getLocation()); ^^^^^^^^^^^^ The value of the local variable absolutePath is not used ---------- 391. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 270) private void collectNames(IIndex index, IIndexName[] names) throws CoreException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method collectNames(IIndex, IIndexName[]) from the type RemoteSearchQuery is never used locally ---------- 392. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 316) ICPPMethod[] msInBases = ClassTypeHelper.findOverridden(m); ^^^^^^^^^^^^^^^ Discouraged access: The type ClassTypeHelper is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 393. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 316) ICPPMethod[] msInBases = ClassTypeHelper.findOverridden(m); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method findOverridden(ICPPMethod) from the type ClassTypeHelper is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 394. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 368) isWrite = ((CPPVariableReadWriteFlags.getReadWriteFlags(node) & PDOMName.WRITE_ACCESS) != 0); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPVariableReadWriteFlags is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 395. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 368) isWrite = ((CPPVariableReadWriteFlags.getReadWriteFlags(node) & PDOMName.WRITE_ACCESS) != 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getReadWriteFlags(IASTName) from the type CPPVariableReadWriteFlags is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 396. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 368) isWrite = ((CPPVariableReadWriteFlags.getReadWriteFlags(node) & PDOMName.WRITE_ACCESS) != 0); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 397. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 368) isWrite = ((CPPVariableReadWriteFlags.getReadWriteFlags(node) & PDOMName.WRITE_ACCESS) != 0); ^^^^^^^^^^^^ Discouraged access: The field WRITE_ACCESS from the type PDOMName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 398. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 371) isWrite = ((CVariableReadWriteFlags.getReadWriteFlags(node) & PDOMName.WRITE_ACCESS) != 0); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CVariableReadWriteFlags is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 399. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 371) isWrite = ((CVariableReadWriteFlags.getReadWriteFlags(node) & PDOMName.WRITE_ACCESS) != 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getReadWriteFlags(IASTName) from the type CVariableReadWriteFlags is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 400. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 371) isWrite = ((CVariableReadWriteFlags.getReadWriteFlags(node) & PDOMName.WRITE_ACCESS) != 0); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 401. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 371) isWrite = ((CVariableReadWriteFlags.getReadWriteFlags(node) & PDOMName.WRITE_ACCESS) != 0); ^^^^^^^^^^^^ Discouraged access: The field WRITE_ACCESS from the type PDOMName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 402. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 390) ASTTypeInfo typeInfo= ASTTypeInfo.create(name); ^^^^^^^^^^^ Discouraged access: The type ASTTypeInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 403. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 390) ASTTypeInfo typeInfo= ASTTypeInfo.create(name); ^^^^^^^^^^^ Discouraged access: The type ASTTypeInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 404. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 390) ASTTypeInfo typeInfo= ASTTypeInfo.create(name); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method create(IASTName) from the type ASTTypeInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 405. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 392) ITypeReference ref= typeInfo.getResolvedReference(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getResolvedReference() from the type ASTTypeInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 406. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 393) indexFileLocation = typeInfo.getIFL(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method getIFL() from the type ASTTypeInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 407. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 451) public IStatus runWithIndex(IWritableIndex[] indexList, IIndexLocationConverter converter, IProgressMonitor monitor){ ^^^^^^^^^^^^^^^^ Discouraged access: The type IWritableIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 408. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 458) Set fragments = new HashSet(); ^^^^^^^^^^^^^^ Discouraged access: The type IIndexFragment is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 409. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 458) Set fragments = new HashSet(); ^^^^^^^^^^^^^^ Discouraged access: The type IIndexFragment is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 410. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 459) for(IWritableIndex projectIndex : indexList){ ^^^^^^^^^^^^^^ Discouraged access: The type IWritableIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 411. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 461) IIndexFragment fragment = projectIndex.getWritableFragment(); ^^^^^^^^^^^^^^ Discouraged access: The type IIndexFragment is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 412. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 461) IIndexFragment fragment = projectIndex.getWritableFragment(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getWritableFragment() from the type IWritableIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 413. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 466) searchScopeIndex = new CIndex(fragments.toArray(new IIndexFragment[fragments.size()]), fragments.size()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CIndex(IIndexFragment[], int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 414. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 466) searchScopeIndex = new CIndex(fragments.toArray(new IIndexFragment[fragments.size()]), fragments.size()); ^^^^^^ Discouraged access: The type CIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 415. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 466) searchScopeIndex = new CIndex(fragments.toArray(new IIndexFragment[fragments.size()]), fragments.size()); ^^^^^^^^^^^^^^ Discouraged access: The type IIndexFragment is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 416. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 472) for(IWritableIndex projectIndex : indexList){ ^^^^^^^^^^^^^^ Discouraged access: The type IWritableIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 417. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchTextSelectionQuery.java (at line 29) import org.eclipse.cdt.core.dom.ast.c.ICFunctionScope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.dom.ast.c.ICFunctionScope is never used ---------- 418. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchTextSelectionQuery.java (at line 30) import org.eclipse.cdt.core.dom.ast.cpp.ICPPBlockScope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.dom.ast.cpp.ICPPBlockScope is never used ---------- 419. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchTextSelectionQuery.java (at line 34) import org.eclipse.cdt.core.model.ISourceReference; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.model.ISourceReference is never used ---------- 420. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchTextSelectionQuery.java (at line 36) import org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPTemplates; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPTemplates is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 421. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchTextSelectionQuery.java (at line 39) import org.eclipse.core.runtime.IStatus; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.IStatus is never used ---------- 422. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchTextSelectionQuery.java (at line 40) import org.eclipse.core.runtime.Status; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.Status is never used ---------- 423. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchTextSelectionQuery.java (at line 88) binding= CPPTemplates.findDeclarationForSpecialization(binding); ^^^^^^^^^^^^ Discouraged access: The type CPPTemplates is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 424. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchTextSelectionQuery.java (at line 88) binding= CPPTemplates.findDeclarationForSpecialization(binding); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method findDeclarationForSpecialization(IBinding) from the type CPPTemplates is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 425. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/serviceproviders/AbstractRemoteService.java (at line 27) import org.eclipse.core.runtime.CoreException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.CoreException is never used ---------- 426. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/serviceproviders/AbstractRemoteService.java (at line 30) import org.eclipse.ptp.internal.rdt.core.includebrowser.IIncludeBrowserService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.internal.rdt.core.includebrowser.IIncludeBrowserService is never used ---------- 427. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/serviceproviders/AbstractRemoteService.java (at line 31) import org.eclipse.ptp.internal.rdt.core.includebrowser.IncludeBrowserServiceFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.internal.rdt.core.includebrowser.IncludeBrowserServiceFactory is never used ---------- 428. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/serviceproviders/AbstractRemoteService.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 ---------- 429. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/serviceproviders/AbstractRemoteService.java (at line 115) ICProject project = element.getCProject(); ^^^^^^^ The value of the local variable project is not used ---------- 430. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/serviceproviders/AbstractRemoteService.java (at line 127) private static AtomicBoolean showingDialog = new AtomicBoolean(false); ^^^^^^^^^^^^^ The value of the field AbstractRemoteService.showingDialog is not used ---------- ---------- 431. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/typehierarchy/THGraph.java (at line 176) private THGraph getOuterType() { ^^^^^^^^^^^^^^ The method getOuterType() from the type THGraph.StackElement is never used locally ---------- ---------- 432. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ProjectDescriptionCollector.java (at line 31) import org.eclipse.cdt.make.internal.core.scannerconfig.DiscoveredPathInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DiscoveredPathInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 433. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ProjectDescriptionCollector.java (at line 46) public void contributeToScannerConfig(Object resource, Map/*>*/ scannerInfo) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 434. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ProjectDescriptionCollector.java (at line 122) public List getCollectedScannerInfo(Object resource, ScannerInfoTypes type) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 435. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ProjectDescriptionCollector.java (at line 135) return new DiscoveredPathInfo(fProject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor DiscoveredPathInfo(IProject) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 436. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ProjectDescriptionCollector.java (at line 135) return new DiscoveredPathInfo(fProject); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type DiscoveredPathInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- ---------- 437. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteCommandLauncher.java (at line 137) return null; ^^^^^^^^^^^^ Dead code ---------- ---------- 438. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 28) import org.eclipse.cdt.core.model.ICProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.model.ICProject is never used ---------- 439. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 30) import org.eclipse.cdt.internal.core.ConsoleOutputSniffer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ConsoleOutputSniffer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 440. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 31) import org.eclipse.cdt.internal.core.model.CModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CModelManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 441. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 31) import org.eclipse.cdt.internal.core.model.CModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.internal.core.model.CModelManager is never used ---------- 442. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 35) import org.eclipse.cdt.make.core.scannerconfig.IScannerConfigBuilderInfo2; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.make.core.scannerconfig.IScannerConfigBuilderInfo2 is never used ---------- 443. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 38) import org.eclipse.cdt.make.internal.core.MakeMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 444. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 39) import org.eclipse.cdt.make.internal.core.StreamMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StreamMonitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 445. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 40) import org.eclipse.cdt.make.internal.core.scannerconfig2.SCMarkerGenerator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SCMarkerGenerator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 446. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 41) import org.eclipse.cdt.make.internal.core.scannerconfig2.ScannerConfigProfileManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ScannerConfigProfileManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 447. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 49) import org.eclipse.cdt.managedbuilder.internal.core.InputType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type InputType is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 448. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 146) @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- 449. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 165) monitor.beginTask(MakeMessages.getString("MakeBuilder.Invoking_Make_Builder") + currProject.getName(), 100); //$NON-NLS-1$ ^^^^^^^^^^^^ Discouraged access: The type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 450. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 165) monitor.beginTask(MakeMessages.getString("MakeBuilder.Invoking_Make_Builder") + currProject.getName(), 100); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 451. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 208) Map.Entry entry = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 452. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 208) Map.Entry entry = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 453. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 236) StreamMonitor streamMon = new StreamMonitor(new SubProgressMonitor(monitor, 100), cos, last.intValue()); ^^^^^^^^^^^^^ Discouraged access: The type StreamMonitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 454. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 236) StreamMonitor streamMon = new StreamMonitor(new SubProgressMonitor(monitor, 100), cos, last.intValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor StreamMonitor(IProgressMonitor, OutputStream, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 455. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 236) StreamMonitor streamMon = new StreamMonitor(new SubProgressMonitor(monitor, 100), cos, last.intValue()); ^^^^^^^^^^^^^ Discouraged access: The type StreamMonitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 456. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 259) InputType realInputType = (InputType) inputType; ^^^^^^^^^ Discouraged access: The type InputType is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 457. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 259) InputType realInputType = (InputType) inputType; ^^^^^^^^^ Discouraged access: The type InputType is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 458. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 262) String scannerIDString = realInputType.getDiscoveryProfileIdAttribute(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDiscoveryProfileIdAttribute() from the type InputType is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 459. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 288) IScannerInfoCollector collector = (IScannerInfoCollector) ScannerConfigProfileManager ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ScannerConfigProfileManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 460. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 288) IScannerInfoCollector collector = (IScannerInfoCollector) ScannerConfigProfileManager .getInstance().getSCProfileConfiguration(id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type ScannerConfigProfileManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 461. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 288) IScannerInfoCollector collector = (IScannerInfoCollector) ScannerConfigProfileManager .getInstance().getSCProfileConfiguration(id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSCProfileConfiguration(String) from the type ScannerConfigProfileManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 462. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 288) IScannerInfoCollector collector = (IScannerInfoCollector) ScannerConfigProfileManager .getInstance().getSCProfileConfiguration(id) .getScannerInfoCollectorElement().createScannerInfoCollector(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getScannerInfoCollectorElement() from the type ScannerConfigProfile is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 463. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 288) IScannerInfoCollector collector = (IScannerInfoCollector) ScannerConfigProfileManager .getInstance().getSCProfileConfiguration(id) .getScannerInfoCollectorElement().createScannerInfoCollector(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method createScannerInfoCollector() from the type ScannerConfigProfile.ScannerInfoCollector is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 464. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 297) SCMarkerGenerator markerGenerator = new SCMarkerGenerator(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type SCMarkerGenerator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 465. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 297) SCMarkerGenerator markerGenerator = new SCMarkerGenerator(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SCMarkerGenerator() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 466. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 297) SCMarkerGenerator markerGenerator = new SCMarkerGenerator(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type SCMarkerGenerator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 467. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 298) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 468. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 301) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 469. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 302) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 470. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 328) return false; ^^^^^^^^^^^^^ Dead code ---------- 471. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 364) monitor.subTask(MakeMessages.getString("MakeBuilder.Invoking_Command") + command); //$NON-NLS-1$ ^^^^^^^^^^^^ Discouraged access: The type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 472. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 364) monitor.subTask(MakeMessages.getString("MakeBuilder.Invoking_Command") + command); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 473. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 403) }, MakeMessages.getString("Remote Make Monitor Thread")); //$NON-NLS-1$ ^^^^^^^^^^^^ Discouraged access: The type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 474. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 403) }, MakeMessages.getString("Remote Make Monitor Thread")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 475. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 452) getProject().setSessionProperty(qName, !monitor.isCanceled() && !isClean ? new Integer(streamMon.getWorkDone()) : null); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getWorkDone() from the type StreamMonitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 476. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 454) if (errMsg != null) { StringBuffer buf = new StringBuffer(buildCommand + " "); //$NON-NLS-1$ for (int i = 0; i < buildArguments.length; i++) { buf.append(buildArguments[i]); buf.append(' '); } String errorDesc = MakeMessages.getFormattedString("MakeBuilder.buildError", buf.toString()); //$NON-NLS-1$ buf = new StringBuffer(errorDesc); buf.append(System.getProperty("line.separator", "\n")); //$NON-NLS-1$ //$NON-NLS-2$ buf.append("(").append(errMsg).append(")"); //$NON-NLS-1$ //$NON-NLS-2$ cos.write(buf.toString().getBytes()); cos.flush(); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code ---------- 477. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 461) String errorDesc = MakeMessages.getFormattedString("MakeBuilder.buildError", buf.toString()); //$NON-NLS-1$ ^^^^^^^^^^^^ Discouraged access: The type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 478. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 461) String errorDesc = MakeMessages.getFormattedString("MakeBuilder.buildError", buf.toString()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 479. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 472) monitor.subTask(MakeMessages.getString("MakeBuilder.Creating_Markers")); //$NON-NLS-1$ ^^^^^^^^^^^^ Discouraged access: The type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 480. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 472) monitor.subTask(MakeMessages.getString("MakeBuilder.Creating_Markers")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- ---------- 481. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 20) import org.eclipse.cdt.internal.core.ConsoleOutputSniffer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ConsoleOutputSniffer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 482. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 27) import org.eclipse.cdt.make.internal.core.StreamMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StreamMonitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 483. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 28) import org.eclipse.cdt.make.internal.core.scannerconfig.ScannerInfoConsoleParserFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ScannerInfoConsoleParserFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 484. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 29) import org.eclipse.cdt.make.internal.core.scannerconfig2.SCMarkerGenerator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SCMarkerGenerator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 485. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 106) IScannerInfoCollector2 s2 = (IScannerInfoCollector2) collector; ^^ The value of the local variable s2 is not used ---------- 486. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 134) return false; ^^^^^^^^^^^^^ Dead code ---------- 487. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 166) OutputStream cos = new StreamMonitor(new SubProgressMonitor(monitor, 70), console.getOutputStream(), 100); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor StreamMonitor(IProgressMonitor, OutputStream, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 488. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 166) OutputStream cos = new StreamMonitor(new SubProgressMonitor(monitor, 70), console.getOutputStream(), 100); ^^^^^^^^^^^^^ Discouraged access: The type StreamMonitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 489. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 167) SCMarkerGenerator markerGenerator = new SCMarkerGenerator(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type SCMarkerGenerator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 490. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 167) SCMarkerGenerator markerGenerator = new SCMarkerGenerator(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SCMarkerGenerator() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 491. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 167) SCMarkerGenerator markerGenerator = new SCMarkerGenerator(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type SCMarkerGenerator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 492. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 171) ConsoleOutputSniffer sniffer = ScannerInfoConsoleParserFactory.getESIProviderOutputSniffer(cos, cos, project, context, ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ConsoleOutputSniffer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 493. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 171) ConsoleOutputSniffer sniffer = ScannerInfoConsoleParserFactory.getESIProviderOutputSniffer(cos, cos, project, context, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ScannerInfoConsoleParserFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 494. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 171) ConsoleOutputSniffer sniffer = ScannerInfoConsoleParserFactory.getESIProviderOutputSniffer(cos, cos, project, context, providerId, buildInfo, collector, markerGenerator); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getESIProviderOutputSniffer(OutputStream, OutputStream, IProject, InfoContext, String, IScannerConfigBuilderInfo2, IScannerInfoCollector, IMarkerGenerator) from the type ScannerInfoConsoleParserFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 495. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 173) OutputStream consoleOut = sniffer == null ? cos : sniffer.getOutputStream(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getOutputStream() from the type ConsoleOutputSniffer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 496. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 174) OutputStream consoleErr = sniffer == null ? cos : sniffer.getErrorStream(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getErrorStream() from the type ConsoleOutputSniffer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 497. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteSpecsRunSIProvider.java (at line 23) import org.eclipse.cdt.make.internal.core.scannerconfig.gnu.GCCScannerConfigUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type GCCScannerConfigUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 498. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteSpecsRunSIProvider.java (at line 191) return GCCScannerConfigUtil.CPP_SPECS_FILE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type GCCScannerConfigUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 499. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteSpecsRunSIProvider.java (at line 191) return GCCScannerConfigUtil.CPP_SPECS_FILE; ^^^^^^^^^^^^^^ Discouraged access: The field CPP_SPECS_FILE from the type GCCScannerConfigUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 500. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteSpecsRunSIProvider.java (at line 193) return GCCScannerConfigUtil.C_SPECS_FILE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type GCCScannerConfigUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 501. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteSpecsRunSIProvider.java (at line 193) return GCCScannerConfigUtil.C_SPECS_FILE; ^^^^^^^^^^^^ Discouraged access: The field C_SPECS_FILE from the type GCCScannerConfigUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- ---------- 502. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 24) import org.eclipse.cdt.build.internal.core.scannerconfig2.CfgScannerConfigProfileManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CfgScannerConfigProfileManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 503. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 26) import org.eclipse.cdt.internal.core.ConsoleOutputSniffer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ConsoleOutputSniffer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 504. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 31) import org.eclipse.cdt.make.internal.core.scannerconfig2.SCProfileInstance; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SCProfileInstance is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 505. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 32) import org.eclipse.cdt.make.internal.core.scannerconfig2.ScannerConfigProfile; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ScannerConfigProfile is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 506. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 33) import org.eclipse.cdt.make.internal.core.scannerconfig2.ScannerConfigProfileManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ScannerConfigProfileManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 507. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 40) import org.eclipse.cdt.managedbuilder.internal.core.InputType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type InputType is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 508. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 50) public static ConsoleOutputSniffer createBuildOutputSniffer(OutputStream outputStream, 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 509. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 53) ICfgScannerConfigBuilderInfo2Set container = CfgScannerConfigProfileManager.getCfgScannerConfigBuildInfo(cfg); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CfgScannerConfigProfileManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 510. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 53) ICfgScannerConfigBuilderInfo2Set container = CfgScannerConfigProfileManager.getCfgScannerConfigBuildInfo(cfg); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getCfgScannerConfigBuildInfo(IConfiguration) from the type CfgScannerConfigProfileManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 511. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 94) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 512. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 94) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 513. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 112) InputType realInputType = (InputType) inputType; ^^^^^^^^^ Discouraged access: The type InputType is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 514. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 112) InputType realInputType = (InputType) inputType; ^^^^^^^^^ Discouraged access: The type InputType is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 515. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 113) String profileIDString = realInputType.getDiscoveryProfileIdAttribute(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDiscoveryProfileIdAttribute() from the type InputType is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 516. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 144) ScannerConfigProfile profile = ScannerConfigProfileManager.getInstance().getSCProfileConfiguration(profileId); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ScannerConfigProfile is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 517. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 144) ScannerConfigProfile profile = ScannerConfigProfileManager.getInstance().getSCProfileConfiguration(profileId); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ScannerConfigProfileManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 518. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 144) ScannerConfigProfile profile = ScannerConfigProfileManager.getInstance().getSCProfileConfiguration(profileId); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type ScannerConfigProfileManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 519. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 144) ScannerConfigProfile profile = ScannerConfigProfileManager.getInstance().getSCProfileConfiguration(profileId); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSCProfileConfiguration(String) from the type ScannerConfigProfileManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 520. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 145) if (profile.getBuildOutputProviderElement() != null) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getBuildOutputProviderElement() from the type ScannerConfigProfile is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 521. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 157) SCProfileInstance profileInstance = ScannerConfigProfileManager.getInstance().getSCProfileInstance(project, ic, ^^^^^^^^^^^^^^^^^ Discouraged access: The type SCProfileInstance is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 522. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 157) SCProfileInstance profileInstance = ScannerConfigProfileManager.getInstance().getSCProfileInstance(project, ic, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ScannerConfigProfileManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 523. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 157) SCProfileInstance profileInstance = ScannerConfigProfileManager.getInstance().getSCProfileInstance(project, ic, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type ScannerConfigProfileManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 524. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 157) SCProfileInstance profileInstance = ScannerConfigProfileManager.getInstance().getSCProfileInstance(project, ic, profileId); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSCProfileInstance(IProject, InfoContext, String) from the type ScannerConfigProfileManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 525. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 160) IScannerInfoConsoleParser clParser = profileInstance.createBuildOutputParser(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method createBuildOutputParser() from the type SCProfileInstance is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 526. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 162) collector = profileInstance.getScannerInfoCollector(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getScannerInfoCollector() from the type SCProfileInstance is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 527. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 184) SCProfileInstance profileInstance = ScannerConfigProfileManager.getInstance().getSCProfileInstance(project, ic, ^^^^^^^^^^^^^^^^^ Discouraged access: The type SCProfileInstance is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 528. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 184) SCProfileInstance profileInstance = ScannerConfigProfileManager.getInstance().getSCProfileInstance(project, ic, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ScannerConfigProfileManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 529. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 184) SCProfileInstance profileInstance = ScannerConfigProfileManager.getInstance().getSCProfileInstance(project, ic, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type ScannerConfigProfileManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 530. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 184) SCProfileInstance profileInstance = ScannerConfigProfileManager.getInstance().getSCProfileInstance(project, ic, profileId); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSCProfileInstance(IProject, InfoContext, String) from the type ScannerConfigProfileManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 531. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 187) IScannerInfoConsoleParser clParser = profileInstance.createBuildOutputParser(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method createBuildOutputParser() from the type SCProfileInstance is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 532. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 189) collector = profileInstance.getScannerInfoCollector(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getScannerInfoCollector() from the type SCProfileInstance is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 533. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 208) SCProfileInstance profileInstance_1 = ScannerConfigProfileManager.getInstance().getSCProfileInstance(project, ic_1, ^^^^^^^^^^^^^^^^^ Discouraged access: The type SCProfileInstance is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 534. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 208) SCProfileInstance profileInstance_1 = ScannerConfigProfileManager.getInstance().getSCProfileInstance(project, ic_1, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ScannerConfigProfileManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 535. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 208) SCProfileInstance profileInstance_1 = ScannerConfigProfileManager.getInstance().getSCProfileInstance(project, ic_1, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type ScannerConfigProfileManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 536. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 208) SCProfileInstance profileInstance_1 = ScannerConfigProfileManager.getInstance().getSCProfileInstance(project, ic_1, profileID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSCProfileInstance(IProject, InfoContext, String) from the type ScannerConfigProfileManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 537. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 210) IScannerInfoConsoleParser clParser_1 = profileInstance_1.createBuildOutputParser(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method createBuildOutputParser() from the type SCProfileInstance is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 538. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 213) SCProfileInstance profileInstance_2 = ScannerConfigProfileManager.getInstance().getSCProfileInstance(project, ic_2, ^^^^^^^^^^^^^^^^^ Discouraged access: The type SCProfileInstance is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 539. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 213) SCProfileInstance profileInstance_2 = ScannerConfigProfileManager.getInstance().getSCProfileInstance(project, ic_2, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ScannerConfigProfileManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 540. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 213) SCProfileInstance profileInstance_2 = ScannerConfigProfileManager.getInstance().getSCProfileInstance(project, ic_2, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type ScannerConfigProfileManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 541. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 213) SCProfileInstance profileInstance_2 = ScannerConfigProfileManager.getInstance().getSCProfileInstance(project, ic_2, profileID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSCProfileInstance(IProject, InfoContext, String) from the type ScannerConfigProfileManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 542. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 215) IScannerInfoConsoleParser clParser_2 = profileInstance_2.createBuildOutputParser(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method createBuildOutputParser() from the type SCProfileInstance is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 543. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 222) IScannerInfoCollector collector_1 = profileInstance_1.getScannerInfoCollector(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getScannerInfoCollector() from the type SCProfileInstance is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 544. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/ScannerInfoUtility.java (at line 223) IScannerInfoCollector collector_2 = profileInstance_2.getScannerInfoCollector(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getScannerInfoCollector() from the type SCProfileInstance is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- ---------- 545. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 42) import org.eclipse.cdt.internal.core.index.IWritableIndex; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IWritableIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 546. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 43) import org.eclipse.cdt.internal.core.indexer.StandaloneFastIndexer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 547. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 44) import org.eclipse.cdt.internal.core.parser.util.ContentAssistMatcherFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ContentAssistMatcherFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 548. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 285) String scheme = getString(theCommand, 2); ^^^^^^ The value of the local variable scheme is not used ---------- 549. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 286) String rootPath = getString(theCommand, 3); ^^^^^^^^ The value of the local variable rootPath is not used ---------- 550. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 287) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The value of the local variable mappedPath is not used ---------- 551. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 335) String rootPath = getString(theCommand, 3); ^^^^^^^^ The value of the local variable rootPath is not used ---------- 552. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 336) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The value of the local variable mappedPath is not used ---------- 553. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 357) String scheme = getString(theCommand, 2); ^^^^^^ The value of the local variable scheme is not used ---------- 554. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 358) String rootPath = getString(theCommand, 3); ^^^^^^^^ The value of the local variable rootPath is not used ---------- 555. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 359) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The value of the local variable mappedPath is not used ---------- 556. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 380) String scheme = getString(theCommand, 2); ^^^^^^ The value of the local variable scheme is not used ---------- 557. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 381) String rootPath = getString(theCommand, 3); ^^^^^^^^ The value of the local variable rootPath is not used ---------- 558. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 382) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The value of the local variable mappedPath is not used ---------- 559. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 405) String scheme = getString(theCommand, 2); ^^^^^^ The value of the local variable scheme is not used ---------- 560. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 406) String rootPath = getString(theCommand, 3); ^^^^^^^^ The value of the local variable rootPath is not used ---------- 561. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 407) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The value of the local variable mappedPath is not used ---------- 562. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 429) String scheme = getString(theCommand, 2); ^^^^^^ The value of the local variable scheme is not used ---------- 563. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 430) String rootPath = getString(theCommand, 3); ^^^^^^^^ The value of the local variable rootPath is not used ---------- 564. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 431) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The value of the local variable mappedPath is not used ---------- 565. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 455) String rootPath = getString(theCommand, 3); ^^^^^^^^ The value of the local variable rootPath is not used ---------- 566. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 456) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The value of the local variable mappedPath is not used ---------- 567. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 477) String rootPath = getString(theCommand, 3); ^^^^^^^^ The value of the local variable rootPath is not used ---------- 568. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 478) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The value of the local variable mappedPath is not used ---------- 569. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 514) String scheme = getString(theCommand, 2); ^^^^^^ The value of the local variable scheme is not used ---------- 570. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 515) String rootPath = getString(theCommand, 3); ^^^^^^^^ The value of the local variable rootPath is not used ---------- 571. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 516) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The value of the local variable mappedPath is not used ---------- 572. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 534) String scheme = getString(theCommand, 2); ^^^^^^ The value of the local variable scheme is not used ---------- 573. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 535) String rootPath = getString(theCommand, 3); ^^^^^^^^ The value of the local variable rootPath is not used ---------- 574. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 536) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The value of the local variable mappedPath is not used ---------- 575. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 555) String scheme = getString(theCommand, 2); ^^^^^^ The value of the local variable scheme is not used ---------- 576. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 556) String rootPath = getString(theCommand, 3); ^^^^^^^^ The value of the local variable rootPath is not used ---------- 577. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 557) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The value of the local variable mappedPath is not used ---------- 578. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 578) String rootPath = getString(theCommand, 3); ^^^^^^^^ The value of the local variable rootPath is not used ---------- 579. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 579) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The value of the local variable mappedPath is not used ---------- 580. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 609) String scheme = getString(theCommand, 2); ^^^^^^ The value of the local variable scheme is not used ---------- 581. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 610) String rootPath = getString(theCommand, 3); ^^^^^^^^ The value of the local variable rootPath is not used ---------- 582. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 611) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The value of the local variable mappedPath is not used ---------- 583. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 633) String scheme = getString(theCommand, 2); ^^^^^^ The value of the local variable scheme is not used ---------- 584. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 634) String rootPath = getString(theCommand, 3); ^^^^^^^^ The value of the local variable rootPath is not used ---------- 585. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 635) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The value of the local variable mappedPath is not used ---------- 586. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 657) String scheme = getString(theCommand, 2); ^^^^^^ The value of the local variable scheme is not used ---------- 587. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 658) String rootPath = getString(theCommand, 3); ^^^^^^^^ The value of the local variable rootPath is not used ---------- 588. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 659) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The value of the local variable mappedPath is not used ---------- 589. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 683) String scheme = getString(theCommand, 2); ^^^^^^ The value of the local variable scheme is not used ---------- 590. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 684) String rootPath = getString(theCommand, 3); ^^^^^^^^ The value of the local variable rootPath is not used ---------- 591. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 685) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The value of the local variable mappedPath is not used ---------- 592. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 1280) ContentAssistMatcherFactory.getInstance().setShowCamelCaseMatches(context.getShowCamelCaseMatches()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ContentAssistMatcherFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 593. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 1280) ContentAssistMatcherFactory.getInstance().setShowCamelCaseMatches(context.getShowCamelCaseMatches()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type ContentAssistMatcherFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 594. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 1280) ContentAssistMatcherFactory.getInstance().setShowCamelCaseMatches(context.getShowCamelCaseMatches()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setShowCamelCaseMatches(boolean) from the type ContentAssistMatcherFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 595. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 1318) IWritableIndex[] indexList; ^^^^^^^^^^^^^^^^ Discouraged access: The type IWritableIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 596. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 1365) IWritableIndex[] indexList; ^^^^^^^^^^^^^^^^ Discouraged access: The type IWritableIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 597. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 1565) ICProject project = workingCopy.getCProject(); ^^^^^^^ The value of the local variable project is not used ---------- 598. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 1697) private IIndexFileLocation createLocation(String scheme, String hostName, IIndexFileLocation location) throws URISyntaxException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createLocation(String, String, IIndexFileLocation) from the type CDTMiner is never used locally ---------- 599. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 1801) StandaloneFastIndexer indexer = RemoteIndexManager.getInstance().getIndexerForScope(scopeName, provider, _dataStore, status); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 600. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 1832) StandaloneFastIndexer indexer = indexManager.getIndexerForScope(scopeName, provider, _dataStore, status); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 601. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/FindNameForSelectionVisitor.java (at line 18) import org.eclipse.cdt.core.dom.ast.IASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.dom.ast.IASTNode is never used ---------- ---------- 602. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/IndexerThread.java (at line 17) import org.eclipse.cdt.internal.core.indexer.StandaloneFastIndexer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 603. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/IndexerThread.java (at line 27) private final StandaloneFastIndexer indexer; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 604. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/IndexerThread.java (at line 34) protected abstract void runIndexer(StandaloneFastIndexer indexer, IProgressMonitor progressMonitor) throws IOException; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 605. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/IndexerThread.java (at line 37) private IndexerThread(StandaloneFastIndexer indexer, DataElement status, CDTMiner miner) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 606. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/IndexerThread.java (at line 45) public static IndexerThread createReindexThread(StandaloneFastIndexer indexer, final List sourcesList, DataElement status, CDTMiner miner) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 607. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/IndexerThread.java (at line 47) protected void runIndexer(StandaloneFastIndexer indexer, IProgressMonitor progressMonitor) throws IOException { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 608. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/IndexerThread.java (at line 48) indexer.rebuild(sourcesList, progressMonitor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method rebuild(List, IProgressMonitor) from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 609. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/IndexerThread.java (at line 53) public static IndexerThread createIndexDeltaThread(StandaloneFastIndexer indexer, final List added, final List changed, final List removed, DataElement status, CDTMiner miner) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 610. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/IndexerThread.java (at line 55) protected void runIndexer(StandaloneFastIndexer indexer, IProgressMonitor progressMonitor) throws IOException { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 611. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/IndexerThread.java (at line 56) indexer.handleDelta(added, changed, removed, progressMonitor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method handleDelta(List, List, List, IProgressMonitor) from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 612. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/IndexerThread.java (at line 67) indexer.setTraceStatistics(true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setTraceStatistics(boolean) from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 613. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/IndexerThread.java (at line 68) indexer.setShowProblems(true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setShowProblems(boolean) from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 614. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/IndexerThread.java (at line 69) indexer.setShowActivity(true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setShowActivity(boolean) from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 615. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 63) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 616. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 64) import org.eclipse.cdt.internal.core.dom.parser.cpp.ICPPUnknownBinding; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICPPUnknownBinding is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 617. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 65) import org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPSemantics; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPSemantics is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 618. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 66) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 619. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 67) import org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.LookupData; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LookupData is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 620. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 68) import org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.SemanticUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SemanticUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 621. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 69) import org.eclipse.cdt.internal.core.index.IIndexFragmentName; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IIndexFragmentName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 622. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 471) if (((ASTNode) name).getOffset() == ((ASTNode) firstName).getOffset()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getOffset() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 623. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 471) if (((ASTNode) name).getOffset() == ((ASTNode) firstName).getOffset()) { ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 624. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 471) if (((ASTNode) name).getOffset() == ((ASTNode) firstName).getOffset()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getOffset() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 625. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 471) if (((ASTNode) name).getOffset() == ((ASTNode) firstName).getOffset()) { ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 626. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 484) } else if (name instanceof IIndexFragmentName) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type IIndexFragmentName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 627. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 486) return ((IIndexFragmentName) name).getBinding(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getBinding() from the type IIndexFragmentName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 628. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 486) return ((IIndexFragmentName) name).getBinding(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type IIndexFragmentName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 629. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 637) sourceQualifiedName= CPPVisitor.getQualifiedName(binding); ^^^^^^^^^^ 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 630. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 637) sourceQualifiedName= CPPVisitor.getQualifiedName(binding); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getQualifiedName(IBinding) from the type CPPVisitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 631. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 638) if (binding instanceof ICPPUnknownBinding) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICPPUnknownBinding is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 632. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 639) LookupData data= CPPSemantics.createLookupData(sourceName); ^^^^^^^^^^ Discouraged access: The type LookupData is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 633. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 639) LookupData data= CPPSemantics.createLookupData(sourceName); ^^^^^^^^^^^^ Discouraged access: The type CPPSemantics is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 634. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 639) LookupData data= CPPSemantics.createLookupData(sourceName); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method createLookupData(IASTName) from the type CPPSemantics is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 635. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 640) if (data.isFunctionCall()) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isFunctionCall() from the type LookupData is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 636. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 641) funcArgCount= data.getFunctionArgumentCount(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFunctionArgumentCount() from the type LookupData is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 637. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 650) String[] qualifiedName = CPPVisitor.getQualifiedName(binding); ^^^^^^^^^^ 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 638. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 650) String[] qualifiedName = CPPVisitor.getQualifiedName(binding); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getQualifiedName(IBinding) from the type CPPVisitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 639. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 668) if (maxArgs == 1 && SemanticUtil.isVoidType(parameterTypes[0])) { ^^^^^^^^^^^^ Discouraged access: The type SemanticUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 640. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 668) if (maxArgs == 1 && SemanticUtil.isVoidType(parameterTypes[0])) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isVoidType(IType) from the type SemanticUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 641. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteCHQueries.java (at line 39) import org.eclipse.cdt.internal.core.dom.parser.cpp.ClassTypeHelper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ClassTypeHelper is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 642. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteCHQueries.java (at line 82) IBinding[] overriddenBindings= ClassTypeHelper.findOverridden((ICPPMethod) calleeBinding); ^^^^^^^^^^^^^^^ Discouraged access: The type ClassTypeHelper is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 643. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteCHQueries.java (at line 82) IBinding[] overriddenBindings= ClassTypeHelper.findOverridden((ICPPMethod) calleeBinding); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method findOverridden(ICPPMethod) from the type ClassTypeHelper is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 644. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteCHQueries.java (at line 194) IBinding[] virtualOverriders= ClassTypeHelper.findOverriders(index, binding); ^^^^^^^^^^^^^^^ Discouraged access: The type ClassTypeHelper is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 645. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteCHQueries.java (at line 194) IBinding[] virtualOverriders= ClassTypeHelper.findOverriders(index, binding); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method findOverriders(IIndex, ICPPMethod) from the type ClassTypeHelper is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 646. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 25) import org.eclipse.cdt.internal.core.index.CIndex; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 647. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 26) import org.eclipse.cdt.internal.core.index.IIndexFragment; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IIndexFragment is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 648. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 27) import org.eclipse.cdt.internal.core.index.IWritableIndex; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IWritableIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 649. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 28) import org.eclipse.cdt.internal.core.indexer.StandaloneFastIndexer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 650. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 29) import org.eclipse.cdt.internal.core.indexer.StandaloneIndexer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 651. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 30) import org.eclipse.cdt.internal.core.pdom.PDOMWriter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMWriter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 652. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 31) import org.eclipse.cdt.internal.core.pdom.dom.IPDOMLinkageFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMLinkageFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 653. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 32) import org.eclipse.cdt.internal.core.pdom.dom.c.PDOMCLinkageFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMCLinkageFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 654. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 33) import org.eclipse.cdt.internal.core.pdom.dom.cpp.PDOMCPPLinkageFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMCPPLinkageFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 655. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 34) import org.eclipse.cdt.internal.core.pdom.indexer.PDOMIndexerTask; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMIndexerTask is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 656. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 34) import org.eclipse.cdt.internal.core.pdom.indexer.PDOMIndexerTask; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.internal.core.pdom.indexer.PDOMIndexerTask is never used ---------- 657. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 51) private static final PDOMCLinkageFactory cLinkageFactory = new PDOMCLinkageFactory(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMCLinkageFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 658. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 51) private static final PDOMCLinkageFactory cLinkageFactory = new PDOMCLinkageFactory(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMCLinkageFactory() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 659. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 51) private static final PDOMCLinkageFactory cLinkageFactory = new PDOMCLinkageFactory(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMCLinkageFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 660. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 52) private static final PDOMCPPLinkageFactory cppLinkageFactory = new PDOMCPPLinkageFactory(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMCPPLinkageFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 661. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 52) private static final PDOMCPPLinkageFactory cppLinkageFactory = new PDOMCPPLinkageFactory(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMCPPLinkageFactory() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 662. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 52) private static final PDOMCPPLinkageFactory cppLinkageFactory = new PDOMCPPLinkageFactory(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMCPPLinkageFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 663. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 55) private static final Map linkageFactoryMap = new HashMap(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMLinkageFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 664. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 55) private static final Map linkageFactoryMap = new HashMap(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMLinkageFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 665. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 61) private final Map scopeToIndexerMap; ^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 666. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 66) scopeToIndexerMap = new HashMap(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 667. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 668. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 669. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 670. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 671. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 672. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 673. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 674. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 675. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 676. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 97) return new CIndex(new IIndexFragment[]{indexer.getIndex().getWritableFragment()}, 1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CIndex(IIndexFragment[], int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 677. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 97) return new CIndex(new IIndexFragment[]{indexer.getIndex().getWritableFragment()}, 1); ^^^^^^ Discouraged access: The type CIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 678. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 97) return new CIndex(new IIndexFragment[]{indexer.getIndex().getWritableFragment()}, 1); ^^^^^^^^^^^^^^ Discouraged access: The type IIndexFragment is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 679. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 97) return new CIndex(new IIndexFragment[]{indexer.getIndex().getWritableFragment()}, 1); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method getIndex() from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 680. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 97) return new CIndex(new IIndexFragment[]{indexer.getIndex().getWritableFragment()}, 1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getWritableFragment() from the type IWritableIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 681. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 107) public StandaloneFastIndexer getIndexerForScope(String scope, IRemoteIndexerInfoProvider provider, DataStore dataStore, DataElement status) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 682. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 108) StandaloneFastIndexer indexer = getIndexerForScope(scope, dataStore, status); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 683. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 111) indexer.setScannerInfoProvider(provider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setScannerInfoProvider(IStandaloneScannerInfoProvider) from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 684. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 112) indexer.setLanguageMapper(new RemoteLanguageMapper(provider, dataStore)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setLanguageMapper(ILanguageMapper) from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 685. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 113) indexer.setFilesToParseUpFront(provider.getFilesToParseUpFront().toArray(new String[]{})); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setFilesToParseUpFront(String[]) from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 686. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 114) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 687. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 117) indexer.setSkipReferences(PDOMWriter.SKIP_ALL_REFERENCES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setSkipReferences(int) from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 688. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 117) indexer.setSkipReferences(PDOMWriter.SKIP_ALL_REFERENCES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMWriter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 689. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 117) indexer.setSkipReferences(PDOMWriter.SKIP_ALL_REFERENCES); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SKIP_ALL_REFERENCES from the type PDOMWriter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 690. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 122) skipReferences |= PDOMWriter.SKIP_TYPE_REFERENCES; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMWriter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 691. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 122) skipReferences |= PDOMWriter.SKIP_TYPE_REFERENCES; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SKIP_TYPE_REFERENCES from the type PDOMWriter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 692. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 124) skipReferences |= PDOMWriter.SKIP_MACRO_REFERENCES; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMWriter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 693. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 124) skipReferences |= PDOMWriter.SKIP_MACRO_REFERENCES; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SKIP_MACRO_REFERENCES from the type PDOMWriter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 694. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 129) indexer.setSkipReferences(PDOMWriter.SKIP_NO_REFERENCES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setSkipReferences(int) from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 695. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 129) indexer.setSkipReferences(PDOMWriter.SKIP_NO_REFERENCES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMWriter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 696. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 129) indexer.setSkipReferences(PDOMWriter.SKIP_NO_REFERENCES); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field SKIP_NO_REFERENCES from the type PDOMWriter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 697. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 131) indexer.setSkipReferences(skipReferences); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setSkipReferences(int) from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 698. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 134) indexer.setIndexAllFiles(provider.checkIndexerPreference(IRemoteIndexerInfoProvider.KEY_INDEX_ALL_FILES)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setIndexAllFiles(boolean) from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 699. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 156) public StandaloneFastIndexer getIndexerForScope(String scope, DataStore dataStore, DataElement status) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 700. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 162) StandaloneFastIndexer indexer = (StandaloneFastIndexer) scopeToIndexerMap.get(scope); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 701. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 162) StandaloneFastIndexer indexer = (StandaloneFastIndexer) scopeToIndexerMap.get(scope); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 702. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 166) indexer.setParserLog(LOG); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setParserLog(IParserLogService) from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 703. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 194) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 704. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 194) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 705. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 235) public IWritableIndex[] getIndexListForProjects(ICProject[] projects, DataStore dataStore) { ^^^^^^^^^^^^^^^^ Discouraged access: The type IWritableIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 706. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 239) IWritableIndex[] indexList = new IWritableIndex[projects.length]; ^^^^^^^^^^^^^^^^ Discouraged access: The type IWritableIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 707. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 239) IWritableIndex[] indexList = new IWritableIndex[projects.length]; ^^^^^^^^^^^^^^ Discouraged access: The type IWritableIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 708. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 249) IWritableIndex project_index = getIndexerForScope(currentScope, dataStore, null).getIndex(); ^^^^^^^^^^^^^^ Discouraged access: The type IWritableIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 709. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 249) IWritableIndex project_index = getIndexerForScope(currentScope, dataStore, null).getIndex(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getIndex() from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 710. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 264) public IWritableIndex[] getIndexListForScope(String scope, DataStore dataStore) { ^^^^^^^^^^^^^^^^ Discouraged access: The type IWritableIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 711. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 265) IWritableIndex[] indexList; ^^^^^^^^^^^^^^^^ Discouraged access: The type IWritableIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 712. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 267) indexList = new IWritableIndex[ScopeManager.getInstance().getAllScopes().size()]; ^^^^^^^^^^^^^^ Discouraged access: The type IWritableIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 713. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 270) IWritableIndex project_index = getIndexerForScope(currentScope, dataStore, null).getIndex(); ^^^^^^^^^^^^^^ Discouraged access: The type IWritableIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 714. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 270) IWritableIndex project_index = getIndexerForScope(currentScope, dataStore, null).getIndex(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getIndex() from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 715. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 275) StandaloneFastIndexer indexer = getIndexerForScope(scope, dataStore, null); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 716. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 276) indexList = new IWritableIndex[]{indexer.getIndex()}; ^^^^^^^^^^^^^^ Discouraged access: The type IWritableIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 717. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 276) indexList = new IWritableIndex[]{indexer.getIndex()}; ^^^^^^^^^^^^^^^^^^ Discouraged access: The method getIndex() from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 718. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexProgressMonitor.java (at line 15) import org.eclipse.cdt.internal.core.indexer.StandaloneFastIndexer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 719. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexProgressMonitor.java (at line 16) import org.eclipse.cdt.internal.core.pdom.IndexerProgress; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerProgress is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 720. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexProgressMonitor.java (at line 37) private StandaloneFastIndexer fIndexer; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 721. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexProgressMonitor.java (at line 42) public RemoteIndexProgressMonitor(StandaloneFastIndexer indexer, DataElement status, DataStore _dataStore) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 722. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexProgressMonitor.java (at line 118) IndexerProgress info = fIndexer.getProgressInformation(); ^^^^^^^^^^^^^^^ Discouraged access: The type IndexerProgress is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 723. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexProgressMonitor.java (at line 118) IndexerProgress info = fIndexer.getProgressInformation(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getProgressInformation() from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 724. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 725. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 726. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLocationConverter.java (at line 18) import org.eclipse.cdt.internal.core.index.IndexFileLocation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexFileLocation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 727. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLocationConverter.java (at line 44) return new IndexFileLocation(new URI("file", null, raw, null, null), null); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor IndexFileLocation(URI, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 728. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLocationConverter.java (at line 44) return new IndexFileLocation(new URI("file", null, raw, null, null), null); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexFileLocation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 729. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 17) import org.eclipse.cdt.internal.core.parser.ParserMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 730. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 39) fErrorMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.inclusionNotFound", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 731. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 39) fErrorMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.inclusionNotFound", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 732. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 40) fErrorMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.definitionNotFound", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 733. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 40) fErrorMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.definitionNotFound", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 734. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 42) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.error", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 735. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 42) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.error", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 736. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 43) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.warning", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 737. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 43) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.warning", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 738. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 44) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.inclusionNotFound", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 739. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 44) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.inclusionNotFound", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 740. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 45) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.definitionNotFound", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 741. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 45) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.definitionNotFound", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 742. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 46) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.invalidMacroDefn", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 743. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 46) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.invalidMacroDefn", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 744. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 47) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.invalidMacroRedefn", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 745. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 47) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.invalidMacroRedefn", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 746. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 48) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.unbalancedConditional", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 747. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 48) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.unbalancedConditional", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 748. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 49) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.conditionalEval", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 749. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 49) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.conditionalEval", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 750. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 50) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.macroUsage", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 751. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 50) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.macroUsage", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 752. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 51) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.circularInclusion", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 753. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 51) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.circularInclusion", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 754. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 52) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.invalidDirective", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 755. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 52) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.invalidDirective", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 756. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 53) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.macroPasting", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 757. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 53) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.macroPasting", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 758. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 54) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.missingRParen", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 759. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 54) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.missingRParen", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 760. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 55) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.invalidVaArgs", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 761. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 55) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.preproc.invalidVaArgs", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 762. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 56) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.invalidEscapeChar", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 763. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 56) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.invalidEscapeChar", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 764. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 57) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.unboundedString", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 765. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 57) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.unboundedString", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 766. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 58) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.badFloatingPoint", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 767. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 58) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.badFloatingPoint", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 768. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 59) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.badHexFormat", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 769. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 59) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.badHexFormat", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 770. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 60) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.badOctalFormat", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 771. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 60) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.badOctalFormat", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 772. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 61) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.badDecimalFormat", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 773. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 61) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.badDecimalFormat", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 774. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 62) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.assignmentNotAllowed", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 775. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 62) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.assignmentNotAllowed", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 776. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 63) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.divideByZero", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 777. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 63) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.divideByZero", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 778. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 64) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.missingRParen", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 779. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 64) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.missingRParen", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 780. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 65) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.expressionSyntaxError", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 781. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 65) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.expressionSyntaxError", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 782. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 66) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.illegalIdentifier", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 783. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 66) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.illegalIdentifier", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 784. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 67) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.badConditionalExpression", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 785. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 67) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.badConditionalExpression", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 786. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 68) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.unexpectedEOF", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 787. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 68) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.unexpectedEOF", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 788. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 69) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.badCharacter", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 789. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 69) fProblemBindingMessages.add(ParserMessages.getFormattedString("ScannerProblemFactory.error.scanner.badCharacter", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 790. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 70) fProblemBindingMessages.add(ParserMessages.getFormattedString("ParserProblemFactory.error.syntax.syntaxError", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 791. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLogService.java (at line 70) fProblemBindingMessages.add(ParserMessages.getFormattedString("ParserProblemFactory.error.syntax.syntaxError", "")); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 792. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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 ---------- 793. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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 ---------- ---------- 794. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/StandaloneSavedCodeReaderFactory.java (at line 15) import org.eclipse.cdt.core.dom.CDOM; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.dom.CDOM is never used ---------- 795. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/StandaloneSavedCodeReaderFactory.java (at line 21) import org.eclipse.cdt.internal.core.dom.AbstractCodeReaderFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AbstractCodeReaderFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 796. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/StandaloneSavedCodeReaderFactory.java (at line 22) import org.eclipse.cdt.internal.core.dom.parser.EmptyCodeReaderCache; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EmptyCodeReaderCache is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 797. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/StandaloneSavedCodeReaderFactory.java (at line 30) public class StandaloneSavedCodeReaderFactory extends AbstractCodeReaderFactory implements ICodeReaderFactory { ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AbstractCodeReaderFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 798. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/StandaloneSavedCodeReaderFactory.java (at line 43) super(null); ^^^^^^^^^^^^ Discouraged access: The constructor AbstractCodeReaderFactory(IIncludeFileResolutionHeuristics) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 799. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/StandaloneSavedCodeReaderFactory.java (at line 47) cache = new EmptyCodeReaderCache(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor EmptyCodeReaderCache() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 800. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/StandaloneSavedCodeReaderFactory.java (at line 47) cache = new EmptyCodeReaderCache(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EmptyCodeReaderCache is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 801. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/URICreatorManager.java (at line 134) @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- 802. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/URICreatorManager.java (at line 136) Class theClass; ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 803. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/URICreatorManager.java (at line 146) Constructor constructor = theClass.getConstructor(new Class[0]); ^^^^^^^^^^^ Constructor is a raw type. References to generic type Constructor should be parameterized ---------- 803 problems (803 warnings)[187 .class files generated] # 10/10/11 9:33:40 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/AddBuildTargetAction.java (at line 14) import org.eclipse.cdt.make.internal.ui.editor.MakefileContentOutlinePage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MakefileContentOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.1.0.201106151055.jar ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/AddBuildTargetAction.java (at line 20) public class AddBuildTargetAction extends org.eclipse.cdt.make.internal.ui.editor.AddBuildTargetAction { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AddBuildTargetAction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.1.0.201106151055.jar ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/AddBuildTargetAction.java (at line 22) public AddBuildTargetAction(MakefileContentOutlinePage outliner) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MakefileContentOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.1.0.201106151055.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/AddBuildTargetAction.java (at line 23) super(outliner); ^^^^^^^^^^^^^^^^ Discouraged access: The constructor AddBuildTargetAction(MakefileContentOutlinePage) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.1.0.201106151055.jar ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/OpenIncludeAction.java (at line 20) public class OpenIncludeAction extends org.eclipse.cdt.make.internal.ui.editor.OpenIncludeAction { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type OpenIncludeAction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.1.0.201106151055.jar ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/OpenIncludeAction.java (at line 23) super(provider); ^^^^^^^^^^^^^^^^ Discouraged access: The constructor OpenIncludeAction(ISelectionProvider) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.1.0.201106151055.jar ---------- ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileContentOutlinePage.java (at line 14) import org.eclipse.cdt.make.internal.ui.editor.MakefileContentOutlinePage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MakefileContentOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.1.0.201106151055.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileContentOutlinePage.java (at line 15) import org.eclipse.cdt.make.internal.ui.editor.MakefileEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MakefileEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.1.0.201106151055.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileContentOutlinePage.java (at line 20) public class RemoteMakefileContentOutlinePage extends MakefileContentOutlinePage { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MakefileContentOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.1.0.201106151055.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileContentOutlinePage.java (at line 22) public RemoteMakefileContentOutlinePage(MakefileEditor editor) { ^^^^^^^^^^^^^^ Discouraged access: The type MakefileEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.1.0.201106151055.jar ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileContentOutlinePage.java (at line 23) super(editor); ^^^^^^^^^^^^^^ Discouraged access: The constructor MakefileContentOutlinePage(MakefileEditor) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.1.0.201106151055.jar ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileContentOutlinePage.java (at line 24) fAddBuildTargetAction = new AddBuildTargetAction(this); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field fAddBuildTargetAction from the type MakefileContentOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.1.0.201106151055.jar ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileContentOutlinePage.java (at line 25) fOpenIncludeAction = new OpenIncludeAction(this); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field fOpenIncludeAction from the type MakefileContentOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.1.0.201106151055.jar ---------- ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileEditor.java (at line 14) import org.eclipse.cdt.make.internal.ui.editor.MakefileContentOutlinePage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MakefileContentOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.1.0.201106151055.jar ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileEditor.java (at line 15) import org.eclipse.cdt.make.internal.ui.editor.MakefileEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MakefileEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.1.0.201106151055.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileEditor.java (at line 29) public class RemoteMakefileEditor extends MakefileEditor { ^^^^^^^^^^^^^^ Discouraged access: The type MakefileEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.1.0.201106151055.jar ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileEditor.java (at line 32) super(); ^^^^^^^^ Discouraged access: The constructor MakefileEditor() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.1.0.201106151055.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileEditor.java (at line 36) public MakefileContentOutlinePage getOutlinePage() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MakefileContentOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.1.0.201106151055.jar ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileEditor.java (at line 38) return super.getOutlinePage(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getOutlinePage() from the type MakefileEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.1.0.201106151055.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileEditor.java (at line 40) if (page == null) { ^^^^ Discouraged access: The field page from the type MakefileEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.1.0.201106151055.jar ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileEditor.java (at line 41) page = new RemoteMakefileContentOutlinePage(this); ^^^^ Discouraged access: The field page from the type MakefileEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.1.0.201106151055.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileEditor.java (at line 42) page.addSelectionChangedListener(this); ^^^^ Discouraged access: The field page from the type MakefileEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.1.0.201106151055.jar ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileEditor.java (at line 43) page.setInput(getEditorInput()); ^^^^ Discouraged access: The field page from the type MakefileEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.1.0.201106151055.jar ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileEditor.java (at line 43) page.setInput(getEditorInput()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setInput(Object) from the type MakefileContentOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.1.0.201106151055.jar ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.make.ui/src/org/eclipse/ptp/rdt/make/internal/ui/editor/RemoteMakefileEditor.java (at line 45) return page; ^^^^ Discouraged access: The field page from the type MakefileEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.1.0.201106151055.jar ---------- 25 problems (25 warnings)[5 .class files generated] # 10/10/11 9:33:42 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [3 .class files generated] # 10/10/11 9:34:11 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.managedbuilder.xlc.ui/src/org/eclipse/ptp/rdt/managedbuilder/xlc/ui/messages/Messages.java (at line 40) return MessageFormat.format(message, substitutions); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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 ---------- 1 problem (1 warning)[8 .class files generated] # 10/10/11 9:34:12 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [1 .class file generated] # 10/10/11 9:36:07 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 15) import org.eclipse.ptp.internal.rdt.core.callhierarchy.ICallHierarchyService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICallHierarchyService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 16) import org.eclipse.ptp.internal.rdt.core.callhierarchy.RemoteCallHierarchyService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteCallHierarchyService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 17) import org.eclipse.ptp.internal.rdt.core.includebrowser.IIncludeBrowserService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IIncludeBrowserService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 18) import org.eclipse.ptp.internal.rdt.core.includebrowser.RemoteIncludeBrowserService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteIncludeBrowserService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 19) import org.eclipse.ptp.internal.rdt.core.index.IIndexLifecycleService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IIndexLifecycleService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 20) import org.eclipse.ptp.internal.rdt.core.index.RemoteIndexLifecycleService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteIndexLifecycleService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 21) import org.eclipse.ptp.internal.rdt.core.model.IModelBuilderService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IModelBuilderService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 22) import org.eclipse.ptp.internal.rdt.core.model.RemoteModelBuilderService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteModelBuilderService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 23) import org.eclipse.ptp.internal.rdt.core.navigation.INavigationService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type INavigationService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 24) import org.eclipse.ptp.internal.rdt.core.navigation.RemoteNavigationService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteNavigationService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 25) import org.eclipse.ptp.internal.rdt.core.typehierarchy.ITypeHierarchyService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITypeHierarchyService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 26) import org.eclipse.ptp.internal.rdt.core.typehierarchy.RemoteTypeHierarchyService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteTypeHierarchyService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 27) import org.eclipse.ptp.internal.rdt.ui.contentassist.IContentAssistService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IContentAssistService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 28) import org.eclipse.ptp.internal.rdt.ui.contentassist.RemoteContentAssistService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteContentAssistService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 29) import org.eclipse.ptp.internal.rdt.ui.search.ISearchService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISearchService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 30) import org.eclipse.ptp.internal.rdt.ui.search.RemoteSearchService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteSearchService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 46) protected IIndexLifecycleService fIndexLifecycleService = null; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IIndexLifecycleService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 47) protected INavigationService fNavigationService = null; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type INavigationService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 48) protected ICallHierarchyService fCallHierarchyService = null; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICallHierarchyService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 49) protected ITypeHierarchyService fTypeHierarchyService = null; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITypeHierarchyService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 50) protected IIncludeBrowserService fIncludeBrowserService = null; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IIncludeBrowserService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 51) protected IModelBuilderService fModelBuilderService = null; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IModelBuilderService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 52) protected RemoteSearchService fSearchService = null; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteSearchService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 53) protected IContentAssistService fContentAssistService = null; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IContentAssistService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 100) public synchronized ICallHierarchyService getCallHierarchyService() { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICallHierarchyService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 105) fCallHierarchyService = new RemoteCallHierarchyService(fSubsystem); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor RemoteCallHierarchyService(ICIndexSubsystem) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 105) fCallHierarchyService = new RemoteCallHierarchyService(fSubsystem); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteCallHierarchyService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 125) public IContentAssistService getContentAssistService() { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IContentAssistService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 130) fContentAssistService = new RemoteContentAssistService(fSubsystem); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor RemoteContentAssistService(ICIndexSubsystem) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 130) fContentAssistService = new RemoteContentAssistService(fSubsystem); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteContentAssistService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 141) public synchronized IIncludeBrowserService getIncludeBrowserService() { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IIncludeBrowserService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 146) fIncludeBrowserService = new RemoteIncludeBrowserService(fSubsystem); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor RemoteIncludeBrowserService(ICIndexSubsystem) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 146) fIncludeBrowserService = new RemoteIncludeBrowserService(fSubsystem); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteIncludeBrowserService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 157) public synchronized IIndexLifecycleService getIndexLifeCycleService() { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IIndexLifecycleService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 162) fIndexLifecycleService = new RemoteIndexLifecycleService(fSubsystem); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor RemoteIndexLifecycleService(ICIndexSubsystem) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 162) fIndexLifecycleService = new RemoteIndexLifecycleService(fSubsystem); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteIndexLifecycleService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 184) public synchronized IModelBuilderService getModelBuilderService() { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IModelBuilderService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 189) fModelBuilderService = new RemoteModelBuilderService(fSubsystem); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor RemoteModelBuilderService(ICIndexSubsystem) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 189) fModelBuilderService = new RemoteModelBuilderService(fSubsystem); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteModelBuilderService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 200) public synchronized INavigationService getNavigationService() { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type INavigationService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 205) fNavigationService = new RemoteNavigationService(fSubsystem); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor RemoteNavigationService(ICIndexSubsystem) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 205) fNavigationService = new RemoteNavigationService(fSubsystem); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteNavigationService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 254) public ISearchService getSearchService() { ^^^^^^^^^^^^^^ Discouraged access: The type ISearchService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 259) fSearchService = new RemoteSearchService(fSubsystem); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor RemoteSearchService(ICIndexSubsystem) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 259) fSearchService = new RemoteSearchService(fSubsystem); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteSearchService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 280) public synchronized ITypeHierarchyService getTypeHierarchyService() { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITypeHierarchyService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 285) fTypeHierarchyService = new RemoteTypeHierarchyService(fSubsystem); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor RemoteTypeHierarchyService(ICIndexSubsystem) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 285) fTypeHierarchyService = new RemoteTypeHierarchyService(fSubsystem); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteTypeHierarchyService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 33) import org.eclipse.cdt.internal.core.parser.ParserMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 57) import org.eclipse.ptp.internal.rdt.core.IRemoteIndexerInfoProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IRemoteIndexerInfoProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 58) import org.eclipse.ptp.internal.rdt.core.Serializer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Serializer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 59) import org.eclipse.ptp.internal.rdt.core.callhierarchy.CalledByResult; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CalledByResult is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 60) import org.eclipse.ptp.internal.rdt.core.callhierarchy.CallsToResult; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CallsToResult is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 61) import org.eclipse.ptp.internal.rdt.core.contentassist.Proposal; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Proposal is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 62) import org.eclipse.ptp.internal.rdt.core.contentassist.RemoteContentAssistInvocationContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 63) import org.eclipse.ptp.internal.rdt.core.includebrowser.IIndexIncludeValue; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IIndexIncludeValue is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 64) import org.eclipse.ptp.internal.rdt.core.index.RemoteIndexerProgress; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteIndexerProgress is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 65) import org.eclipse.ptp.internal.rdt.core.index.RemoteIndexerTask; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteIndexerTask is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 66) import org.eclipse.ptp.internal.rdt.core.miners.CDTMiner; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 67) import org.eclipse.ptp.internal.rdt.core.model.Scope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Scope is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 68) import org.eclipse.ptp.internal.rdt.core.navigation.OpenDeclarationResult; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type OpenDeclarationResult is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 69) import org.eclipse.ptp.internal.rdt.core.search.RemoteSearchMatch; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteSearchMatch is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 70) import org.eclipse.ptp.internal.rdt.core.search.RemoteSearchQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 71) import org.eclipse.ptp.internal.rdt.core.subsystems.ICIndexSubsystem; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICIndexSubsystem is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 72) import org.eclipse.ptp.internal.rdt.core.typehierarchy.THGraph; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type THGraph is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 95) public class RemoteToolsCIndexSubsystem implements ICIndexSubsystem { ^^^^^^^^^^^^^^^^ Discouraged access: The type ICIndexSubsystem is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 180) public List computeCompletionProposals(Scope scope, RemoteContentAssistInvocationContext context, ^^^^^^^^ Discouraged access: The type Proposal is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 180) public List computeCompletionProposals(Scope scope, RemoteContentAssistInvocationContext context, ^^^^^ Discouraged access: The type Scope is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 180) public List computeCompletionProposals(Scope scope, RemoteContentAssistInvocationContext context, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 190) CDTMiner.C_CONTENT_ASSIST_COMPUTE_PROPOSALS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 190) CDTMiner.C_CONTENT_ASSIST_COMPUTE_PROPOSALS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field C_CONTENT_ASSIST_COMPUTE_PROPOSALS from the type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 201) DataElement dataElement = dataStore.createObject(null, CDTMiner.T_SCOPE_SCOPENAME_DESCRIPTOR, scope.getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 201) DataElement dataElement = dataStore.createObject(null, CDTMiner.T_SCOPE_SCOPENAME_DESCRIPTOR, scope.getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field T_SCOPE_SCOPENAME_DESCRIPTOR from the type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 201) DataElement dataElement = dataStore.createObject(null, CDTMiner.T_SCOPE_SCOPENAME_DESCRIPTOR, scope.getName()); ^^^^^^^^^^^^^^^ Discouraged access: The method getName() from the type Scope is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 211) dataElement = dataStore.createObject(null, CDTMiner.T_INDEX_STRING_DESCRIPTOR, path); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 211) dataElement = dataStore.createObject(null, CDTMiner.T_INDEX_STRING_DESCRIPTOR, path); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field T_INDEX_STRING_DESCRIPTOR from the type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 226) Object result = Serializer.deserialize(data); ^^^^^^^^^^ Discouraged access: The type Serializer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 226) Object result = Serializer.deserialize(data); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method deserialize(String) from the type Serializer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 230) return (List) result; ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 230) return (List) result; ^^^^^^^^ Discouraged access: The type Proposal is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 247) public THGraph computeTypeGraph(Scope scope, ICElement input, IProgressMonitor monitor) { ^^^^^^^ Discouraged access: The type THGraph is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 247) public THGraph computeTypeGraph(Scope scope, ICElement input, IProgressMonitor monitor) { ^^^^^ Discouraged access: The type Scope is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 249) Object result = sendRequest(CDTMiner.C_TYPE_HIERARCHY_COMPUTE_TYPE_GRAPH, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 249) Object result = sendRequest(CDTMiner.C_TYPE_HIERARCHY_COMPUTE_TYPE_GRAPH, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field C_TYPE_HIERARCHY_COMPUTE_TYPE_GRAPH from the type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 252) return new THGraph(); ^^^^^^^^^^^^^ Discouraged access: The constructor THGraph() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 252) return new THGraph(); ^^^^^^^ Discouraged access: The type THGraph is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 254) return (THGraph) result; ^^^^^^^ Discouraged access: The type THGraph is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 276) public IIndexIncludeValue findInclude(Scope scope, IIndexFileLocation location, String name, int offset, ^^^^^^^^^^^^^^^^^^ Discouraged access: The type IIndexIncludeValue is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 276) public IIndexIncludeValue findInclude(Scope scope, IIndexFileLocation location, String name, int offset, ^^^^^ Discouraged access: The type Scope is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 278) Object result = sendRequest(CDTMiner.C_INCLUDES_FIND_INCLUDE, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 278) Object result = sendRequest(CDTMiner.C_INCLUDES_FIND_INCLUDE, ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field C_INCLUDES_FIND_INCLUDE from the type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 284) return (IIndexIncludeValue) result; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type IIndexIncludeValue is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 296) public IIndexIncludeValue[] findIncludedBy(Scope scope, IIndexFileLocation location, IProgressMonitor monitor) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IIndexIncludeValue is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 296) public IIndexIncludeValue[] findIncludedBy(Scope scope, IIndexFileLocation location, IProgressMonitor monitor) { ^^^^^ Discouraged access: The type Scope is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 297) Object result = sendRequest(CDTMiner.C_INCLUDES_FIND_INCLUDED_BY, new Object[] { scope, getHostName(), location }, monitor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 297) Object result = sendRequest(CDTMiner.C_INCLUDES_FIND_INCLUDED_BY, new Object[] { scope, getHostName(), location }, monitor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field C_INCLUDES_FIND_INCLUDED_BY from the type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 299) return new IIndexIncludeValue[0]; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type IIndexIncludeValue is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 302) return (IIndexIncludeValue[]) result; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IIndexIncludeValue is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 314) public IIndexIncludeValue[] findIncludesTo(Scope scope, IIndexFileLocation location, IProgressMonitor monitor) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IIndexIncludeValue is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 314) public IIndexIncludeValue[] findIncludesTo(Scope scope, IIndexFileLocation location, IProgressMonitor monitor) { ^^^^^ Discouraged access: The type Scope is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 315) Object result = sendRequest(CDTMiner.C_INCLUDES_FIND_INCLUDES_TO, new Object[] { scope, getHostName(), location }, monitor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 315) Object result = sendRequest(CDTMiner.C_INCLUDES_FIND_INCLUDES_TO, new Object[] { scope, getHostName(), location }, monitor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field C_INCLUDES_FIND_INCLUDES_TO from the type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 317) return new IIndexIncludeValue[0]; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type IIndexIncludeValue is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 320) return (IIndexIncludeValue[]) result; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IIndexIncludeValue is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 330) public ICElement[] findTypeHierarchyInput(Scope scope, ICElement memberInput) { ^^^^^ Discouraged access: The type Scope is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 332) Object result = sendRequest(CDTMiner.C_TYPE_HIERARCHY_FIND_INPUT1, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 332) Object result = sendRequest(CDTMiner.C_TYPE_HIERARCHY_FIND_INPUT1, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field C_TYPE_HIERARCHY_FIND_INPUT1 from the type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 347) public ICElement[] findTypeHierarchyInput(Scope scope, ITranslationUnit unit, int selectionStart, int selectionLength) { ^^^^^ Discouraged access: The type Scope is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 349) Object result = sendRequest(CDTMiner.C_TYPE_HIERARCHY_FIND_INPUT2, new Object[] { scope, getHostName(), unit, path, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 349) Object result = sendRequest(CDTMiner.C_TYPE_HIERARCHY_FIND_INPUT2, new Object[] { scope, getHostName(), unit, path, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field C_TYPE_HIERARCHY_FIND_INPUT2 from the type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 365) public CallsToResult getCallees(Scope scope, ICElement subject, IProgressMonitor monitor) { ^^^^^^^^^^^^^ Discouraged access: The type CallsToResult is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 365) public CallsToResult getCallees(Scope scope, ICElement subject, IProgressMonitor monitor) { ^^^^^ Discouraged access: The type Scope is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 368) Object result = sendRequest(CDTMiner.C_CALL_HIERARCHY_GET_CALLS, new Object[] { scope, getHostName(), subject, path }, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 368) Object result = sendRequest(CDTMiner.C_CALL_HIERARCHY_GET_CALLS, new Object[] { scope, getHostName(), subject, path }, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field C_CALL_HIERARCHY_GET_CALLS from the type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 370) return new CallsToResult(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CallsToResult() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 370) return new CallsToResult(); ^^^^^^^^^^^^^ Discouraged access: The type CallsToResult is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 372) return (CallsToResult) result; ^^^^^^^^^^^^^ Discouraged access: The type CallsToResult is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 384) public CalledByResult getCallers(Scope scope, ICElement subject, IProgressMonitor monitor) { ^^^^^^^^^^^^^^ Discouraged access: The type CalledByResult is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 384) public CalledByResult getCallers(Scope scope, ICElement subject, IProgressMonitor monitor) { ^^^^^ Discouraged access: The type Scope is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 387) Object result = sendRequest(CDTMiner.C_CALL_HIERARCHY_GET_CALLERS, new Object[] { scope, getHostName(), subject, path }, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 387) Object result = sendRequest(CDTMiner.C_CALL_HIERARCHY_GET_CALLERS, new Object[] { scope, getHostName(), subject, path }, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field C_CALL_HIERARCHY_GET_CALLERS from the type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 390) return new CalledByResult(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CalledByResult() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 390) return new CalledByResult(); ^^^^^^^^^^^^^^ Discouraged access: The type CalledByResult is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 392) return (CalledByResult) result; ^^^^^^^^^^^^^^ Discouraged access: The type CalledByResult is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 403) public ICElement[] getCHDefinitions(Scope scope, ICElement subject, IProgressMonitor monitor) { ^^^^^ Discouraged access: The type Scope is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 406) Object result = sendRequest(CDTMiner.C_CALL_HIERARCHY_GET_DEFINITIONS_FROM_ELEMENT, new Object[] { scope, getHostName(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 406) Object result = sendRequest(CDTMiner.C_CALL_HIERARCHY_GET_DEFINITIONS_FROM_ELEMENT, new Object[] { scope, getHostName(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field C_CALL_HIERARCHY_GET_DEFINITIONS_FROM_ELEMENT from the type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 422) public ICElement[] getCHDefinitions(Scope scope, ITranslationUnit unit, int selectionStart, int selectionLength, ^^^^^ Discouraged access: The type Scope is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 426) Object result = sendRequest(CDTMiner.C_CALL_HIERARCHY_GET_DEFINITIONS_FROM_WORKING_COPY, new Object[] { scope, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 426) Object result = sendRequest(CDTMiner.C_CALL_HIERARCHY_GET_DEFINITIONS_FROM_WORKING_COPY, new Object[] { scope, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field C_CALL_HIERARCHY_GET_DEFINITIONS_FROM_WORKING_COPY from the type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 437) public Map findOverriders(Scope scope, ICElement subject, IProgressMonitor monitor) { ^^^^^ Discouraged access: The type Scope is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 440) Object result = sendRequest(CDTMiner.C_CALL_HIERARCHY_GET_OVERRIDERS, new Object[] { scope, getHostName(), subject, path }, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 440) Object result = sendRequest(CDTMiner.C_CALL_HIERARCHY_GET_OVERRIDERS, new Object[] { scope, getHostName(), subject, path }, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field C_CALL_HIERARCHY_GET_OVERRIDERS from the type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 444) return (Map) result; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 456) Object result = sendRequest(CDTMiner.C_MODEL_BUILDER, new Object[] { unit }, monitor); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 456) Object result = sendRequest(CDTMiner.C_MODEL_BUILDER, new Object[] { unit }, monitor); ^^^^^^^^^^^^^^^ Discouraged access: The field C_MODEL_BUILDER from the type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 474) public IStatus indexDelta(Scope scope, IRemoteIndexerInfoProvider provider, List newElements, ^^^^^ Discouraged access: The type Scope is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 474) public IStatus indexDelta(Scope scope, IRemoteIndexerInfoProvider provider, List newElements, ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IRemoteIndexerInfoProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 475) List changedElements, List deletedElements, IProgressMonitor monitor, RemoteIndexerTask task) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteIndexerTask is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 482) DataElement result = getDataStore(monitor).createObject(null, CDTMiner.T_INDEX_STATUS_DESCRIPTOR, "index"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 482) DataElement result = getDataStore(monitor).createObject(null, CDTMiner.T_INDEX_STATUS_DESCRIPTOR, "index"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field T_INDEX_STATUS_DESCRIPTOR from the type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 487) DataElement queryCmd = dataStore.localDescriptorQuery(dataStore.getDescriptorRoot(), CDTMiner.C_INDEX_DELTA); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 487) DataElement queryCmd = dataStore.localDescriptorQuery(dataStore.getDescriptorRoot(), CDTMiner.C_INDEX_DELTA); ^^^^^^^^^^^^^ Discouraged access: The field C_INDEX_DELTA from the type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 491) args.add(dataStore.createObject(null, CDTMiner.T_SCOPE_SCOPENAME_DESCRIPTOR, scope.getName())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 491) args.add(dataStore.createObject(null, CDTMiner.T_SCOPE_SCOPENAME_DESCRIPTOR, scope.getName())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field T_SCOPE_SCOPENAME_DESCRIPTOR from the type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 491) args.add(dataStore.createObject(null, CDTMiner.T_SCOPE_SCOPENAME_DESCRIPTOR, scope.getName())); ^^^^^^^^^^^^^^^ Discouraged access: The method getName() from the type Scope is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 492) args.add(dataStore.createObject(null, CDTMiner.T_INDEX_STRING_DESCRIPTOR, scope.getScheme())); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field T_INDEX_STRING_DESCRIPTOR from the type CDTMiner is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 492) args.add(dataStore.createObject(null, CDTMiner.T_INDEX_STRING_DESCRIPTOR, scope.getScheme())); ^^^^^^^^^^^^^^^^^ Discouraged access: The method getScheme() from the type Scope is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 148 problems (148 warnings)[19 .class files generated] # 10/10/11 9:33:39 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/BuildConfigurationManager.java (at line 33) import org.eclipse.cdt.managedbuilder.internal.core.Configuration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/BuildConfigurationManager.java (at line 34) import org.eclipse.cdt.managedbuilder.internal.core.ManagedProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ManagedProject is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/BuildConfigurationManager.java (at line 687) ManagedProject managedProject = (ManagedProject) buildInfo.getManagedProject(); ^^^^^^^^^^^^^^ Discouraged access: The type ManagedProject is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/BuildConfigurationManager.java (at line 687) ManagedProject managedProject = (ManagedProject) buildInfo.getManagedProject(); ^^^^^^^^^^^^^^ Discouraged access: The type ManagedProject is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/BuildConfigurationManager.java (at line 688) Configuration configParent = (Configuration) buildInfo.getDefaultConfiguration(); ^^^^^^^^^^^^^ Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/BuildConfigurationManager.java (at line 688) Configuration configParent = (Configuration) buildInfo.getDefaultConfiguration(); ^^^^^^^^^^^^^ Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/BuildConfigurationManager.java (at line 689) String configId = ManagedBuildManager.calculateChildId(configParent.getId(), null); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getId() from the type BuildObject is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/BuildConfigurationManager.java (at line 690) Configuration config = new Configuration(managedProject, configParent, configId, true, false); ^^^^^^^^^^^^^ Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/BuildConfigurationManager.java (at line 690) Configuration config = new Configuration(managedProject, configParent, configId, true, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor Configuration(ManagedProject, Configuration, String, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/BuildConfigurationManager.java (at line 690) Configuration config = new Configuration(managedProject, configParent, configId, true, false); ^^^^^^^^^^^^^ Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/BuildConfigurationManager.java (at line 691) CConfigurationData configData = config.getConfigurationData(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getConfigurationData() from the type Configuration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/BuildConfigurationManager.java (at line 703) config.setConfigurationDescription(configDes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setConfigurationDescription(ICConfigurationDescription) from the type Configuration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/BuildConfigurationManager.java (at line 706) config.getToolChain().getBuilder().setBuildPath(project.getLocation().toString()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getToolChain() from the type Configuration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 29) import org.eclipse.cdt.internal.core.ConsoleOutputSniffer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ConsoleOutputSniffer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 35) import org.eclipse.cdt.make.internal.core.MakeMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 36) import org.eclipse.cdt.make.internal.core.StreamMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StreamMonitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 37) import org.eclipse.cdt.make.internal.core.scannerconfig2.SCMarkerGenerator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SCMarkerGenerator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 38) import org.eclipse.cdt.make.internal.core.scannerconfig2.ScannerConfigProfileManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ScannerConfigProfileManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 46) import org.eclipse.cdt.managedbuilder.internal.core.InputType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type InputType is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 66) import org.eclipse.ptp.internal.rdt.core.index.IndexBuildSequenceController; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 67) import org.eclipse.ptp.internal.rdt.core.remotemake.RemoteProcessClosure; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteProcessClosure is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 68) import org.eclipse.ptp.internal.rdt.core.remotemake.ResourceRefreshJob; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ResourceRefreshJob is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 157) @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 161) final IndexBuildSequenceController projectStatus = IndexBuildSequenceController ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 161) final IndexBuildSequenceController projectStatus = IndexBuildSequenceController ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 161) final IndexBuildSequenceController projectStatus = IndexBuildSequenceController .getIndexBuildSequenceController(getProject()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getIndexBuildSequenceController(IProject) from the type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 165) projectStatus.setRuntimeBuildStatus(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setRuntimeBuildStatus(String) from the type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 177) monitor.beginTask(MakeMessages.getString("MakeBuilder.Invoking_Make_Builder") + currProject.getName(), 100); //$NON-NLS-1$ ^^^^^^^^^^^^ Discouraged access: The type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 177) monitor.beginTask(MakeMessages.getString("MakeBuilder.Invoking_Make_Builder") + currProject.getName(), 100); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 222) Map.Entry entry = (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_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 222) Map.Entry entry = (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_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 247) StreamMonitor streamMon = new StreamMonitor(new SubProgressMonitor(monitor, 80), cos, last.intValue()); ^^^^^^^^^^^^^ Discouraged access: The type StreamMonitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 247) StreamMonitor streamMon = new StreamMonitor(new SubProgressMonitor(monitor, 80), cos, last.intValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor StreamMonitor(IProgressMonitor, OutputStream, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 247) StreamMonitor streamMon = new StreamMonitor(new SubProgressMonitor(monitor, 80), cos, last.intValue()); ^^^^^^^^^^^^^ Discouraged access: The type StreamMonitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 272) InputType realInputType = (InputType) inputType; ^^^^^^^^^ Discouraged access: The type InputType is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 272) InputType realInputType = (InputType) inputType; ^^^^^^^^^ Discouraged access: The type InputType is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 275) String scannerIDString = realInputType.getDiscoveryProfileIdAttribute(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDiscoveryProfileIdAttribute() from the type InputType is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 307) IScannerInfoCollector collector = ScannerConfigProfileManager.getInstance().getSCProfileConfiguration(id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ScannerConfigProfileManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 307) IScannerInfoCollector collector = ScannerConfigProfileManager.getInstance().getSCProfileConfiguration(id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type ScannerConfigProfileManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 307) IScannerInfoCollector collector = ScannerConfigProfileManager.getInstance().getSCProfileConfiguration(id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSCProfileConfiguration(String) from the type ScannerConfigProfileManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 307) IScannerInfoCollector collector = ScannerConfigProfileManager.getInstance().getSCProfileConfiguration(id) .getScannerInfoCollectorElement().createScannerInfoCollector(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getScannerInfoCollectorElement() from the type ScannerConfigProfile is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 307) IScannerInfoCollector collector = ScannerConfigProfileManager.getInstance().getSCProfileConfiguration(id) .getScannerInfoCollectorElement().createScannerInfoCollector(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method createScannerInfoCollector() from the type ScannerConfigProfile.ScannerInfoCollector is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 315) SCMarkerGenerator markerGenerator = new SCMarkerGenerator(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type SCMarkerGenerator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 315) SCMarkerGenerator markerGenerator = new SCMarkerGenerator(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SCMarkerGenerator() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 315) SCMarkerGenerator markerGenerator = new SCMarkerGenerator(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type SCMarkerGenerator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 316) ConsoleOutputSniffer sniffer = ScannerInfoUtility.createBuildOutputSniffer(currentStdOut, currentStdErr, ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ConsoleOutputSniffer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 318) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 319) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 359) if (remoteServices == null) { return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 409) monitor.subTask(MakeMessages.getString("MakeBuilder.Invoking_Command") + command); //$NON-NLS-1$ ^^^^^^^^^^^^ Discouraged access: The type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 409) monitor.subTask(MakeMessages.getString("MakeBuilder.Invoking_Command") + command); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 419) projectStatus.setBuildInCompletedForCleanBuild(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setBuildInCompletedForCleanBuild() from the type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 421) projectStatus.setBuildRunning(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setBuildRunning() from the type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 441) projectStatus.setRuntimeBuildStatus(IndexBuildSequenceController.STATUS_INCOMPLETE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setRuntimeBuildStatus(String) from the type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 441) projectStatus.setRuntimeBuildStatus(IndexBuildSequenceController.STATUS_INCOMPLETE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 441) projectStatus.setRuntimeBuildStatus(IndexBuildSequenceController.STATUS_INCOMPLETE); ^^^^^^^^^^^^^^^^^ Discouraged access: The field STATUS_INCOMPLETE from the type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 448) }, MakeMessages.getString("Remote Make Monitor Thread")); //$NON-NLS-1$ ^^^^^^^^^^^^ Discouraged access: The type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 448) }, MakeMessages.getString("Remote Make Monitor Thread")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 467) RemoteProcessClosure remoteProcessClosure = new RemoteProcessClosure(p, consoleOut, consoleErr); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteProcessClosure is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 467) RemoteProcessClosure remoteProcessClosure = new RemoteProcessClosure(p, consoleOut, consoleErr); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor RemoteProcessClosure(IRemoteProcess, OutputStream, OutputStream) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 467) RemoteProcessClosure remoteProcessClosure = new RemoteProcessClosure(p, consoleOut, consoleErr); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteProcessClosure is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 468) remoteProcessClosure.runNonBlocking(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method runNonBlocking() from the type RemoteProcessClosure is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 491) Job refreshJob = new ResourceRefreshJob(projectsToRefresh); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ResourceRefreshJob(List) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 491) Job refreshJob = new ResourceRefreshJob(projectsToRefresh); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type ResourceRefreshJob is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 502) !monitor.isCanceled() && !isClean ? new Integer(streamMon.getWorkDone()) : null); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getWorkDone() from the type StreamMonitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 504) if (errMsg != null) { StringBuffer buf = new StringBuffer(buildCommand + " "); //$NON-NLS-1$ for (int i = 0; i < buildArguments.length; i++) { buf.append(buildArguments[i]); buf.append(' '); } String errorDesc = MakeMessages.getFormattedString("MakeBuilder.buildError", buf.toString()); //$NON-NLS-1$ buf = new StringBuffer(errorDesc); buf.append(System.getProperty("line.separator", "\n")); //$NON-NLS-1$ //$NON-NLS-2$ buf.append("(").append(errMsg).append(")"); //$NON-NLS-1$ //$NON-NLS-2$ cos.write(buf.toString().getBytes()); cos.flush(); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 511) String errorDesc = MakeMessages.getFormattedString("MakeBuilder.buildError", buf.toString()); //$NON-NLS-1$ ^^^^^^^^^^^^ Discouraged access: The type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 511) String errorDesc = MakeMessages.getFormattedString("MakeBuilder.buildError", buf.toString()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, Object) from the type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 522) monitor.subTask(MakeMessages.getString("MakeBuilder.Creating_Markers")); //$NON-NLS-1$ ^^^^^^^^^^^^ Discouraged access: The type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 522) monitor.subTask(MakeMessages.getString("MakeBuilder.Creating_Markers")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type MakeMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.make.core_7.1.0.201106151055.jar ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 541) if (projectStatus.isIndexAfterBuildSet()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isIndexAfterBuildSet() from the type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 543) projectStatus.invokeIndex(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method invokeIndex() from the type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/RemoteMakeBuilder.java (at line 545) projectStatus.setFinalBuildStatus(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setFinalBuildStatus() from the type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 35) import org.eclipse.ptp.internal.rdt.core.index.IndexBuildSequenceController; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 36) import org.eclipse.ptp.internal.rdt.core.remotemake.RemoteProcessClosure; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteProcessClosure is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 106) IndexBuildSequenceController projectStatus = IndexBuildSequenceController.getIndexBuildSequenceController(getProject()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 106) IndexBuildSequenceController projectStatus = IndexBuildSequenceController.getIndexBuildSequenceController(getProject()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 106) IndexBuildSequenceController projectStatus = IndexBuildSequenceController.getIndexBuildSequenceController(getProject()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getIndexBuildSequenceController(IProject) from the type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 109) projectStatus.setRuntimeBuildStatus(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setRuntimeBuildStatus(String) from the type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 151) return null; ^^^^^^^^^^^^ Dead code ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 202) projectStatus.setRuntimeBuildStatus(IndexBuildSequenceController.STATUS_INCOMPLETE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setRuntimeBuildStatus(String) from the type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 202) projectStatus.setRuntimeBuildStatus(IndexBuildSequenceController.STATUS_INCOMPLETE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 202) projectStatus.setRuntimeBuildStatus(IndexBuildSequenceController.STATUS_INCOMPLETE); ^^^^^^^^^^^^^^^^^ Discouraged access: The field STATUS_INCOMPLETE from the type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 211) projectStatus.setBuildRunning(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setBuildRunning() from the type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 352) RemoteProcessClosure closure = new RemoteProcessClosure(fRemoteProcess, out, err); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteProcessClosure is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 352) RemoteProcessClosure closure = new RemoteProcessClosure(fRemoteProcess, out, err); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor RemoteProcessClosure(IRemoteProcess, OutputStream, OutputStream) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 352) RemoteProcessClosure closure = new RemoteProcessClosure(fRemoteProcess, out, err); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteProcessClosure is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 353) closure.runBlocking(); // a blocking call ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method runBlocking() from the type RemoteProcessClosure is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 373) RemoteProcessClosure closure = new RemoteProcessClosure(fRemoteProcess, output, err); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteProcessClosure is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 373) RemoteProcessClosure closure = new RemoteProcessClosure(fRemoteProcess, output, err); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor RemoteProcessClosure(IRemoteProcess, OutputStream, OutputStream) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 373) RemoteProcessClosure closure = new RemoteProcessClosure(fRemoteProcess, output, err); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteProcessClosure is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 374) closure.runNonBlocking(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method runNonBlocking() from the type RemoteProcessClosure is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 375) while (!monitor.isCanceled() && closure.isAlive()) { ^^^^^^^^^^^^^^^^^ Discouraged access: The method isAlive() from the type RemoteProcessClosure is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 384) final IndexBuildSequenceController projectStatus = IndexBuildSequenceController ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 384) final IndexBuildSequenceController projectStatus = IndexBuildSequenceController ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 384) final IndexBuildSequenceController projectStatus = IndexBuildSequenceController .getIndexBuildSequenceController(getProject()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getIndexBuildSequenceController(IProject) from the type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 388) closure.terminate(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method terminate() from the type RemoteProcessClosure is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 392) projectStatus.setRuntimeBuildStatus(IndexBuildSequenceController.STATUS_INCOMPLETE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setRuntimeBuildStatus(String) from the type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 392) projectStatus.setRuntimeBuildStatus(IndexBuildSequenceController.STATUS_INCOMPLETE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 392) projectStatus.setRuntimeBuildStatus(IndexBuildSequenceController.STATUS_INCOMPLETE); ^^^^^^^^^^^^^^^^^ Discouraged access: The field STATUS_INCOMPLETE from the type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 417) projectStatus.setBuildInCompletedForCleanBuild(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setBuildInCompletedForCleanBuild() from the type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 421) if (projectStatus.isIndexAfterBuildSet()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isIndexAfterBuildSet() from the type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 423) projectStatus.invokeIndex(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method invokeIndex() from the type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/src/org/eclipse/ptp/rdt/sync/core/remotemake/SyncCommandLauncher.java (at line 425) projectStatus.setFinalBuildStatus(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setFinalBuildStatus() from the type IndexBuildSequenceController is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 104 problems (104 warnings)[20 .class files generated] # 10/10/11 9:33:43 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [16 .class files generated] # 10/10/11 9:34:00 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [8 .class files generated] # 10/10/11 9:34:08 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui.fortran/src/org/eclipse/ptp/rdt/sync/ui/fortran/Activator.java (at line 15) import org.eclipse.cdt.internal.ui.ICStatusConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICStatusConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui.fortran/src/org/eclipse/ptp/rdt/sync/ui/fortran/Activator.java (at line 84) log(new Status(IStatus.ERROR, getPluginId(), ICStatusConstants.INTERNAL_ERROR, message, null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICStatusConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui.fortran/src/org/eclipse/ptp/rdt/sync/ui/fortran/Activator.java (at line 84) log(new Status(IStatus.ERROR, getPluginId(), ICStatusConstants.INTERNAL_ERROR, message, null)); ^^^^^^^^^^^^^^ Discouraged access: The field INTERNAL_ERROR from the type ICStatusConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui.fortran/src/org/eclipse/ptp/rdt/sync/ui/fortran/wizards/NewFortranSyncProjectWizard.java (at line 18) import org.eclipse.cdt.managedbuilder.core.IConfiguration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.managedbuilder.core.IConfiguration is never used ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui.fortran/src/org/eclipse/ptp/rdt/sync/ui/fortran/wizards/NewFortranSyncProjectWizard.java (at line 24) import org.eclipse.ptp.rdt.sync.core.BuildConfigurationManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type BuildConfigurationManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui.fortran/src/org/eclipse/ptp/rdt/sync/ui/fortran/wizards/NewFortranSyncProjectWizard.java (at line 25) import org.eclipse.ptp.rdt.sync.core.resources.RemoteSyncNature; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteSyncNature is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui.fortran/src/org/eclipse/ptp/rdt/sync/ui/fortran/wizards/NewFortranSyncProjectWizard.java (at line 76) natures.add(RemoteSyncNature.NATURE_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteSyncNature is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui.fortran/src/org/eclipse/ptp/rdt/sync/ui/fortran/wizards/NewFortranSyncProjectWizard.java (at line 76) natures.add(RemoteSyncNature.NATURE_ID); ^^^^^^^^^ Discouraged access: The field NATURE_ID from the type RemoteSyncNature is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui.fortran/src/org/eclipse/ptp/rdt/sync/ui/fortran/wizards/NewFortranSyncProjectWizard.java (at line 89) BuildConfigurationManager.getInstance().createLocalConfiguration(this.getProject(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type BuildConfigurationManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui.fortran/src/org/eclipse/ptp/rdt/sync/ui/fortran/wizards/NewFortranSyncProjectWizard.java (at line 89) BuildConfigurationManager.getInstance().createLocalConfiguration(this.getProject(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type BuildConfigurationManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui.fortran/src/org/eclipse/ptp/rdt/sync/ui/fortran/wizards/NewFortranSyncProjectWizard.java (at line 89) BuildConfigurationManager.getInstance().createLocalConfiguration(this.getProject(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method createLocalConfiguration(IProject) from the type BuildConfigurationManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui.fortran/src/org/eclipse/ptp/rdt/sync/ui/fortran/wizards/NewFortranSyncProjectWizard.java (at line 105) RemoteSyncNature.addNature(prj, new NullProgressMonitor()); ^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteSyncNature is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui.fortran/src/org/eclipse/ptp/rdt/sync/ui/fortran/wizards/NewFortranSyncProjectWizard.java (at line 105) RemoteSyncNature.addNature(prj, new NullProgressMonitor()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addNature(IProject, IProgressMonitor) from the type RemoteSyncNature is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 13 problems (13 warnings)[4 .class files generated] # 10/10/11 9:34:00 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/ISynchronizeParticipant.java (at line 15) import org.eclipse.ptp.rdt.sync.core.serviceproviders.ISyncServiceProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISyncServiceProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/ISynchronizeParticipant.java (at line 47) public ISyncServiceProvider getProvider(IProject project); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISyncServiceProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/RDTSyncUIPlugin.java (at line 15) import org.eclipse.cdt.internal.ui.ICStatusConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICStatusConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/RDTSyncUIPlugin.java (at line 86) log(new Status(IStatus.ERROR, getPluginId(), ICStatusConstants.INTERNAL_ERROR, message, null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICStatusConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/RDTSyncUIPlugin.java (at line 86) log(new Status(IStatus.ERROR, getPluginId(), ICStatusConstants.INTERNAL_ERROR, message, null)); ^^^^^^^^^^^^^^ Discouraged access: The field INTERNAL_ERROR from the type ICStatusConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/properties/BuildRemotePropertiesPage.java (at line 22) import org.eclipse.cdt.managedbuilder.internal.core.MultiConfiguration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MultiConfiguration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/properties/BuildRemotePropertiesPage.java (at line 282) if (config == null || config instanceof MultiConfiguration) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type MultiConfiguration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/properties/BuildRemotePropertiesPage.java (at line 466) if (config == null || config instanceof MultiConfiguration) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type MultiConfiguration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/ConvertLocalToSyncProjectWizard.java (at line 19) import org.eclipse.ui.internal.ide.IDEWorkbenchPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/ConvertLocalToSyncProjectWizard.java (at line 63) ImageDescriptor desc = IDEWorkbenchPlugin.getIDEImageDescriptor("wizban/new_wiz.png");//$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/ConvertLocalToSyncProjectWizard.java (at line 63) ImageDescriptor desc = IDEWorkbenchPlugin.getIDEImageDescriptor("wizban/new_wiz.png");//$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getIDEImageDescriptor(String) from the type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/ConvertLocalToSyncProjectWizardPage.java (at line 26) import org.eclipse.cdt.internal.core.envvar.EnvironmentVariableManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EnvironmentVariableManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/ConvertLocalToSyncProjectWizardPage.java (at line 46) import org.eclipse.ptp.rdt.sync.core.serviceproviders.ISyncServiceProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISyncServiceProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/ConvertLocalToSyncProjectWizardPage.java (at line 47) import org.eclipse.ptp.rdt.sync.core.serviceproviders.SyncBuildServiceProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SyncBuildServiceProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/ConvertLocalToSyncProjectWizardPage.java (at line 48) import org.eclipse.ptp.rdt.sync.core.services.IRemoteSyncServiceConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IRemoteSyncServiceConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/ConvertLocalToSyncProjectWizardPage.java (at line 182) IService syncService = smm.getService(IRemoteSyncServiceConstants.SERVICE_SYNC); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IRemoteSyncServiceConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/ConvertLocalToSyncProjectWizardPage.java (at line 182) IService syncService = smm.getService(IRemoteSyncServiceConstants.SERVICE_SYNC); ^^^^^^^^^^^^ Discouraged access: The field SERVICE_SYNC from the type IRemoteSyncServiceConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/ConvertLocalToSyncProjectWizardPage.java (at line 186) IServiceProviderDescriptor descriptor = buildService.getProviderDescriptor(SyncBuildServiceProvider.ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SyncBuildServiceProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/ConvertLocalToSyncProjectWizardPage.java (at line 186) IServiceProviderDescriptor descriptor = buildService.getProviderDescriptor(SyncBuildServiceProvider.ID); ^^ Discouraged access: The field ID from the type SyncBuildServiceProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/ConvertLocalToSyncProjectWizardPage.java (at line 187) SyncBuildServiceProvider rbsp = (SyncBuildServiceProvider) smm.getServiceProvider(descriptor); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SyncBuildServiceProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/ConvertLocalToSyncProjectWizardPage.java (at line 187) SyncBuildServiceProvider rbsp = (SyncBuildServiceProvider) smm.getServiceProvider(descriptor); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SyncBuildServiceProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/ConvertLocalToSyncProjectWizardPage.java (at line 189) IRemoteConnection remoteConnection = participant.getProvider(project).getRemoteConnection(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRemoteConnection() from the type ISyncServiceProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/ConvertLocalToSyncProjectWizardPage.java (at line 190) rbsp.setRemoteToolsConnection(remoteConnection); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setRemoteToolsConnection(IRemoteConnection) from the type SyncBuildServiceProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/ConvertLocalToSyncProjectWizardPage.java (at line 214) ISyncServiceProvider provider = participant.getProvider(project); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISyncServiceProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/ConvertLocalToSyncProjectWizardPage.java (at line 215) BuildScenario remoteBuildScenario = new BuildScenario(provider.getName(), provider.getRemoteConnection(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRemoteConnection() from the type ISyncServiceProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/ConvertLocalToSyncProjectWizardPage.java (at line 216) provider.getLocation()); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getLocation() from the type ISyncServiceProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/ConvertLocalToSyncProjectWizardPage.java (at line 223) EnvironmentVariableManager.fUserSupplier.setAppendContributedEnvironment(false, remoteConfigDesc); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EnvironmentVariableManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/ConvertLocalToSyncProjectWizardPage.java (at line 223) EnvironmentVariableManager.fUserSupplier.setAppendContributedEnvironment(false, remoteConfigDesc); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setAppendContributedEnvironment(boolean, Object) from the type UserDefinedEnvironmentSupplier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/ConvertLocalToSyncProjectWizardPage.java (at line 223) EnvironmentVariableManager.fUserSupplier.setAppendContributedEnvironment(false, remoteConfigDesc); ^^^^^^^^^^^^^ Discouraged access: The field fUserSupplier from the type EnvironmentVariableManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/RemoteSyncWizardPageOperation.java (at line 20) import org.eclipse.cdt.internal.core.envvar.EnvironmentVariableManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EnvironmentVariableManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/RemoteSyncWizardPageOperation.java (at line 21) import org.eclipse.cdt.internal.ui.wizards.ICDTCommonProjectWizard; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICDTCommonProjectWizard is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/RemoteSyncWizardPageOperation.java (at line 36) import org.eclipse.ptp.rdt.sync.core.serviceproviders.ISyncServiceProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISyncServiceProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/RemoteSyncWizardPageOperation.java (at line 37) import org.eclipse.ptp.rdt.sync.core.serviceproviders.SyncBuildServiceProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SyncBuildServiceProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/RemoteSyncWizardPageOperation.java (at line 38) import org.eclipse.ptp.rdt.sync.core.services.IRemoteSyncServiceConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IRemoteSyncServiceConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/RemoteSyncWizardPageOperation.java (at line 65) IProject project = ((ICDTCommonProjectWizard) wizard).getLastProject(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getLastProject() from the type ICDTCommonProjectWizard is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/RemoteSyncWizardPageOperation.java (at line 65) IProject project = ((ICDTCommonProjectWizard) wizard).getLastProject(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICDTCommonProjectWizard is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/RemoteSyncWizardPageOperation.java (at line 82) IService syncService = smm.getService(IRemoteSyncServiceConstants.SERVICE_SYNC); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IRemoteSyncServiceConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/RemoteSyncWizardPageOperation.java (at line 82) IService syncService = smm.getService(IRemoteSyncServiceConstants.SERVICE_SYNC); ^^^^^^^^^^^^ Discouraged access: The field SERVICE_SYNC from the type IRemoteSyncServiceConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/RemoteSyncWizardPageOperation.java (at line 86) IServiceProviderDescriptor descriptor = buildService.getProviderDescriptor(SyncBuildServiceProvider.ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SyncBuildServiceProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/RemoteSyncWizardPageOperation.java (at line 86) IServiceProviderDescriptor descriptor = buildService.getProviderDescriptor(SyncBuildServiceProvider.ID); ^^ Discouraged access: The field ID from the type SyncBuildServiceProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/RemoteSyncWizardPageOperation.java (at line 87) SyncBuildServiceProvider rbsp = (SyncBuildServiceProvider) smm.getServiceProvider(descriptor); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SyncBuildServiceProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/RemoteSyncWizardPageOperation.java (at line 87) SyncBuildServiceProvider rbsp = (SyncBuildServiceProvider) smm.getServiceProvider(descriptor); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SyncBuildServiceProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/RemoteSyncWizardPageOperation.java (at line 89) IRemoteConnection remoteConnection = participant.getProvider(project).getRemoteConnection(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRemoteConnection() from the type ISyncServiceProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/RemoteSyncWizardPageOperation.java (at line 90) rbsp.setRemoteToolsConnection(remoteConnection); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setRemoteToolsConnection(IRemoteConnection) from the type SyncBuildServiceProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/RemoteSyncWizardPageOperation.java (at line 102) ISyncServiceProvider provider = participant.getProvider(project); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ISyncServiceProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/RemoteSyncWizardPageOperation.java (at line 103) BuildScenario buildScenario = new BuildScenario(provider.getName(), provider.getRemoteConnection(), provider.getLocation()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRemoteConnection() from the type ISyncServiceProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/RemoteSyncWizardPageOperation.java (at line 103) BuildScenario buildScenario = new BuildScenario(provider.getName(), provider.getRemoteConnection(), provider.getLocation()); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getLocation() from the type ISyncServiceProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.core/@dot ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/RemoteSyncWizardPageOperation.java (at line 117) EnvironmentVariableManager.fUserSupplier.setAppendContributedEnvironment(false, c_mb_confgDes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EnvironmentVariableManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/RemoteSyncWizardPageOperation.java (at line 117) EnvironmentVariableManager.fUserSupplier.setAppendContributedEnvironment(false, c_mb_confgDes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setAppendContributedEnvironment(boolean, Object) from the type UserDefinedEnvironmentSupplier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.sync.ui/src/org/eclipse/ptp/rdt/sync/ui/wizards/RemoteSyncWizardPageOperation.java (at line 117) EnvironmentVariableManager.fUserSupplier.setAppendContributedEnvironment(false, c_mb_confgDes); ^^^^^^^^^^^^^ Discouraged access: The field fUserSupplier from the type EnvironmentVariableManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 50 problems (50 warnings)[30 .class files generated] # 10/10/11 9:34:10 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/RDTPluginImages.java (at line 62) private static ImageDescriptor createManaged(String prefix, String name) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createManaged(String, String) from the type RDTPluginImages is never used locally ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/RDTPluginImages.java (at line 97) private static ImageDescriptor createUnManaged(String prefix, String name) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createUnManaged(String, String) from the type RDTPluginImages is never used locally ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 25) import org.eclipse.cdt.internal.ui.IContextMenuConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IContextMenuConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 26) import org.eclipse.cdt.internal.ui.actions.ActionMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ActionMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 27) import org.eclipse.cdt.internal.ui.actions.CDTQuickMenuCreator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CDTQuickMenuCreator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 28) import org.eclipse.cdt.internal.ui.editor.AddIncludeOnSelectionAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AddIncludeOnSelectionAction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 29) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 30) import org.eclipse.cdt.internal.ui.editor.ICEditorActionDefinitionIds; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 31) import org.eclipse.cdt.internal.ui.editor.SortLinesAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SortLinesAction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 113) private CEditor fEditor; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 115) private String fGroupName= IContextMenuConstants.GROUP_REORGANIZE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IContextMenuConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 115) private String fGroupName= IContextMenuConstants.GROUP_REORGANIZE; ^^^^^^^^^^^^^^^^ Discouraged access: The field GROUP_REORGANIZE from the type IContextMenuConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 119) private AddIncludeOnSelectionAction fAddInclude; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AddIncludeOnSelectionAction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 134) private SortLinesAction fSortLines; ^^^^^^^^^^^^^^^ Discouraged access: The type SortLinesAction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 150) public GenerateActionGroup(CEditor editor, String groupName) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 155) fAddInclude= new AddIncludeOnSelectionAction(editor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor AddIncludeOnSelectionAction(ITextEditor) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 155) fAddInclude= new AddIncludeOnSelectionAction(editor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AddIncludeOnSelectionAction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 156) fAddInclude.setActionDefinitionId(ICEditorActionDefinitionIds.ADD_INCLUDE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 156) fAddInclude.setActionDefinitionId(ICEditorActionDefinitionIds.ADD_INCLUDE); ^^^^^^^^^^^ Discouraged access: The field ADD_INCLUDE from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 167) fSortLines= new SortLinesAction(editor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SortLinesAction(ITextEditor) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 167) fSortLines= new SortLinesAction(editor); ^^^^^^^^^^^^^^^ Discouraged access: The type SortLinesAction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 168) fSortLines.setActionDefinitionId(ICEditorActionDefinitionIds.SORT_LINES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 168) fSortLines.setActionDefinitionId(ICEditorActionDefinitionIds.SORT_LINES); ^^^^^^^^^^ Discouraged access: The field SORT_LINES from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 290) fFormatAll.setActionDefinitionId(ICEditorActionDefinitionIds.FORMAT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 290) fFormatAll.setActionDefinitionId(ICEditorActionDefinitionIds.FORMAT); ^^^^^^ Discouraged access: The field FORMAT from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 341) IHandler handler= new CDTQuickMenuCreator(fEditor) { @Override protected void fillMenu(IMenuManager menu) { fillQuickMenu(menu); } }.createHandler(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method createHandler() from the type CDTQuickMenuCreator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 341) IHandler handler= new CDTQuickMenuCreator(fEditor) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CDTQuickMenuCreator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 385) MenuManager subMenu= new MenuManager(ActionMessages.SourceMenu_label, MENU_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ActionMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 385) MenuManager subMenu= new MenuManager(ActionMessages.SourceMenu_label, MENU_ID); ^^^^^^^^^^^^^^^^ Discouraged access: The field SourceMenu_label from the type ActionMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 25) import org.eclipse.cdt.internal.ui.IContextMenuConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IContextMenuConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 26) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 27) import org.eclipse.cdt.internal.ui.editor.ICEditorActionDefinitionIds; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 66) private String fGroupName= IContextMenuConstants.GROUP_OPEN; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IContextMenuConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 66) private String fGroupName= IContextMenuConstants.GROUP_OPEN; ^^^^^^^^^^ Discouraged access: The field GROUP_OPEN from the type IContextMenuConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 96) public OpenViewActionGroup(Page page, CEditor editor) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 126) fOpenTypeHierarchy.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_TYPE_HIERARCHY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 126) fOpenTypeHierarchy.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_TYPE_HIERARCHY); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OPEN_TYPE_HIERARCHY from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 130) fOpenCallHierarchy.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_CALL_HIERARCHY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 130) fOpenCallHierarchy.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_CALL_HIERARCHY); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OPEN_CALL_HIERARCHY from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 134) fOpenIncludeBrowser.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_INCLUDE_BROWSER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 134) fOpenIncludeBrowser.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_INCLUDE_BROWSER); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OPEN_INCLUDE_BROWSER from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 137) if (part instanceof CEditor) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 138) fOpenDeclaration= new OpenDeclarationsAction((CEditor) part); ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 139) fOpenDeclaration.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_DECL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 139) fOpenDeclaration.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_DECL); ^^^^^^^^^ Discouraged access: The field OPEN_DECL from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 146) private void createSiteActions(IWorkbenchSite site, CEditor editor) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 154) fOpenTypeHierarchy.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_TYPE_HIERARCHY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 154) fOpenTypeHierarchy.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_TYPE_HIERARCHY); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OPEN_TYPE_HIERARCHY from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 157) fOpenCallHierarchy.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_CALL_HIERARCHY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 157) fOpenCallHierarchy.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_CALL_HIERARCHY); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OPEN_CALL_HIERARCHY from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 160) fOpenIncludeBrowser.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_INCLUDE_BROWSER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 160) fOpenIncludeBrowser.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_INCLUDE_BROWSER); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OPEN_INCLUDE_BROWSER from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 164) fOpenDeclaration.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_DECL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 164) fOpenDeclaration.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_DECL); ^^^^^^^^^ Discouraged access: The field OPEN_DECL from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 236) menu.appendToGroup(IContextMenuConstants.GROUP_PROPERTIES, fOpenPropertiesDialog); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IContextMenuConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/OpenViewActionGroup.java (at line 236) menu.appendToGroup(IContextMenuConstants.GROUP_PROPERTIES, fOpenPropertiesDialog); ^^^^^^^^^^^^^^^^ Discouraged access: The field GROUP_PROPERTIES from the type IContextMenuConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/RemoteRebuildIndexAction.java (at line 18) import org.eclipse.cdt.internal.ui.actions.RebuildIndexAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RebuildIndexAction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/RemoteRebuildIndexAction.java (at line 18) import org.eclipse.cdt.internal.ui.actions.RebuildIndexAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.internal.ui.actions.RebuildIndexAction is never used ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/RemoteRebuildIndexAction.java (at line 19) import org.eclipse.cdt.internal.ui.actions.SelectionConverter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SelectionConverter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/RemoteRebuildIndexAction.java (at line 28) import org.eclipse.ui.IActionDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IActionDelegate is never used ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/RemoteRebuildIndexAction.java (at line 40) IStructuredSelection cElements= SelectionConverter.convertSelectionToCElements(fSelection); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type SelectionConverter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/RemoteRebuildIndexAction.java (at line 40) IStructuredSelection cElements= SelectionConverter.convertSelectionToCElements(fSelection); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method convertSelectionToCElements(ISelection) from the type SelectionConverter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 30) import org.eclipse.cdt.internal.corext.util.CModelUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 31) import org.eclipse.cdt.internal.ui.callhierarchy.CHMultiDefNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMultiDefNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 32) import org.eclipse.cdt.internal.ui.callhierarchy.CHNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 33) import org.eclipse.cdt.internal.ui.callhierarchy.CHReferenceInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHReferenceInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 34) import org.eclipse.cdt.internal.ui.viewsupport.AsyncTreeContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 35) import org.eclipse.cdt.internal.ui.viewsupport.WorkingSetFilterUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 58) public class CHContentProvider extends AsyncTreeContentProvider { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 62) private WorkingSetFilterUI fFilter; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 69) super(disp); ^^^^^^^^^^^^ Discouraged access: The constructor AsyncTreeContentProvider(Display) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 75) if (element instanceof CHNode) { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 76) CHNode node = (CHNode) element; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 76) CHNode node = (CHNode) element; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 77) return node.getParent(); ^^^^^^^^^^^^^^^^ Discouraged access: The method getParent() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 79) return super.getParent(element); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getParent(Object) from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 84) if (parentElement instanceof CHMultiDefNode) { ^^^^^^^^^^^^^^ Discouraged access: The type CHMultiDefNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 85) return ((CHMultiDefNode) parentElement).getChildNodes(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getChildNodes() from the type CHMultiDefNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 85) return ((CHMultiDefNode) parentElement).getChildNodes(); ^^^^^^^^^^^^^^ Discouraged access: The type CHMultiDefNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 87) if (parentElement instanceof CHNode) { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 88) CHNode node = (CHNode) parentElement; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 88) CHNode node = (CHNode) parentElement; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 89) if (node.isRecursive() || node.getRepresentedDeclaration() == null) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The method isRecursive() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 89) if (node.isRecursive() || node.getRepresentedDeclaration() == null) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRepresentedDeclaration() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 90) return NO_CHILDREN; ^^^^^^^^^^^ Discouraged access: The field NO_CHILDREN from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 93) if (node.isInitializer()) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isInitializer() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 94) return NO_CHILDREN; ^^^^^^^^^^^ Discouraged access: The field NO_CHILDREN from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 97) else if (node.isVariableOrEnumerator() || node.isMacro()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isVariableOrEnumerator() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 97) else if (node.isVariableOrEnumerator() || node.isMacro()) { ^^^^^^^^^^^^^^ Discouraged access: The method isMacro() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 98) return NO_CHILDREN; ^^^^^^^^^^^ Discouraged access: The field NO_CHILDREN from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 113) if (parentElement instanceof CHNode) { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 114) CHNode node = (CHNode) parentElement; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 114) CHNode node = (CHNode) parentElement; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 127) return NO_CHILDREN; ^^^^^^^^^^^ Discouraged access: The field NO_CHILDREN from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 134) if (/*element == null*/ false) { getDisplay().asyncExec(new Runnable() { public void run() { fView.reportNotIndexed(input); } }); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 135) getDisplay().asyncExec(new Runnable() { ^^^^^^^^^^^^ Discouraged access: The method getDisplay() from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 142) getDisplay().asyncExec(new Runnable() { ^^^^^^^^^^^^ Discouraged access: The method getDisplay() from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 148) ITranslationUnit tu= CModelUtil.getTranslationUnit(element); ^^^^^^^^^^ Discouraged access: The type CModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 148) ITranslationUnit tu= CModelUtil.getTranslationUnit(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTranslationUnit(ICElement) from the type CModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 173) return new Object[] { new CHMultiDefNode(null, tu, 0, overriders.get(linkageIDStr), linkageID) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CHMultiDefNode(CHNode, ITranslationUnit, long, ICElement[], int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 173) return new Object[] { new CHMultiDefNode(null, tu, 0, overriders.get(linkageIDStr), linkageID) }; ^^^^^^^^^^^^^^ Discouraged access: The type CHMultiDefNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 177) return new Object[] { new CHNode(null, tu, 0, element, -1) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CHNode(CHNode, ITranslationUnit, long, ICElement, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 177) return new Object[] { new CHNode(null, tu, 0, element, -1) }; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 180) private Object[] asyncronouslyComputeReferencedBy(CHNode parent) throws CoreException, InterruptedException { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 181) ICElement callee = parent.getRepresentedDeclaration(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRepresentedDeclaration() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 200) private Object[] asyncronouslyComputeRefersTo(CHNode parent) throws CoreException, InterruptedException { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 201) ICElement caller = parent.getRepresentedDeclaration(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRepresentedDeclaration() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 228) public void setWorkingSetFilter(WorkingSetFilterUI filterUI) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 230) recompute(); ^^^^^^^^^^^ Discouraged access: The method recompute() from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 233) CHNode[] createNodes(CHNode node, CalledByResult result) throws CoreException { ^^^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 233) CHNode[] createNodes(CHNode node, CalledByResult result) throws CoreException { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 234) ArrayList nodes= new ArrayList(); ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 234) ArrayList nodes= new ArrayList(); ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 238) if (fFilter == null || fFilter.isPartOfWorkingSet(element)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isPartOfWorkingSet(ICElement) from the type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 241) CHNode newNode = createRefbyNode(node, element, refs); ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 247) return nodes.toArray(new CHNode[nodes.size()]); ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 250) private CHNode createRefbyNode(CHNode parent, ICElement element, IIndexName[] refs) throws CoreException { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 250) private CHNode createRefbyNode(CHNode parent, ICElement element, IIndexName[] refs) throws CoreException { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 251) ITranslationUnit tu= CModelUtil.getTranslationUnit(element); ^^^^^^^^^^ Discouraged access: The type CModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 251) ITranslationUnit tu= CModelUtil.getTranslationUnit(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTranslationUnit(ICElement) from the type CModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 253) CHNode node= new CHNode(parent, tu, refs[0].getFile().getTimestamp(), element, file.getLinkageID()); ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 253) CHNode node= new CHNode(parent, tu, refs[0].getFile().getTimestamp(), element, file.getLinkageID()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CHNode(CHNode, ITranslationUnit, long, ICElement, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 253) CHNode node= new CHNode(parent, tu, refs[0].getFile().getTimestamp(), element, file.getLinkageID()); ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 255) node.setInitializer(true); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setInitializer(boolean) from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 260) node.addReference(new CHReferenceInfo(reference.getNodeOffset(), reference.getNodeLength())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addReference(CHReferenceInfo) from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 260) node.addReference(new CHReferenceInfo(reference.getNodeOffset(), reference.getNodeLength())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CHReferenceInfo(int, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 260) node.addReference(new CHReferenceInfo(reference.getNodeOffset(), reference.getNodeLength())); ^^^^^^^^^^^^^^^ Discouraged access: The type CHReferenceInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 264) node.setRWAccess(readAccess, writeAccess); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setRWAccess(boolean, boolean) from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 265) node.sortReferencesByOffset(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method sortReferencesByOffset() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 269) CHNode[] createNodes(CHNode node, CallsToResult callsTo) throws CoreException { ^^^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 269) CHNode[] createNodes(CHNode node, CallsToResult callsTo) throws CoreException { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 270) ITranslationUnit tu= CModelUtil.getTranslationUnit(node.getRepresentedDeclaration()); ^^^^^^^^^^ Discouraged access: The type CModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 270) ITranslationUnit tu= CModelUtil.getTranslationUnit(node.getRepresentedDeclaration()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTranslationUnit(ICElement) from the type CModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 270) ITranslationUnit tu= CModelUtil.getTranslationUnit(node.getRepresentedDeclaration()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRepresentedDeclaration() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 271) ArrayList result= new ArrayList(); ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 271) ArrayList result= new ArrayList(); ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 279) CHNode childNode = createReftoNode(node, tu, elements, refs); ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 284) return result.toArray(new CHNode[result.size()]); ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 287) private CHNode createReftoNode(CHNode parent, ITranslationUnit tu, ICElement[] elements, IIndexName[] references) throws CoreException { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 287) private CHNode createReftoNode(CHNode parent, ITranslationUnit tu, ICElement[] elements, IIndexName[] references) throws CoreException { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 294) CHNode node; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 297) node= new CHNode(parent, tu, timestamp, elements[0], linkageID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CHNode(CHNode, ITranslationUnit, long, ICElement, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 297) node= new CHNode(parent, tu, timestamp, elements[0], linkageID); ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 299) node= new CHMultiDefNode(parent, tu, timestamp, elements, linkageID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CHMultiDefNode(CHNode, ITranslationUnit, long, ICElement[], int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 299) node= new CHMultiDefNode(parent, tu, timestamp, elements, linkageID); ^^^^^^^^^^^^^^ Discouraged access: The type CHMultiDefNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 305) node.addReference(new CHReferenceInfo(reference.getNodeOffset(), reference.getNodeLength())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addReference(CHReferenceInfo) from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 305) node.addReference(new CHReferenceInfo(reference.getNodeOffset(), reference.getNodeLength())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CHReferenceInfo(int, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 305) node.addReference(new CHReferenceInfo(reference.getNodeOffset(), reference.getNodeLength())); ^^^^^^^^^^^^^^^ Discouraged access: The type CHReferenceInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 309) node.sortReferencesByOffset(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method sortReferencesByOffset() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 310) node.setRWAccess(readAccess, writeAccess); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setRWAccess(boolean, boolean) from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHDropTargetListener.java (at line 24) import org.eclipse.cdt.internal.ui.callhierarchy.CallHierarchyUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CallHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHDropTargetListener.java (at line 55) if (!CallHierarchyUI.isRelevantForCallHierarchy(fInput)) { ^^^^^^^^^^^^^^^ Discouraged access: The type CallHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHDropTargetListener.java (at line 55) if (!CallHierarchyUI.isRelevantForCallHierarchy(fInput)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isRelevantForCallHierarchy(ICElement) from the type CallHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryAction.java (at line 25) import org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryAction.java (at line 26) import org.eclipse.cdt.internal.ui.viewsupport.CElementLabels; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryAction.java (at line 34) CElementLabels.M_PARAMETER_TYPES | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryAction.java (at line 34) CElementLabels.M_PARAMETER_TYPES | ^^^^^^^^^^^^^^^^^ Discouraged access: The field M_PARAMETER_TYPES from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryAction.java (at line 35) CElementLabels.ALL_FULLY_QUALIFIED | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryAction.java (at line 35) CElementLabels.ALL_FULLY_QUALIFIED | ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ALL_FULLY_QUALIFIED from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryAction.java (at line 36) CElementLabels.TEMPLATE_ARGUMENTS | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryAction.java (at line 36) CElementLabels.TEMPLATE_ARGUMENTS | ^^^^^^^^^^^^^^^^^^ Discouraged access: The field TEMPLATE_ARGUMENTS from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryAction.java (at line 37) CElementLabels.MF_POST_FILE_QUALIFIED; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryAction.java (at line 37) CElementLabels.MF_POST_FILE_QUALIFIED; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field MF_POST_FILE_QUALIFIED from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryAction.java (at line 47) String elementName= CElementLabels.getElementLabel(element, LABEL_OPTIONS); ^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryAction.java (at line 47) String elementName= CElementLabels.getElementLabel(element, LABEL_OPTIONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getElementLabel(ICElement, long) from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryAction.java (at line 53) CElementImageProvider imageProvider= new CElementImageProvider(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryAction.java (at line 53) CElementImageProvider imageProvider= new CElementImageProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CElementImageProvider() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryAction.java (at line 53) CElementImageProvider imageProvider= new CElementImageProvider(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryAction.java (at line 54) ImageDescriptor desc= imageProvider.getBaseImageDescriptor(elem, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getBaseImageDescriptor(ICElement, int) from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryAction.java (at line 55) imageProvider.dispose(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method dispose() from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryDropDownAction.java (at line 22) import org.eclipse.cdt.internal.ui.CPluginImages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryDropDownAction.java (at line 23) import org.eclipse.cdt.internal.ui.callhierarchy.CHMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryDropDownAction.java (at line 39) super(CHMessages.CHHistoryDropDownAction_ClearHistory_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryDropDownAction.java (at line 39) super(CHMessages.CHHistoryDropDownAction_ClearHistory_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHHistoryDropDownAction_ClearHistory_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 175. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryDropDownAction.java (at line 58) setToolTipText(CHMessages.CHHistoryDropDownAction_ShowHistoryList_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryDropDownAction.java (at line 58) setToolTipText(CHMessages.CHHistoryDropDownAction_ShowHistoryList_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHHistoryDropDownAction_ShowHistoryList_tooltip from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 177. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryDropDownAction.java (at line 59) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, "history_list.gif"); //$NON-NLS-1$ ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryDropDownAction.java (at line 59) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, "history_list.gif"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryDropDownAction.java (at line 59) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, "history_list.gif"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryDropDownAction.java (at line 59) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, "history_list.gif"); //$NON-NLS-1$ ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 25) import org.eclipse.cdt.internal.ui.callhierarchy.CHMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 26) import org.eclipse.cdt.internal.ui.dialogs.StatusInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 183. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 27) import org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 28) import org.eclipse.cdt.internal.ui.viewsupport.CUILabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 29) import org.eclipse.cdt.internal.ui.wizards.dialogfields.DialogField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 186. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 30) import org.eclipse.cdt.internal.ui.wizards.dialogfields.IListAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IListAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 187. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 31) import org.eclipse.cdt.internal.ui.wizards.dialogfields.LayoutUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 188. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 32) import org.eclipse.cdt.internal.ui.wizards.dialogfields.ListDialogField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 189. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 50) private ListDialogField fHistoryList; ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 190. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 57) setTitle(CHMessages.CHHistoryListAction_HistoryDialog_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 191. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 57) setTitle(CHMessages.CHHistoryListAction_HistoryDialog_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHHistoryListAction_HistoryDialog_title from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 192. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 59) CHMessages.CHHistoryListAction_Remove_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 193. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 59) CHMessages.CHHistoryListAction_Remove_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHHistoryListAction_Remove_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 194. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 62) IListAdapter adapter= new IListAdapter() { ^^^^^^^^^^^^ Discouraged access: The type IListAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 195. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 62) IListAdapter adapter= new IListAdapter() { ^^^^^^^^^^^^ Discouraged access: The type IListAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 196. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 63) public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 197. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 66) public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 198. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 70) public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 199. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 75) ILabelProvider labelProvider= new CUILabelProvider(CHHistoryAction.LABEL_OPTIONS, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CUILabelProvider(long, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 200. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 75) ILabelProvider labelProvider= new CUILabelProvider(CHHistoryAction.LABEL_OPTIONS, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 201. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 75) ILabelProvider labelProvider= new CUILabelProvider(CHHistoryAction.LABEL_OPTIONS, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 202. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 75) ILabelProvider labelProvider= new CUILabelProvider(CHHistoryAction.LABEL_OPTIONS, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^ Discouraged access: The field OVERLAY_ICONS from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 203. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 77) fHistoryList= new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ListDialogField(IListAdapter, String[], IBaseLabelProvider) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 204. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 77) fHistoryList= new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 205. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 78) fHistoryList.setLabelText(CHMessages.CHHistoryListAction_HistoryList_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setLabelText(String) from the type DialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 206. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 78) fHistoryList.setLabelText(CHMessages.CHHistoryListAction_HistoryList_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 207. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 78) fHistoryList.setLabelText(CHMessages.CHHistoryListAction_HistoryList_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHHistoryListAction_HistoryList_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 208. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 79) fHistoryList.setElements(Arrays.asList(historyEntries)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setElements(List) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 209. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 88) fHistoryList.selectElements(sel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method selectElements(ISelection) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 210. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 106) LayoutUtil.doDefaultLayout(inner, new DialogField[] { fHistoryList }, true, 0, 0); ^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 211. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 106) LayoutUtil.doDefaultLayout(inner, new DialogField[] { fHistoryList }, true, 0, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method doDefaultLayout(Composite, DialogField[], boolean, int, int) from the type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 212. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 106) LayoutUtil.doDefaultLayout(inner, new DialogField[] { fHistoryList }, true, 0, 0); ^^^^^^^^^^^ Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 213. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 107) LayoutUtil.setHeightHint(fHistoryList.getListControl(null), convertHeightInCharsToPixels(12)); ^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 214. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 107) LayoutUtil.setHeightHint(fHistoryList.getListControl(null), convertHeightInCharsToPixels(12)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setHeightHint(Control, int) from the type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 215. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 107) LayoutUtil.setHeightHint(fHistoryList.getListControl(null), convertHeightInCharsToPixels(12)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getListControl(Composite) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 216. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 108) LayoutUtil.setHorizontalGrabbing(fHistoryList.getListControl(null), true); ^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 217. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 108) LayoutUtil.setHorizontalGrabbing(fHistoryList.getListControl(null), true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setHorizontalGrabbing(Control, boolean) from the type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 218. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 108) LayoutUtil.setHorizontalGrabbing(fHistoryList.getListControl(null), true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getListControl(Composite) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 219. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 118) fHistoryList.removeElements(fHistoryList.getSelectedElements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method removeElements(List) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 220. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 118) fHistoryList.removeElements(fHistoryList.getSelectedElements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSelectedElements() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 221. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 129) StatusInfo status= new StatusInfo(); ^^^^^^^^^^ Discouraged access: The type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 222. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 129) StatusInfo status= new StatusInfo(); ^^^^^^^^^^^^^^^^ Discouraged access: The constructor StatusInfo() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 223. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 129) StatusInfo status= new StatusInfo(); ^^^^^^^^^^ Discouraged access: The type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 224. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 130) List selected= fHistoryList.getSelectedElements(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSelectedElements() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 225. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 132) status.setError(""); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setError(String) from the type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 226. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 137) fHistoryList.enableButton(0, fHistoryList.getSize() > selected.size() && selected.size() != 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method enableButton(int, boolean) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 227. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 137) fHistoryList.enableButton(0, fHistoryList.getSize() > selected.size() && selected.size() != 0); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSize() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 228. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 147) List elems= fHistoryList.getElements(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getElements() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 229. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 175) setText(CHMessages.CHHistoryListAction_OpenHistory_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 230. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 175) setText(CHMessages.CHHistoryListAction_OpenHistory_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHHistoryListAction_OpenHistory_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 231. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 22) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 232. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 25) import org.eclipse.cdt.core.model.util.CElementBaseLabels; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.model.util.CElementBaseLabels is never used ---------- 233. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 26) import org.eclipse.cdt.internal.ui.callhierarchy.CHMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 234. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 27) import org.eclipse.cdt.internal.ui.callhierarchy.CHMultiDefNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMultiDefNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 235. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 28) import org.eclipse.cdt.internal.ui.callhierarchy.CHNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 236. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 29) import org.eclipse.cdt.internal.ui.viewsupport.AppearanceAwareLabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AppearanceAwareLabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 237. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 30) import org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 238. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 31) import org.eclipse.cdt.internal.ui.viewsupport.CElementLabels; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 239. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 32) import org.eclipse.cdt.internal.ui.viewsupport.CUILabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 240. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 33) import org.eclipse.cdt.internal.ui.viewsupport.ImageImageDescriptor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ImageImageDescriptor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 241. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 37) import org.eclipse.jface.viewers.IColorProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.viewers.IColorProvider is never used ---------- 242. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 38) import org.eclipse.jface.viewers.LabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.viewers.LabelProvider is never used ---------- 243. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 48) public class CHLabelProvider extends AppearanceAwareLabelProvider { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AppearanceAwareLabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 244. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 49) private final static long LABEL_OPTIONS_SIMPLE = CElementLabels.ALL_FULLY_QUALIFIED ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 245. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 49) private final static long LABEL_OPTIONS_SIMPLE = CElementLabels.ALL_FULLY_QUALIFIED ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ALL_FULLY_QUALIFIED from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 246. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 50) | CElementLabels.M_PARAMETER_TYPES | CElementLabels.M_APP_RETURNTYPE | CElementLabels.F_APP_TYPE_SIGNATURE | CElementLabels.TEMPLATE_ARGUMENTS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 247. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 50) | CElementLabels.M_PARAMETER_TYPES | CElementLabels.M_APP_RETURNTYPE | CElementLabels.F_APP_TYPE_SIGNATURE | CElementLabels.TEMPLATE_ARGUMENTS; ^^^^^^^^^^^^^^^^^ Discouraged access: The field M_PARAMETER_TYPES from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 248. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 50) | CElementLabels.M_PARAMETER_TYPES | CElementLabels.M_APP_RETURNTYPE | CElementLabels.F_APP_TYPE_SIGNATURE | CElementLabels.TEMPLATE_ARGUMENTS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 249. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 50) | CElementLabels.M_PARAMETER_TYPES | CElementLabels.M_APP_RETURNTYPE | CElementLabels.F_APP_TYPE_SIGNATURE | CElementLabels.TEMPLATE_ARGUMENTS; ^^^^^^^^^^^^^^^^ Discouraged access: The field M_APP_RETURNTYPE from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 250. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 50) | CElementLabels.M_PARAMETER_TYPES | CElementLabels.M_APP_RETURNTYPE | CElementLabels.F_APP_TYPE_SIGNATURE | CElementLabels.TEMPLATE_ARGUMENTS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 251. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 50) | CElementLabels.M_PARAMETER_TYPES | CElementLabels.M_APP_RETURNTYPE | CElementLabels.F_APP_TYPE_SIGNATURE | CElementLabels.TEMPLATE_ARGUMENTS; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field F_APP_TYPE_SIGNATURE from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 252. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 50) | CElementLabels.M_PARAMETER_TYPES | CElementLabels.M_APP_RETURNTYPE | CElementLabels.F_APP_TYPE_SIGNATURE | CElementLabels.TEMPLATE_ARGUMENTS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 253. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 50) | CElementLabels.M_PARAMETER_TYPES | CElementLabels.M_APP_RETURNTYPE | CElementLabels.F_APP_TYPE_SIGNATURE | CElementLabels.TEMPLATE_ARGUMENTS; ^^^^^^^^^^^^^^^^^^ Discouraged access: The field TEMPLATE_ARGUMENTS from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 254. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 51) private final static long LABEL_OPTIONS_SHOW_FILES= LABEL_OPTIONS_SIMPLE | CElementLabels.MF_POST_FILE_QUALIFIED; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 255. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 51) private final static long LABEL_OPTIONS_SHOW_FILES= LABEL_OPTIONS_SIMPLE | CElementLabels.MF_POST_FILE_QUALIFIED; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field MF_POST_FILE_QUALIFIED from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 256. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 54) private CUILabelProvider fCLabelProvider= new CUILabelProvider(LABEL_OPTIONS_SIMPLE, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 257. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 54) private CUILabelProvider fCLabelProvider= new CUILabelProvider(LABEL_OPTIONS_SIMPLE, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CUILabelProvider(long, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 258. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 54) private CUILabelProvider fCLabelProvider= new CUILabelProvider(LABEL_OPTIONS_SIMPLE, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 259. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 54) private CUILabelProvider fCLabelProvider= new CUILabelProvider(LABEL_OPTIONS_SIMPLE, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 260. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 54) private CUILabelProvider fCLabelProvider= new CUILabelProvider(LABEL_OPTIONS_SIMPLE, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^ Discouraged access: The field OVERLAY_ICONS from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 261. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 66) if (element instanceof CHNode) { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 262. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 67) CHNode node= (CHNode) element; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 263. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 67) CHNode node= (CHNode) element; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 264. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 69) if (node.isInitializer()) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isInitializer() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 265. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 70) ImageDescriptor desc= CElementImageProvider.getFunctionImageDescriptor(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 266. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 70) ImageDescriptor desc= CElementImageProvider.getFunctionImageDescriptor(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFunctionImageDescriptor() from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 267. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 71) image= CUIPlugin.getImageDescriptorRegistry().get(desc); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method get(ImageDescriptor) from the type ImageDescriptorRegistry is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 268. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 74) ICElement decl= node.getOneRepresentedDeclaration(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getOneRepresentedDeclaration() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 269. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 76) image= fCLabelProvider.getImage(decl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getImage(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 270. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 83) return super.getImage(element); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getImage(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 271. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 88) if (element instanceof CHNode) { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 272. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 89) CHNode node= (CHNode) element; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 273. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 89) CHNode node= (CHNode) element; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 274. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 90) ICElement decl= node.getOneRepresentedDeclaration(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getOneRepresentedDeclaration() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 275. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 93) if (node.isMultiDef()) { ^^^^^^^^^^^^^^^^^ Discouraged access: The method isMultiDef() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 276. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 94) long options= fCLabelProvider.getTextFlags(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTextFlags() from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 277. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 95) fCLabelProvider.setTextFlags(LABEL_OPTIONS_SIMPLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setTextFlags(long) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 278. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 96) label= fCLabelProvider.getText(decl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getText(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 279. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 97) fCLabelProvider.setTextFlags(options); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setTextFlags(long) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 280. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 100) label= fCLabelProvider.getText(decl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getText(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 281. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 101) if (node.isInitializer()) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isInitializer() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 282. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 105) int refCount= node.getReferenceCount(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getReferenceCount() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 283. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 107) label += NLS.bind(" ({0} {1})", new Integer(refCount), CHMessages.CHLabelProvider_matches); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 284. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 107) label += NLS.bind(" ({0} {1})", new Integer(refCount), CHMessages.CHLabelProvider_matches); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHLabelProvider_matches from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 285. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 109) return decorateText(label, element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method decorateText(String, Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 286. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 112) return super.getText(element); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getText(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 287. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 117) if (element instanceof CHNode) { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 288. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 118) CHNode node= (CHNode) element; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 289. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 118) CHNode node= (CHNode) element; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 290. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 119) ICElement decl= node.getOneRepresentedDeclaration(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getOneRepresentedDeclaration() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 291. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 122) if (node.isMultiDef()) { ^^^^^^^^^^^^^^^^^ Discouraged access: The method isMultiDef() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 292. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 123) long options= fCLabelProvider.getTextFlags(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTextFlags() from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 293. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 124) fCLabelProvider.setTextFlags(LABEL_OPTIONS_SIMPLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setTextFlags(long) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 294. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 125) label= fCLabelProvider.getStyledText(decl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getStyledText(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 295. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 126) fCLabelProvider.setTextFlags(options); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setTextFlags(long) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 296. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 129) label= fCLabelProvider.getStyledText(decl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getStyledText(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 297. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 130) if (node.isInitializer()) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isInitializer() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 298. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 134) int refCount= node.getReferenceCount(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getReferenceCount() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 299. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 137) label.append(NLS.bind(" ({0} {1})", new Integer(refCount), CHMessages.CHLabelProvider_matches)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 300. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 137) label.append(NLS.bind(" ({0} {1})", new Integer(refCount), CHMessages.CHLabelProvider_matches)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHLabelProvider_matches from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 301. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 142) String decorated= decorateText(label.getString(), element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method decorateText(String, Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 302. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 149) return fCLabelProvider.getStyledText(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getStyledText(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 303. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 193) fCLabelProvider.dispose(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method dispose() from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 304. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 198) super.dispose(); ^^^^^^^^^^^^^^^ Discouraged access: The method dispose() from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 305. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 201) private Image decorateImage(Image image, CHNode node) { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 306. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 203) if (node.isRecursive()) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The method isRecursive() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 307. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 206) else if (fContentProvider.hasChildren(node)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method hasChildren(Object) from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 308. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 211) if (node.isMultiDef()) { ^^^^^^^^^^^^^^^^^ Discouraged access: The method isMultiDef() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 309. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 219) if (node.isReadAccess()) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isReadAccess() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 310. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 222) if (node.isWriteAccess()) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isWriteAccess() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 311. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 230) new ImageImageDescriptor(image), flags, new Point(20,16)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ImageImageDescriptor(Image) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 312. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 230) new ImageImageDescriptor(image), flags, new Point(20,16)); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ImageImageDescriptor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 313. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 239) if (element instanceof CHMultiDefNode) { ^^^^^^^^^^^^^^ Discouraged access: The type CHMultiDefNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 314. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 246) fCLabelProvider.setTextFlags(show ? LABEL_OPTIONS_SHOW_FILES : LABEL_OPTIONS_SIMPLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setTextFlags(long) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 315. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 23) import org.eclipse.cdt.core.model.util.CElementBaseLabels; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.model.util.CElementBaseLabels is never used ---------- 316. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 24) import org.eclipse.cdt.internal.ui.actions.OpenActionUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type OpenActionUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 317. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 25) import org.eclipse.cdt.internal.ui.callhierarchy.CHMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 318. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 26) import org.eclipse.cdt.internal.ui.util.ExceptionHandler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 319. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 27) import org.eclipse.cdt.internal.ui.util.StatusLineHandler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 320. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 28) import org.eclipse.cdt.internal.ui.viewsupport.CElementLabels; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 321. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 58) Job job= new Job(CHMessages.CallHierarchyUI_label) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 322. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 58) Job job= new Job(CHMessages.CallHierarchyUI_label) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CallHierarchyUI_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 323. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 62) StatusLineHandler.clearStatusLine(editor.getSite()); ^^^^^^^^^^^^^^^^^ Discouraged access: The type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 324. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 62) StatusLineHandler.clearStatusLine(editor.getSite()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method clearStatusLine(IWorkbenchSite) from the type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 325. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 71) StatusLineHandler.showStatusLineMessage(editor.getSite(), ^^^^^^^^^^^^^^^^^ Discouraged access: The type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 326. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 71) StatusLineHandler.showStatusLineMessage(editor.getSite(), CHMessages.CallHierarchyUI_openFailureMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method showStatusLineMessage(IWorkbenchSite, String) from the type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 327. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 72) CHMessages.CallHierarchyUI_openFailureMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 328. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 72) CHMessages.CallHierarchyUI_openFailureMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CallHierarchyUI_openFailureMessage from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 329. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 91) Job job= new Job(CHMessages.CallHierarchyUI_label) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 330. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 91) Job job= new Job(CHMessages.CallHierarchyUI_label) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CallHierarchyUI_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 331. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 116) ExceptionHandler.handle(e, window.getShell(), CHMessages.OpenCallHierarchyAction_label, null); ^^^^^^^^^^^^^^^^ Discouraged access: The type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 332. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 116) ExceptionHandler.handle(e, window.getShell(), CHMessages.OpenCallHierarchyAction_label, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method handle(CoreException, Shell, String, String) from the type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 333. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 116) ExceptionHandler.handle(e, window.getShell(), CHMessages.OpenCallHierarchyAction_label, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 334. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 116) ExceptionHandler.handle(e, window.getShell(), CHMessages.OpenCallHierarchyAction_label, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenCallHierarchyAction_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 335. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 133) elem = OpenActionUtil.selectCElement(input, window.getShell(), ^^^^^^^^^^^^^^ Discouraged access: The type OpenActionUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 336. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 133) elem = OpenActionUtil.selectCElement(input, window.getShell(), CHMessages.CallHierarchyUI_label, CHMessages.CallHierarchyUI_selectMessage, CElementLabels.ALL_DEFAULT | CElementLabels.MF_POST_FILE_QUALIFIED, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method selectCElement(ICElement[], Shell, String, String, long, int) from the type OpenActionUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 337. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 134) CHMessages.CallHierarchyUI_label, CHMessages.CallHierarchyUI_selectMessage, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 338. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 134) CHMessages.CallHierarchyUI_label, CHMessages.CallHierarchyUI_selectMessage, ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CallHierarchyUI_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 339. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 134) CHMessages.CallHierarchyUI_label, CHMessages.CallHierarchyUI_selectMessage, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 340. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 134) CHMessages.CallHierarchyUI_label, CHMessages.CallHierarchyUI_selectMessage, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CallHierarchyUI_selectMessage from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 341. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 135) CElementLabels.ALL_DEFAULT | CElementLabels.MF_POST_FILE_QUALIFIED, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 342. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 135) CElementLabels.ALL_DEFAULT | CElementLabels.MF_POST_FILE_QUALIFIED, 0); ^^^^^^^^^^^ Discouraged access: The field ALL_DEFAULT from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 343. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 135) CElementLabels.ALL_DEFAULT | CElementLabels.MF_POST_FILE_QUALIFIED, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 344. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 135) CElementLabels.ALL_DEFAULT | CElementLabels.MF_POST_FILE_QUALIFIED, 0); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field MF_POST_FILE_QUALIFIED from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 345. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenCallHierarchyAction.java (at line 25) import org.eclipse.cdt.internal.ui.callhierarchy.CHMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 346. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenCallHierarchyAction.java (at line 26) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 347. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenCallHierarchyAction.java (at line 50) setText(CHMessages.OpenCallHierarchyAction_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 348. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenCallHierarchyAction.java (at line 50) setText(CHMessages.OpenCallHierarchyAction_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenCallHierarchyAction_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 349. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenCallHierarchyAction.java (at line 51) setToolTipText(CHMessages.OpenCallHierarchyAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 350. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenCallHierarchyAction.java (at line 51) setToolTipText(CHMessages.OpenCallHierarchyAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenCallHierarchyAction_tooltip from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 351. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenCallHierarchyAction.java (at line 62) if (fEditor instanceof CEditor) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 352. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenCallHierarchyAction.java (at line 63) IProject project = ((CEditor) fEditor).getInputCElement().getCProject().getProject(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInputCElement() from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 353. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenCallHierarchyAction.java (at line 63) IProject project = ((CEditor) fEditor).getInputCElement().getCProject().getProject(); ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 354. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 23) import org.eclipse.cdt.internal.ui.browser.opentype.ElementSelectionDialog; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ElementSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 355. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 24) import org.eclipse.cdt.internal.ui.callhierarchy.CHMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 356. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 59) ElementSelectionDialog dialog = new ElementSelectionDialog(getShell()); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ElementSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 357. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 59) ElementSelectionDialog dialog = new ElementSelectionDialog(getShell()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ElementSelectionDialog(Shell) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 358. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 59) ElementSelectionDialog dialog = new ElementSelectionDialog(getShell()); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ElementSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 359. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 75) String title = CHMessages.OpenElementInCallHierarchyAction_errorDlgTitle; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 360. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 75) String title = CHMessages.OpenElementInCallHierarchyAction_errorDlgTitle; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenElementInCallHierarchyAction_errorDlgTitle from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 361. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 76) String message = NLS.bind(CHMessages.OpenElementInCallHierarchyAction_errorNoDefinition, info.getQualifiedTypeName().toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 362. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 76) String message = NLS.bind(CHMessages.OpenElementInCallHierarchyAction_errorNoDefinition, info.getQualifiedTypeName().toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenElementInCallHierarchyAction_errorNoDefinition from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 363. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 80) IProject project = elements[0].getCProject().getProject(); ^^^^^^^ The value of the local variable project is not used ---------- 364. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 95) private void configureDialog(ElementSelectionDialog dialog) { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ElementSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 365. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 98) dialog.setTitle(CHMessages.OpenElementInCallHierarchyAction_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 366. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 98) dialog.setTitle(CHMessages.OpenElementInCallHierarchyAction_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenElementInCallHierarchyAction_title from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 367. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 99) dialog.setUpperListLabel(CHMessages.OpenElementInCallHierarchyAction_upperListLabel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 368. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 99) dialog.setUpperListLabel(CHMessages.OpenElementInCallHierarchyAction_upperListLabel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenElementInCallHierarchyAction_upperListLabel from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 369. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 100) dialog.setMessage(CHMessages.OpenElementInCallHierarchyAction_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 370. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 100) dialog.setMessage(CHMessages.OpenElementInCallHierarchyAction_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenElementInCallHierarchyAction_message from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 371. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 32) import org.eclipse.cdt.internal.core.model.CModel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CModel is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 372. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 33) import org.eclipse.cdt.internal.core.model.CModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CModelManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 373. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 34) import org.eclipse.cdt.internal.ui.CPluginImages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 374. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 35) import org.eclipse.cdt.internal.ui.IContextMenuConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IContextMenuConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 375. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 36) import org.eclipse.cdt.internal.ui.actions.CopyTreeAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CopyTreeAction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 376. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 37) import org.eclipse.cdt.internal.ui.callhierarchy.CHMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 377. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 38) import org.eclipse.cdt.internal.ui.callhierarchy.CHMultiDefNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMultiDefNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 378. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 39) import org.eclipse.cdt.internal.ui.callhierarchy.CHNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 379. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 40) import org.eclipse.cdt.internal.ui.callhierarchy.CHReferenceInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHReferenceInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 380. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 41) import org.eclipse.cdt.internal.ui.editor.ICEditorActionDefinitionIds; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 381. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 42) import org.eclipse.cdt.internal.ui.util.CoreUtility; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 382. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 43) import org.eclipse.cdt.internal.ui.util.EditorUtility; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 383. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 44) import org.eclipse.cdt.internal.ui.util.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 384. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 45) import org.eclipse.cdt.internal.ui.viewsupport.AdaptingSelectionProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AdaptingSelectionProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 385. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 46) import org.eclipse.cdt.internal.ui.viewsupport.CElementLabels; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 386. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 47) import org.eclipse.cdt.internal.ui.viewsupport.DecoratingCLabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DecoratingCLabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 387. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 48) import org.eclipse.cdt.internal.ui.viewsupport.EditorOpener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EditorOpener is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 388. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 49) import org.eclipse.cdt.internal.ui.viewsupport.ExtendedTreeViewer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExtendedTreeViewer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 389. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 50) import org.eclipse.cdt.internal.ui.viewsupport.IndexUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 390. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 51) import org.eclipse.cdt.internal.ui.viewsupport.TreeNavigator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TreeNavigator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 391. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 52) import org.eclipse.cdt.internal.ui.viewsupport.WorkingSetFilterUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 392. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 119) private CHNode fNavigationNode; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 393. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 132) private ExtendedTreeViewer fTreeViewer; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExtendedTreeViewer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 394. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 138) private WorkingSetFilterUI fWorkingSetFilterUI; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 395. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 151) private CopyTreeAction fCopyAction; ^^^^^^^^^^^^^^ Discouraged access: The type CopyTreeAction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 396. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 176) setMessage(CHMessages.CHViewPart_emptyPageMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 397. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 176) setMessage(CHMessages.CHViewPart_emptyPageMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_emptyPageMessage from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 398. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 199) setMessage(IndexUI.getFileNotIndexedMessage(input)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFileNotIndexedMessage(ICElement) from the type IndexUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 399. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 199) setMessage(IndexUI.getFileNotIndexedMessage(input)); ^^^^^^^ Discouraged access: The type IndexUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 400. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 224) getSite().setSelectionProvider(new AdaptingSelectionProvider(ICElement.class, fTreeViewer)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor AdaptingSelectionProvider(Class, ISelectionProvider) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 401. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 224) getSite().setSelectionProvider(new AdaptingSelectionProvider(ICElement.class, fTreeViewer)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AdaptingSelectionProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 402. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 230) setMessage(CHMessages.CHViewPart_emptyPageMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 403. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 230) setMessage(CHMessages.CHViewPart_emptyPageMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_emptyPageMessage from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 404. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 263) fWorkingSetFilterUI.dispose(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method dispose() from the type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 405. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 301) fWorkingSetFilterUI.saveState(memento, KEY_WORKING_SET_FILTER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method saveState(IMemento, String) from the type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 406. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 331) fTreeViewer= new ExtendedTreeViewer(fViewerPage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ExtendedTreeViewer(Composite) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 407. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 331) fTreeViewer= new ExtendedTreeViewer(fViewerPage); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExtendedTreeViewer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 408. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 333) fTreeViewer.setLabelProvider(new DecoratingCLabelProvider(fLabelProvider)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor DecoratingCLabelProvider(CUILabelProvider) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 409. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 333) fTreeViewer.setLabelProvider(new DecoratingCLabelProvider(fLabelProvider)); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DecoratingCLabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 410. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 366) fWorkingSetFilterUI= new WorkingSetFilterUI(this, fMemento, KEY_WORKING_SET_FILTER) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 411. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 378) new Action(CHMessages.CHViewPart_ShowCallers_label, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 412. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 378) new Action(CHMessages.CHViewPart_ShowCallers_label, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_ShowCallers_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 413. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 386) fReferencedByAction.setToolTipText(CHMessages.CHViewPart_ShowCallers_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 414. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 386) fReferencedByAction.setToolTipText(CHMessages.CHViewPart_ShowCallers_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_ShowCallers_tooltip from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 415. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 387) CPluginImages.setImageDescriptors(fReferencedByAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_REF_BY); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 416. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 387) CPluginImages.setImageDescriptors(fReferencedByAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_REF_BY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 417. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 387) CPluginImages.setImageDescriptors(fReferencedByAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_REF_BY); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 418. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 387) CPluginImages.setImageDescriptors(fReferencedByAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_REF_BY); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 419. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 387) CPluginImages.setImageDescriptors(fReferencedByAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_REF_BY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 420. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 387) CPluginImages.setImageDescriptors(fReferencedByAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_REF_BY); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_ACTION_SHOW_REF_BY from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 421. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 390) new Action(CHMessages.CHViewPart_ShowCallees_label, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 422. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 390) new Action(CHMessages.CHViewPart_ShowCallees_label, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_ShowCallees_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 423. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 398) fMakesReferenceToAction.setToolTipText(CHMessages.CHViewPart_ShowCallees_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 424. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 398) fMakesReferenceToAction.setToolTipText(CHMessages.CHViewPart_ShowCallees_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_ShowCallees_tooltip from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 425. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 399) CPluginImages.setImageDescriptors(fMakesReferenceToAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_RELATES_TO); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 426. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 399) CPluginImages.setImageDescriptors(fMakesReferenceToAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_RELATES_TO); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 427. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 399) CPluginImages.setImageDescriptors(fMakesReferenceToAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_RELATES_TO); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 428. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 399) CPluginImages.setImageDescriptors(fMakesReferenceToAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_RELATES_TO); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 429. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 399) CPluginImages.setImageDescriptors(fMakesReferenceToAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_RELATES_TO); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 430. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 399) CPluginImages.setImageDescriptors(fMakesReferenceToAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_RELATES_TO); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_ACTION_SHOW_RELATES_TO from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 431. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 404) if (element instanceof CHNode) { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 432. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 405) CHNode node= (CHNode) element; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 433. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 405) CHNode node= (CHNode) element; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 434. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 406) return !node.isVariableOrEnumerator(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isVariableOrEnumerator() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 435. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 411) fFilterVariablesAction= new Action(CHMessages.CHViewPart_FilterVariables_label, IAction.AS_CHECK_BOX) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 436. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 411) fFilterVariablesAction= new Action(CHMessages.CHViewPart_FilterVariables_label, IAction.AS_CHECK_BOX) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_FilterVariables_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 437. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 422) fFilterVariablesAction.setToolTipText(CHMessages.CHViewPart_FilterVariables_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 438. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 422) fFilterVariablesAction.setToolTipText(CHMessages.CHViewPart_FilterVariables_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_FilterVariables_tooltip from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 439. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 423) CPluginImages.setImageDescriptors(fFilterVariablesAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_FIELDS); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 440. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 423) CPluginImages.setImageDescriptors(fFilterVariablesAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_FIELDS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 441. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 423) CPluginImages.setImageDescriptors(fFilterVariablesAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_FIELDS); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 442. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 423) CPluginImages.setImageDescriptors(fFilterVariablesAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_FIELDS); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 443. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 423) CPluginImages.setImageDescriptors(fFilterVariablesAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_FIELDS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 444. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 423) CPluginImages.setImageDescriptors(fFilterVariablesAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_FIELDS); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_ACTION_HIDE_FIELDS from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 445. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 429) if (element instanceof CHNode) { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 446. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 436) if (!(e1 instanceof CHNode)) { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 447. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 437) if (!(e2 instanceof CHNode)) { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 448. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 442) if (!(e2 instanceof CHNode)) { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 449. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 445) CHNode n1= (CHNode) e1; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 450. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 445) CHNode n1= (CHNode) e1; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 451. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 446) CHNode n2= (CHNode) e2; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 452. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 446) CHNode n2= (CHNode) e2; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 453. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 447) int offset1= n1.getFirstReferenceOffset(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFirstReferenceOffset() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 454. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 448) int offset2= n2.getFirstReferenceOffset(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFirstReferenceOffset() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 455. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 449) return CoreUtility.compare(offset1, offset2); ^^^^^^^^^^^ Discouraged access: The type CoreUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 456. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 449) return CoreUtility.compare(offset1, offset2); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method compare(int, int) from the type CoreUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 457. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 453) fShowReference= new Action(CHMessages.CHViewPart_ShowReference_label) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 458. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 453) fShowReference= new Action(CHMessages.CHViewPart_ShowReference_label) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_ShowReference_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 459. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 459) fShowReference.setToolTipText(CHMessages.CHViewPart_ShowReference_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 460. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 459) fShowReference.setToolTipText(CHMessages.CHViewPart_ShowReference_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_ShowReference_tooltip from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 461. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 460) fOpenElement= new Action(CHMessages.CHViewPart_Open_label) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 462. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 460) fOpenElement= new Action(CHMessages.CHViewPart_Open_label) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_Open_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 463. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 466) fOpenElement.setToolTipText(CHMessages.CHViewPart_Open_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 464. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 466) fOpenElement.setToolTipText(CHMessages.CHViewPart_Open_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_Open_tooltip from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 465. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 467) fOpenElement.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_DECL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 466. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 467) fOpenElement.setActionDefinitionId(ICEditorActionDefinitionIds.OPEN_DECL); ^^^^^^^^^ Discouraged access: The field OPEN_DECL from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 467. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 469) fShowFilesInLabelsAction= new Action(CHMessages.CHViewPart_ShowFiles_label, IAction.AS_CHECK_BOX) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 468. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 469) fShowFilesInLabelsAction= new Action(CHMessages.CHViewPart_ShowFiles_label, IAction.AS_CHECK_BOX) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_ShowFiles_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 469. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 475) fShowFilesInLabelsAction.setToolTipText(CHMessages.CHViewPart_ShowFiles_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 470. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 475) fShowFilesInLabelsAction.setToolTipText(CHMessages.CHViewPart_ShowFiles_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_ShowFiles_tooltip from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 471. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 31) import org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProposal; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CCompletionProposal is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 472. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 32) import org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistInvocationContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 473. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 33) import org.eclipse.cdt.internal.ui.text.contentassist.CProposalContextInformation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CProposalContextInformation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 474. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 34) import org.eclipse.cdt.internal.ui.text.contentassist.ParsingBasedProposalComputer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ParsingBasedProposalComputer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 475. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 35) import org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 476. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 56) public abstract class AbstractCompletionProposalAdapter extends ParsingBasedProposalComputer { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ParsingBasedProposalComputer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 477. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 63) if (context instanceof CContentAssistInvocationContext) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 478. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 64) CContentAssistInvocationContext cContext = (CContentAssistInvocationContext) context; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 479. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 64) CContentAssistInvocationContext cContext = (CContentAssistInvocationContext) context; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 480. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 75) protected List computeCompletionProposals(CContentAssistInvocationContext context, IASTCompletionNode node, String prefix) throws CoreException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 481. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 76) IProject project = ((CContentAssistInvocationContext) context).getProject().getProject(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getProject() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 482. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 76) IProject project = ((CContentAssistInvocationContext) context).getProject().getProject(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 483. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 81) ITranslationUnit unit = context.getTranslationUnit(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTranslationUnit() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 484. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 89) private List adaptProposals(CContentAssistInvocationContext context, List proposals) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 485. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 119) descriptor = CElementImageProvider.getFieldImageDescriptor(visibility); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 486. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 119) descriptor = CElementImageProvider.getFieldImageDescriptor(visibility); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFieldImageDescriptor(ASTAccessVisibility) from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 487. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 122) descriptor = CElementImageProvider.getMethodImageDescriptor(visibility); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 488. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 122) descriptor = CElementImageProvider.getMethodImageDescriptor(visibility); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getMethodImageDescriptor(ASTAccessVisibility) from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 489. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 125) descriptor = CElementImageProvider.getImageDescriptor(type.getElementType()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 490. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 125) descriptor = CElementImageProvider.getImageDescriptor(type.getElementType()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getImageDescriptor(int) from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 491. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 128) descriptor = CElementImageProvider.getImageDescriptor(type.getElementType()); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 492. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 128) descriptor = CElementImageProvider.getImageDescriptor(type.getElementType()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getImageDescriptor(int) from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 493. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 130) image = CUIPlugin.getImageDescriptorRegistry().get(descriptor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method get(ImageDescriptor) from the type ImageDescriptorRegistry is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 494. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 131) CCompletionProposal completion = new CCompletionProposal(replacement, offset, length, image, display, id, relevance, viewer); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CCompletionProposal is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 495. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 131) CCompletionProposal completion = new CCompletionProposal(replacement, offset, length, image, display, id, relevance, viewer); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CCompletionProposal(String, int, int, Image, String, String, int, ITextViewer) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 496. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 131) CCompletionProposal completion = new CCompletionProposal(replacement, offset, length, image, display, id, relevance, viewer); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CCompletionProposal is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 497. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 132) completion.setCursorPosition(proposal.getCursorPosition()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setCursorPosition(int) from the type CCompletionProposal is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 498. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 136) CProposalContextInformation contextInfo = new CProposalContextInformation(image, remoteContextInfo.getDisplayText(), remoteContextInfo.getDisplayArguments()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CProposalContextInformation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 499. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 136) CProposalContextInformation contextInfo = new CProposalContextInformation(image, remoteContextInfo.getDisplayText(), remoteContextInfo.getDisplayArguments()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CProposalContextInformation(Image, String, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 500. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 136) CProposalContextInformation contextInfo = new CProposalContextInformation(image, remoteContextInfo.getDisplayText(), remoteContextInfo.getDisplayArguments()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CProposalContextInformation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 501. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 137) contextInfo.setContextInformationPosition(remoteContextInfo.getContextInformationPosition()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setContextInformationPosition(int) from the type CProposalContextInformation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 502. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractCompletionProposalAdapter.java (at line 138) completion.setContextInformation(contextInfo); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setContextInformation(IContextInformation) from the type CCompletionProposal is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 503. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractContentAssistService.java (at line 20) import org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistInvocationContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 504. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractContentAssistService.java (at line 33) protected RemoteContentAssistInvocationContext adaptContext(CContentAssistInvocationContext context) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 505. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractContentAssistService.java (at line 35) result.setCompletionNode(context.getCompletionNode()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getCompletionNode() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 506. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractContentAssistService.java (at line 38) result.setIsContextInformationStyle(context.isContextInformationStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isContextInformationStyle() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 507. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractContentAssistService.java (at line 39) result.setContextInformationOffset(context.getContextInformationOffset()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getContextInformationOffset() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 508. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractContentAssistService.java (at line 40) result.setParseOffset(context.getParseOffset()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getParseOffset() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 509. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractContentAssistService.java (at line 58) protected boolean inPreprocessorDirective(CContentAssistInvocationContext context) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 510. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractContentAssistService.java (at line 60) int offset = context.getParseOffset(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getParseOffset() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 511. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/AbstractContentAssistService.java (at line 79) private boolean inPreprocessorKeyword(CContentAssistInvocationContext context) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 512. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/ContentAssistUtil.java (at line 20) import org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistInvocationContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 513. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/ContentAssistUtil.java (at line 33) public static RemoteContentAssistInvocationContext adaptContext(CContentAssistInvocationContext context) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 514. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/ContentAssistUtil.java (at line 35) result.setParseOffset(context.getParseOffset()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getParseOffset() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 515. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/ContentAssistUtil.java (at line 36) result.setCompletionNode(context.getCompletionNode()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getCompletionNode() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 516. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/ContentAssistUtil.java (at line 39) result.setContextInformationOffset(context.getContextInformationOffset()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getContextInformationOffset() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 517. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/ContentAssistUtil.java (at line 41) result.setIsContextInformationStyle(context.isContextInformationStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isContextInformationStyle() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 518. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/ContentAssistUtil.java (at line 58) public static boolean inPreprocessorDirective(CContentAssistInvocationContext context) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 519. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/ContentAssistUtil.java (at line 60) int offset = context.getParseOffset(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getParseOffset() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 520. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/ContentAssistUtil.java (at line 79) private static boolean inPreprocessorKeyword(CContentAssistInvocationContext context) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 521. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/LocalContentAssistService.java (at line 19) import org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistInvocationContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 522. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/LocalContentAssistService.java (at line 33) if (!(context instanceof CContentAssistInvocationContext)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 523. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/LocalContentAssistService.java (at line 37) RemoteContentAssistInvocationContext remoteContext = ContentAssistUtil.adaptContext((CContentAssistInvocationContext) context); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 524. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/LocalContentAssistService.java (at line 38) IASTCompletionNode completionNode = ((CContentAssistInvocationContext) context).getCompletionNode(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getCompletionNode() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 525. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/LocalContentAssistService.java (at line 38) IASTCompletionNode completionNode = ((CContentAssistInvocationContext) context).getCompletionNode(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 526. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 21) import org.eclipse.cdt.internal.core.parser.util.ContentAssistMatcherFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ContentAssistMatcherFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 527. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 22) import org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistInvocationContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 528. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 27) import org.eclipse.ptp.internal.rdt.core.RemoteIndexerInfoProviderFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteIndexerInfoProviderFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 529. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 53) if (!(context instanceof CContentAssistInvocationContext)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 530. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 56) CContentAssistInvocationContext cContext = (CContentAssistInvocationContext) context; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 531. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 56) CContentAssistInvocationContext cContext = (CContentAssistInvocationContext) context; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 532. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 60) if (cContext.getEditor().isDirty()) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getEditor() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 533. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 73) remoteContext.setShowCamelCaseMatches(ContentAssistMatcherFactory.getInstance().getShowCamelCaseMatches()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ContentAssistMatcherFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 534. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 73) remoteContext.setShowCamelCaseMatches(ContentAssistMatcherFactory.getInstance().getShowCamelCaseMatches()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type ContentAssistMatcherFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 535. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 73) remoteContext.setShowCamelCaseMatches(ContentAssistMatcherFactory.getInstance().getShowCamelCaseMatches()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getShowCamelCaseMatches() from the type ContentAssistMatcherFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 536. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 85) IScannerInfo scannerInfo = RemoteIndexerInfoProviderFactory.getScannerInfo(unit.getResource()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteIndexerInfoProviderFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 537. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 85) IScannerInfo scannerInfo = RemoteIndexerInfoProviderFactory.getScannerInfo(unit.getResource()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getScannerInfo(IResource) from the type RemoteIndexerInfoProviderFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 538. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 89) langaugeProperties = RemoteIndexerInfoProviderFactory.getLanguageProperties(languageId, project); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteIndexerInfoProviderFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 539. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 89) langaugeProperties = RemoteIndexerInfoProviderFactory.getLanguageProperties(languageId, project); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getLanguageProperties(String, IProject) from the type RemoteIndexerInfoProviderFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- ---------- 540. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 36) import org.eclipse.cdt.internal.core.resources.ResourceLookup; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ResourceLookup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 541. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 37) import org.eclipse.cdt.internal.ui.CPluginImages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 542. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 38) import org.eclipse.cdt.internal.ui.dialogs.ElementListSelectionDialog; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ElementListSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 543. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 39) import org.eclipse.cdt.internal.ui.util.EditorUtility; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 544. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 71) org.eclipse.cdt.internal.ui.editor.OpenIncludeAction { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type OpenIncludeAction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 545. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 81) super(provider); ^^^^^^^^^^^^^^^^ Discouraged access: The constructor OpenIncludeAction(ISelectionProvider) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 546. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 85) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, CPluginImages.IMG_MENU_OPEN_INCLUDE); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 547. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 85) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, CPluginImages.IMG_MENU_OPEN_INCLUDE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 548. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 85) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, CPluginImages.IMG_MENU_OPEN_INCLUDE); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 549. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 85) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, CPluginImages.IMG_MENU_OPEN_INCLUDE); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 550. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 85) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, CPluginImages.IMG_MENU_OPEN_INCLUDE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 551. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 85) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, CPluginImages.IMG_MENU_OPEN_INCLUDE); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_MENU_OPEN_INCLUDE from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 552. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 195) EditorUtility.openInEditor((URI)fileToOpen, include.getCProject()); ^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 553. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 195) EditorUtility.openInEditor((URI)fileToOpen, include.getCProject()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method openInEditor(URI, ICElement) from the type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 554. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 223) IFile[] files = ResourceLookup.findFilesForLocation(path); ^^^^^^^^^^^^^^ Discouraged access: The type ResourceLookup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 555. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 223) IFile[] files = ResourceLookup.findFilesForLocation(path); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method findFilesForLocation(IPath) from the type ResourceLookup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 556. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 291) ElementListSelectionDialog dialog= new ElementListSelectionDialog(CUIPlugin.getActiveWorkbenchShell(), renderer, false, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ElementListSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 557. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 291) ElementListSelectionDialog dialog= new ElementListSelectionDialog(CUIPlugin.getActiveWorkbenchShell(), renderer, false, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ElementListSelectionDialog(Shell, ILabelProvider, boolean, boolean) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 558. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 291) ElementListSelectionDialog dialog= new ElementListSelectionDialog(CUIPlugin.getActiveWorkbenchShell(), renderer, false, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ElementListSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 559. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 293) dialog.setMessage(CUIPlugin.getResourceString(DIALOG_MESSAGE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setMessage(String) from the type AbstractElementListSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 560. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 294) dialog.setElements(filesFound); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setElements(List) from the type ElementListSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 561. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 296) if (dialog.open() == Window.OK) { ^^^^^^^^^^^^^ Discouraged access: The method open() from the type AbstractElementListSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 562. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 297) return (IFile)((IPath) dialog.getSelectedElement()).toFile(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSelectedElement() from the type ElementListSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 563. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCCompositeReconcilingStrategy.java (at line 14) import org.eclipse.cdt.internal.ui.text.CCompositeReconcilingStrategy; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CCompositeReconcilingStrategy is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 564. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCCompositeReconcilingStrategy.java (at line 15) import org.eclipse.cdt.internal.ui.text.CReconcilingStrategy; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CReconcilingStrategy is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 565. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCCompositeReconcilingStrategy.java (at line 20) public class RemoteCCompositeReconcilingStrategy extends CCompositeReconcilingStrategy { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CCompositeReconcilingStrategy is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 566. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCCompositeReconcilingStrategy.java (at line 24) super(viewer, editor, documentPartitioning); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CCompositeReconcilingStrategy(ISourceViewer, ITextEditor, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 567. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCCompositeReconcilingStrategy.java (at line 26) IReconcilingStrategy[] strategies = getReconcilingStrategies(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getReconcilingStrategies() from the type CompositeReconcilingStrategy is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 568. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCCompositeReconcilingStrategy.java (at line 28) if (strategies[i] instanceof CReconcilingStrategy) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CReconcilingStrategy is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 569. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCContentOutlinePage.java (at line 14) import org.eclipse.cdt.internal.ui.editor.CContentOutlinePage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 570. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCContentOutlinePage.java (at line 15) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 571. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCContentOutlinePage.java (at line 25) public class RemoteCContentOutlinePage extends CContentOutlinePage { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 572. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCContentOutlinePage.java (at line 27) public RemoteCContentOutlinePage(CEditor editor) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 573. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCContentOutlinePage.java (at line 28) super(editor); ^^^^^^^^^^^^^^ Discouraged access: The constructor CContentOutlinePage(CEditor) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 574. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCContentOutlinePage.java (at line 29) fOpenIncludeAction= new OpenIncludeAction(this); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field fOpenIncludeAction from the type AbstractCModelOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 575. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 16) import org.eclipse.cdt.internal.ui.editor.CContentOutlinePage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 576. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 17) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 577. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 18) import org.eclipse.cdt.internal.ui.text.CTextTools; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CTextTools is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 578. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 19) import org.eclipse.cdt.internal.ui.util.EditorUtility; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 579. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 49) public class RemoteCEditor extends CEditor { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 580. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 57) super(); ^^^^^^^^ Discouraged access: The constructor CEditor() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 581. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 60) setOutlinerContextMenuId("#RemoteCEditorOutlinerContext"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setOutlinerContextMenuId(String) from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 582. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 69) ICElement element = getInputCElement(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInputCElement() from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 583. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 83) return isRemote() ? new SelectionSearchGroup(this) : super.createSelectionSearchGroup(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method createSelectionSearchGroup() from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 584. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 88) return isRemote() ? new OpenViewActionGroup(this) : super.createOpenViewActionGroup(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method createOpenViewActionGroup() from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 585. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 97) super.createPartControl(parent); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method createPartControl(Composite) from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 586. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 107) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 587. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 114) public CContentOutlinePage getOutlinePage() { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 588. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 116) if (fOutlinePage == null) { ^^^^^^^^^^^^ Discouraged access: The field fOutlinePage from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 589. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 117) fOutlinePage = new RemoteCContentOutlinePage(this); ^^^^^^^^^^^^ Discouraged access: The field fOutlinePage from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 590. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 118) fOutlinePage.addSelectionChangedListener(this); ^^^^^^^^^^^^ Discouraged access: The field fOutlinePage from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 591. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 118) fOutlinePage.addSelectionChangedListener(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addSelectionChangedListener(ISelectionChangedListener) from the type AbstractCModelOutlinePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 592. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 120) setOutlinePageInput(fOutlinePage, getEditorInput()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setOutlinePageInput(CContentOutlinePage, IEditorInput) from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 593. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 120) setOutlinePageInput(fOutlinePage, getEditorInput()); ^^^^^^^^^^^^ Discouraged access: The field fOutlinePage from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 594. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 121) return fOutlinePage; ^^^^^^^^^^^^ Discouraged access: The field fOutlinePage from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 595. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 123) return super.getOutlinePage(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getOutlinePage() from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 596. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 136) super.setPreferenceStore(store); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setPreferenceStore(IPreferenceStore) from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 597. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 138) ICProject cproject = EditorUtility.getCProject(input); ^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 598. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 138) ICProject cproject = EditorUtility.getCProject(input); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getCProject(IEditorInput) from the type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 599. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 146) CTextTools textTools = CUIPlugin.getDefault().getTextTools(); ^^^^^^^^^^ Discouraged access: The type CTextTools is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 600. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 147) setSourceViewerConfiguration(new RemoteCSourceViewerConfiguration(textTools.getColorManager(), store, this, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getColorManager() from the type CTextTools is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 601. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 602. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 603. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 190) ICProject cproject = EditorUtility.getCProject(input); ^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 604. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 190) ICProject cproject = EditorUtility.getCProject(input); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getCProject(IEditorInput) from the type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 605. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 606. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 607. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditorHelpContextProvider.java (at line 43) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 608. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditorHelpContextProvider.java (at line 43) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 609. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditorHelpContextProvider.java (at line 63) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 610. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditorHelpContextProvider.java (at line 63) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 611. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCReconcilingStrategy.java (at line 16) import org.eclipse.cdt.internal.ui.text.CReconcilingStrategy; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CReconcilingStrategy is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 612. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCReconcilingStrategy.java (at line 17) import org.eclipse.cdt.internal.ui.text.ICReconcilingListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICReconcilingListener is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 613. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCReconcilingStrategy.java (at line 28) public class RemoteCReconcilingStrategy extends CReconcilingStrategy { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CReconcilingStrategy is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 614. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCReconcilingStrategy.java (at line 35) super(editor); ^^^^^^^^^^^^^^ Discouraged access: The constructor CReconcilingStrategy(ITextEditor) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 615. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCReconcilingStrategy.java (at line 66) boolean computeAST= fEditor instanceof ICReconcilingListener; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICReconcilingListener is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 616. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCReconcilingStrategy.java (at line 71) boolean forced= false; ^^^^^^ The value of the local variable forced is not used ---------- 617. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCReconcilingStrategy.java (at line 78) op.runOperation(fProgressMonitor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method runOperation(IProgressMonitor) from the type CModelOperation is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 618. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCReconcilingStrategy.java (at line 79) ((ICReconcilingListener)fEditor).reconciled(null, true, fProgressMonitor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method reconciled(IASTTranslationUnit, boolean, IProgressMonitor) from the type ICReconcilingListener is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 619. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCReconcilingStrategy.java (at line 79) ((ICReconcilingListener)fEditor).reconciled(null, true, fProgressMonitor); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICReconcilingListener is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 620. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCSourceViewerConfiguration.java (at line 14) import org.eclipse.cdt.internal.core.model.ProgressMonitorAndCanceler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProgressMonitorAndCanceler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 621. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCSourceViewerConfiguration.java (at line 15) import org.eclipse.cdt.internal.ui.text.CReconciler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CReconciler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 622. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCSourceViewerConfiguration.java (at line 16) import org.eclipse.cdt.internal.ui.text.CSourceViewerScalableConfiguration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSourceViewerScalableConfiguration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 623. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCSourceViewerConfiguration.java (at line 25) CSourceViewerScalableConfiguration { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSourceViewerScalableConfiguration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 624. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCSourceViewerConfiguration.java (at line 30) super(colorManager, preferenceStore, editor, partitioning); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CSourceViewerScalableConfiguration(IColorManager, IPreferenceStore, ITextEditor, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 625. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCSourceViewerConfiguration.java (at line 38) if (super.getReconciler(sourceViewer) == null) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getReconciler(ISourceViewer) from the type CSourceViewerScalableConfiguration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 626. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCSourceViewerConfiguration.java (at line 44) MonoReconciler reconciler= new CReconciler(fTextEditor, strategy); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CReconciler(ITextEditor, CCompositeReconcilingStrategy) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 627. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCSourceViewerConfiguration.java (at line 44) MonoReconciler reconciler= new CReconciler(fTextEditor, strategy); ^^^^^^^^^^^ Discouraged access: The type CReconciler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 628. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCSourceViewerConfiguration.java (at line 46) reconciler.setProgressMonitor(new ProgressMonitorAndCanceler()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ProgressMonitorAndCanceler() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 629. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCSourceViewerConfiguration.java (at line 46) reconciler.setProgressMonitor(new ProgressMonitorAndCanceler()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProgressMonitorAndCanceler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 630. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 26) import org.eclipse.cdt.internal.ui.includebrowser.IBFile; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBFile is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 631. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 27) import org.eclipse.cdt.internal.ui.includebrowser.IBNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 632. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 28) import org.eclipse.cdt.internal.ui.viewsupport.AsyncTreeContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 633. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 40) public class IBContentProvider extends AsyncTreeContentProvider { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 634. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 49) super(disp); ^^^^^^^^^^^^ Discouraged access: The constructor AsyncTreeContentProvider(Display) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 635. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 54) if (element instanceof IBNode) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 636. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 55) IBNode node = (IBNode) element; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 637. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 55) IBNode node = (IBNode) element; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 638. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 56) return node.getParent(); ^^^^^^^^^^^^^^^^ Discouraged access: The method getParent() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 639. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 58) return super.getParent(element); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getParent(Object) from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 640. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 65) return new Object[] { new IBNode(null, new IBFile(tu), null, 0, 0, 0) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor IBNode(IBNode, IBFile, IBFile, int, int, long) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 641. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 65) return new Object[] { new IBNode(null, new IBFile(tu), null, 0, 0, 0) }; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 642. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 65) return new Object[] { new IBNode(null, new IBFile(tu), null, 0, 0, 0) }; ^^^^^^^^^^^^^^ Discouraged access: The constructor IBFile(ITranslationUnit) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 643. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 65) return new Object[] { new IBNode(null, new IBFile(tu), null, 0, 0, 0) }; ^^^^^^ Discouraged access: The type IBFile is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 644. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 67) if (parentElement instanceof IBNode) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 645. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 68) IBNode node = (IBNode) parentElement; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 646. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 68) IBNode node = (IBNode) parentElement; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 647. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 69) if (node.isRecursive() || node.getRepresentedIFL() == null) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The method isRecursive() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 648. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 69) if (node.isRecursive() || node.getRepresentedIFL() == null) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRepresentedIFL() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 649. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 70) return NO_CHILDREN; ^^^^^^^^^^^ Discouraged access: The field NO_CHILDREN from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 650. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 79) if (parentElement instanceof IBNode) ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 651. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 81) IBNode node = (IBNode) parentElement; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 652. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 81) IBNode node = (IBNode) parentElement; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 653. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 82) IIndexFileLocation ifl= node.getRepresentedIFL(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRepresentedIFL() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 654. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 83) ICProject project= node.getCProject(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method getCProject() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 655. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 85) return NO_CHILDREN; ^^^^^^^^^^^ Discouraged access: The field NO_CHILDREN from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 656. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 88) IBFile directiveFile= null; ^^^^^^ Discouraged access: The type IBFile is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 657. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 89) IBFile targetFile= null; ^^^^^^ Discouraged access: The type IBFile is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 658. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 98) return NO_CHILDREN; ^^^^^^^^^^^ Discouraged access: The field NO_CHILDREN from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 659. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 105) directiveFile= node.getRepresentedFile(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRepresentedFile() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 660. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 108) ArrayList result= new ArrayList(includes.length); ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 661. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 108) ArrayList result= new ArrayList(includes.length); ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 662. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 113) directiveFile= targetFile= new IBFile(project, include.getIncludedByLocation()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor IBFile(ICProject, IIndexFileLocation) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 663. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 113) directiveFile= targetFile= new IBFile(project, include.getIncludedByLocation()); ^^^^^^ Discouraged access: The type IBFile is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 664. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 118) targetFile= new IBFile(include.getFullName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor IBFile(String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 665. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 118) targetFile= new IBFile(include.getFullName()); ^^^^^^ Discouraged access: The type IBFile is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 666. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 121) targetFile= new IBFile(project, includesPath); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor IBFile(ICProject, IIndexFileLocation) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 667. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 121) targetFile= new IBFile(project, includesPath); ^^^^^^ Discouraged access: The type IBFile is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 668. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 124) IBNode newnode= new IBNode(node, targetFile, directiveFile, ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 669. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 124) IBNode newnode= new IBNode(node, targetFile, directiveFile, include.getNameOffset(), include.getNameLength(), include.getIncludedByTimestamp()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor IBNode(IBNode, IBFile, IBFile, int, int, long) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 670. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 124) IBNode newnode= new IBNode(node, targetFile, directiveFile, ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 671. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 128) newnode.setIsActiveCode(include.isActive()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setIsActiveCode(boolean) from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 672. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 129) newnode.setIsSystemInclude(include.isSystemInclude()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setIsSystemInclude(boolean) from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 673. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBContentProvider.java (at line 140) return NO_CHILDREN; ^^^^^^^^^^^ Discouraged access: The field NO_CHILDREN from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 674. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDragSourceListener.java (at line 26) import org.eclipse.cdt.internal.ui.includebrowser.IBNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 675. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDragSourceListener.java (at line 39) private ArrayList fSelectedNodes= new ArrayList(); ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 676. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDragSourceListener.java (at line 39) private ArrayList fSelectedNodes= new ArrayList(); ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 677. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDragSourceListener.java (at line 55) if (element instanceof IBNode) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 678. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDragSourceListener.java (at line 56) fSelectedNodes.add((IBNode) element); ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 679. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDragSourceListener.java (at line 78) for (Iterator iter = fSelectedNodes.iterator(); iter.hasNext();) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 680. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDragSourceListener.java (at line 79) IBNode node = iter.next(); ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 681. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDragSourceListener.java (at line 80) IIndexFileLocation ifl= (IIndexFileLocation) node.getAdapter(IIndexFileLocation.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getAdapter(Class) from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 682. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDragSourceListener.java (at line 93) for (Iterator iter = fSelectedNodes.iterator(); iter.hasNext();) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 683. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDragSourceListener.java (at line 94) IBNode node = iter.next(); ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 684. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDragSourceListener.java (at line 95) IFile file= (IFile) node.getAdapter(IFile.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getAdapter(Class) from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 685. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDropTargetListener.java (at line 25) import org.eclipse.cdt.internal.core.resources.ResourceLookup; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ResourceLookup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 686. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDropTargetListener.java (at line 26) import org.eclipse.cdt.internal.ui.includebrowser.IBMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 687. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDropTargetListener.java (at line 117) fIncludeBrowser.setMessage(IBMessages.IBViewPart_falseInputMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 688. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDropTargetListener.java (at line 117) fIncludeBrowser.setMessage(IBMessages.IBViewPart_falseInputMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_falseInputMessage from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 689. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDropTargetListener.java (at line 130) ITranslationUnit tu= findTranslationUnit(ResourceLookup.findFilesForLocation(Path.fromOSString(filePath))); ^^^^^^^^^^^^^^ Discouraged access: The type ResourceLookup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 690. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBDropTargetListener.java (at line 130) ITranslationUnit tu= findTranslationUnit(ResourceLookup.findFilesForLocation(Path.fromOSString(filePath))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method findFilesForLocation(IPath) from the type ResourceLookup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 691. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryAction.java (at line 26) import org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 692. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryAction.java (at line 27) import org.eclipse.cdt.internal.ui.viewsupport.CElementLabels; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 693. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryAction.java (at line 43) String elementName= CElementLabels.getElementLabel(element, CElementLabels.ALL_POST_QUALIFIED); ^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 694. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryAction.java (at line 43) String elementName= CElementLabels.getElementLabel(element, CElementLabels.ALL_POST_QUALIFIED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getElementLabel(ICElement, long) from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 695. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryAction.java (at line 43) String elementName= CElementLabels.getElementLabel(element, CElementLabels.ALL_POST_QUALIFIED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 696. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryAction.java (at line 43) String elementName= CElementLabels.getElementLabel(element, CElementLabels.ALL_POST_QUALIFIED); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field ALL_POST_QUALIFIED from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 697. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryAction.java (at line 49) CElementImageProvider imageProvider= new CElementImageProvider(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 698. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryAction.java (at line 49) CElementImageProvider imageProvider= new CElementImageProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CElementImageProvider() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 699. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryAction.java (at line 49) CElementImageProvider imageProvider= new CElementImageProvider(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 700. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryAction.java (at line 50) ImageDescriptor desc= imageProvider.getBaseImageDescriptor(elem, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getBaseImageDescriptor(ICElement, int) from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 701. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryAction.java (at line 51) imageProvider.dispose(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method dispose() from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 702. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryDropDownAction.java (at line 22) import org.eclipse.cdt.internal.ui.CPluginImages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 703. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryDropDownAction.java (at line 23) import org.eclipse.cdt.internal.ui.includebrowser.IBMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 704. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryDropDownAction.java (at line 39) super(IBMessages.IBHistoryDropDownAction_ClearHistory_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 705. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryDropDownAction.java (at line 39) super(IBMessages.IBHistoryDropDownAction_ClearHistory_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBHistoryDropDownAction_ClearHistory_label from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 706. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryDropDownAction.java (at line 58) setToolTipText(IBMessages.IBHistoryDropDownAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 707. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryDropDownAction.java (at line 58) setToolTipText(IBMessages.IBHistoryDropDownAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBHistoryDropDownAction_tooltip from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 708. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryDropDownAction.java (at line 59) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, "history_list.gif"); //$NON-NLS-1$ ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 709. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryDropDownAction.java (at line 59) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, "history_list.gif"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 710. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryDropDownAction.java (at line 59) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, "history_list.gif"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 711. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryDropDownAction.java (at line 59) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, "history_list.gif"); //$NON-NLS-1$ ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 712. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 25) import org.eclipse.cdt.internal.ui.dialogs.StatusInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 713. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 26) import org.eclipse.cdt.internal.ui.includebrowser.IBMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 714. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 27) import org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 715. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 28) import org.eclipse.cdt.internal.ui.viewsupport.CElementLabels; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 716. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 29) import org.eclipse.cdt.internal.ui.viewsupport.CUILabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 717. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 30) import org.eclipse.cdt.internal.ui.wizards.dialogfields.DialogField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 718. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 31) import org.eclipse.cdt.internal.ui.wizards.dialogfields.IListAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IListAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 719. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 32) import org.eclipse.cdt.internal.ui.wizards.dialogfields.LayoutUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 720. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 33) import org.eclipse.cdt.internal.ui.wizards.dialogfields.ListDialogField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 721. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 51) private ListDialogField fHistoryList; ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 722. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 58) setTitle(IBMessages.IBHistoryListAction_HistoryDialog_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 723. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 58) setTitle(IBMessages.IBHistoryListAction_HistoryDialog_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBHistoryListAction_HistoryDialog_title from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 724. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 60) IBMessages.IBHistoryListAction_Remove_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 725. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 60) IBMessages.IBHistoryListAction_Remove_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBHistoryListAction_Remove_label from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 726. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 63) IListAdapter adapter= new IListAdapter() { ^^^^^^^^^^^^ Discouraged access: The type IListAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 727. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 63) IListAdapter adapter= new IListAdapter() { ^^^^^^^^^^^^ Discouraged access: The type IListAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 728. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 64) public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 729. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 67) public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 730. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 71) public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 731. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 76) ILabelProvider labelProvider= new CUILabelProvider(CElementLabels.APPEND_ROOT_PATH, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CUILabelProvider(long, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 732. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 76) ILabelProvider labelProvider= new CUILabelProvider(CElementLabels.APPEND_ROOT_PATH, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 733. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 76) ILabelProvider labelProvider= new CUILabelProvider(CElementLabels.APPEND_ROOT_PATH, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 734. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 76) ILabelProvider labelProvider= new CUILabelProvider(CElementLabels.APPEND_ROOT_PATH, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^ Discouraged access: The field APPEND_ROOT_PATH from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 735. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 76) ILabelProvider labelProvider= new CUILabelProvider(CElementLabels.APPEND_ROOT_PATH, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 736. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 76) ILabelProvider labelProvider= new CUILabelProvider(CElementLabels.APPEND_ROOT_PATH, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^ Discouraged access: The field OVERLAY_ICONS from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 737. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 78) fHistoryList= new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ListDialogField(IListAdapter, String[], IBaseLabelProvider) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 738. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 78) fHistoryList= new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 739. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 79) fHistoryList.setLabelText(IBMessages.IBHistoryListAction_HistoryList_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setLabelText(String) from the type DialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 740. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 79) fHistoryList.setLabelText(IBMessages.IBHistoryListAction_HistoryList_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 741. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 79) fHistoryList.setLabelText(IBMessages.IBHistoryListAction_HistoryList_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBHistoryListAction_HistoryList_label from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 742. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 80) fHistoryList.setElements(Arrays.asList(elements)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setElements(List) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 743. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 89) fHistoryList.selectElements(sel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method selectElements(ISelection) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 744. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 107) LayoutUtil.doDefaultLayout(inner, new DialogField[] { fHistoryList }, true, 0, 0); ^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 745. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 107) LayoutUtil.doDefaultLayout(inner, new DialogField[] { fHistoryList }, true, 0, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method doDefaultLayout(Composite, DialogField[], boolean, int, int) from the type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 746. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 107) LayoutUtil.doDefaultLayout(inner, new DialogField[] { fHistoryList }, true, 0, 0); ^^^^^^^^^^^ Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 747. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 108) LayoutUtil.setHeightHint(fHistoryList.getListControl(null), convertHeightInCharsToPixels(12)); ^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 748. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 108) LayoutUtil.setHeightHint(fHistoryList.getListControl(null), convertHeightInCharsToPixels(12)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setHeightHint(Control, int) from the type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 749. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 108) LayoutUtil.setHeightHint(fHistoryList.getListControl(null), convertHeightInCharsToPixels(12)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getListControl(Composite) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 750. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 109) LayoutUtil.setHorizontalGrabbing(fHistoryList.getListControl(null), true); ^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 751. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 109) LayoutUtil.setHorizontalGrabbing(fHistoryList.getListControl(null), true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setHorizontalGrabbing(Control, boolean) from the type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 752. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 109) LayoutUtil.setHorizontalGrabbing(fHistoryList.getListControl(null), true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getListControl(Composite) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 753. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 119) fHistoryList.removeElements(fHistoryList.getSelectedElements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method removeElements(List) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 754. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 119) fHistoryList.removeElements(fHistoryList.getSelectedElements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSelectedElements() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 755. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 130) StatusInfo status= new StatusInfo(); ^^^^^^^^^^ Discouraged access: The type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 756. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 130) StatusInfo status= new StatusInfo(); ^^^^^^^^^^^^^^^^ Discouraged access: The constructor StatusInfo() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 757. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 130) StatusInfo status= new StatusInfo(); ^^^^^^^^^^ Discouraged access: The type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 758. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 131) List selected= fHistoryList.getSelectedElements(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSelectedElements() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 759. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 133) status.setError(""); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setError(String) from the type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 760. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 138) fHistoryList.enableButton(0, fHistoryList.getSize() > selected.size() && selected.size() != 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method enableButton(int, boolean) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 761. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 138) fHistoryList.enableButton(0, fHistoryList.getSize() > selected.size() && selected.size() != 0); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSize() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 762. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 148) List elems= fHistoryList.getElements(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getElements() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 763. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 176) setText(IBMessages.IBHistoryListAction_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 764. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 176) setText(IBMessages.IBHistoryListAction_label); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBHistoryListAction_label from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 765. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 25) import org.eclipse.cdt.internal.ui.includebrowser.IBNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 766. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 26) import org.eclipse.cdt.internal.ui.viewsupport.ImageImageDescriptor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ImageImageDescriptor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 767. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 54) if (element instanceof IBNode) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 768. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 55) IBNode node= (IBNode) element; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 769. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 55) IBNode node= (IBNode) element; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 770. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 56) ITranslationUnit tu= node.getRepresentedTranslationUnit(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRepresentedTranslationUnit() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 771. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 65) if (element instanceof IBNode) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 772. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 66) IBNode node= (IBNode) element; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 773. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 66) IBNode node= (IBNode) element; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 774. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 67) IPath path= node.getRepresentedPath(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRepresentedPath() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 775. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 74) return node.getDirectiveName(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDirectiveName() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 776. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 90) private Image decorateImage(Image image, IBNode node) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 777. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 92) if (node.isSystemInclude()) { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isSystemInclude() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 778. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 95) if (!node.isActiveCode()) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isActiveCode() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 779. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 99) if (node.isRecursive()) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The method isRecursive() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 780. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 102) else if (fContentProvider.hasChildren(node)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method hasChildren(Object) from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 781. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 111) if (node.isActiveCode() && node.getRepresentedIFL() == null) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isActiveCode() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 782. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 111) if (node.isActiveCode() && node.getRepresentedIFL() == null) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRepresentedIFL() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 783. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 122) new ImageImageDescriptor(image), flags, new Point(20,16)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ImageImageDescriptor(Image) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 784. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 122) new ImageImageDescriptor(image), flags, new Point(20,16)); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ImageImageDescriptor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 785. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 134) if (element instanceof IBNode) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 786. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 135) IBNode node= (IBNode) element; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 787. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 135) IBNode node= (IBNode) element; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 788. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 136) if (!node.isActiveCode()) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isActiveCode() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 789. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBSetInputJob.java (at line 24) import org.eclipse.cdt.internal.ui.includebrowser.IBMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 790. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBSetInputJob.java (at line 40) super(IBMessages.IBViewPart_waitingOnIndexerMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 791. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBSetInputJob.java (at line 40) super(IBMessages.IBViewPart_waitingOnIndexerMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_waitingOnIndexerMessage from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 792. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 29) import org.eclipse.cdt.core.model.CoreModelUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.model.CoreModelUtil is never used ---------- 793. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 34) import org.eclipse.cdt.internal.ui.CPluginImages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 794. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 35) import org.eclipse.cdt.internal.ui.includebrowser.IBConversions; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBConversions is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 795. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 36) import org.eclipse.cdt.internal.ui.includebrowser.IBFile; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBFile is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 796. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 37) import org.eclipse.cdt.internal.ui.includebrowser.IBMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 797. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 38) import org.eclipse.cdt.internal.ui.includebrowser.IBNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 798. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 39) import org.eclipse.cdt.internal.ui.includebrowser.IBWorkingSetFilter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBWorkingSetFilter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 799. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 40) import org.eclipse.cdt.internal.ui.navigator.OpenCElementAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type OpenCElementAction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 800. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 41) import org.eclipse.cdt.internal.ui.util.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 801. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 42) import org.eclipse.cdt.internal.ui.viewsupport.EditorOpener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EditorOpener is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 802. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 43) import org.eclipse.cdt.internal.ui.viewsupport.ExtendedTreeViewer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExtendedTreeViewer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 803. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 44) import org.eclipse.cdt.internal.ui.viewsupport.IndexUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 804. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 45) import org.eclipse.cdt.internal.ui.viewsupport.TreeNavigator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TreeNavigator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 805. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 46) import org.eclipse.cdt.internal.ui.viewsupport.WorkingSetFilterUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 806. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 134) private IBNode fLastNavigationNode; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 807. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 145) private ExtendedTreeViewer fTreeViewer; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExtendedTreeViewer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 808. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 148) private IBWorkingSetFilter fWorkingSetFilter; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBWorkingSetFilter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 809. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 165) private WorkingSetFilterUI fWorkingSetFilterUI; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 810. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 191) setMessage(IBMessages.IBViewPart_instructionMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 811. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 191) setMessage(IBMessages.IBViewPart_instructionMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_instructionMessage from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 812. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 200) setMessage(IBMessages.IBViewPart_waitingOnIndexerMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 813. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 200) setMessage(IBMessages.IBViewPart_waitingOnIndexerMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_waitingOnIndexerMessage from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 814. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 228) Job job= new Job(IBMessages.IBViewPart_jobCheckInput) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 815. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 228) Job job= new Job(IBMessages.IBViewPart_jobCheckInput) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_jobCheckInput from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 816. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 246) final String msg = IndexUI.getFileNotIndexedMessage(input); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFileNotIndexedMessage(ICElement) from the type IndexUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 817. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 246) final String msg = IndexUI.getFileNotIndexedMessage(input); ^^^^^^^ Discouraged access: The type IndexUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 818. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 289) setMessage(IBMessages.IBViewPart_instructionMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 819. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 289) setMessage(IBMessages.IBViewPart_instructionMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_instructionMessage from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 820. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 312) fWorkingSetFilterUI.dispose(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method dispose() from the type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 821. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 370) fWorkingSetFilter.getUI().saveState(memento, KEY_WORKING_SET_FILTER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method saveState(IMemento, String) from the type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 822. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 370) fWorkingSetFilter.getUI().saveState(memento, KEY_WORKING_SET_FILTER); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getUI() from the type IBWorkingSetFilter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 823. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 424) fTreeViewer= new ExtendedTreeViewer(fViewerPage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ExtendedTreeViewer(Composite) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 824. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 424) fTreeViewer= new ExtendedTreeViewer(fViewerPage); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExtendedTreeViewer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 825. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 459) fWorkingSetFilterUI= new WorkingSetFilterUI(this, fMemento, KEY_WORKING_SET_FILTER) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 826. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 471) new Action(IBMessages.IBViewPart_showIncludedBy_label, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 827. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 471) new Action(IBMessages.IBViewPart_showIncludedBy_label, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_showIncludedBy_label from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 828. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 479) fIncludedByAction.setToolTipText(IBMessages.IBViewPart_showIncludedBy_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 829. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 479) fIncludedByAction.setToolTipText(IBMessages.IBViewPart_showIncludedBy_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_showIncludedBy_tooltip from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 830. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 480) CPluginImages.setImageDescriptors(fIncludedByAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_REF_BY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 831. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 480) CPluginImages.setImageDescriptors(fIncludedByAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_REF_BY); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 832. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 480) CPluginImages.setImageDescriptors(fIncludedByAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_REF_BY); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 833. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 480) CPluginImages.setImageDescriptors(fIncludedByAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_REF_BY); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 834. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 480) CPluginImages.setImageDescriptors(fIncludedByAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_REF_BY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 835. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 480) CPluginImages.setImageDescriptors(fIncludedByAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_REF_BY); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_ACTION_SHOW_REF_BY from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 836. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 483) new Action(IBMessages.IBViewPart_showIncludesTo_label, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 837. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 483) new Action(IBMessages.IBViewPart_showIncludesTo_label, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_showIncludesTo_label from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 838. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 491) fIncludesToAction.setToolTipText(IBMessages.IBViewPart_showIncludesTo_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 839. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 491) fIncludesToAction.setToolTipText(IBMessages.IBViewPart_showIncludesTo_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_showIncludesTo_tooltip from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 840. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 492) CPluginImages.setImageDescriptors(fIncludesToAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_RELATES_TO); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 841. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 492) CPluginImages.setImageDescriptors(fIncludesToAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_RELATES_TO); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 842. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 492) CPluginImages.setImageDescriptors(fIncludesToAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_RELATES_TO); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 843. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 492) CPluginImages.setImageDescriptors(fIncludesToAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_RELATES_TO); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 844. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 492) CPluginImages.setImageDescriptors(fIncludesToAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_RELATES_TO); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 845. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 492) CPluginImages.setImageDescriptors(fIncludesToAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_SHOW_RELATES_TO); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_ACTION_SHOW_RELATES_TO from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 846. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 497) if (element instanceof IBNode) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 847. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 498) IBNode node= (IBNode) element; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 848. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 498) IBNode node= (IBNode) element; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 849. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 499) return node.isActiveCode(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isActiveCode() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 850. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 504) fFilterInactiveAction= new Action(IBMessages.IBViewPart_hideInactive_label, IAction.AS_CHECK_BOX) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 851. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 504) fFilterInactiveAction= new Action(IBMessages.IBViewPart_hideInactive_label, IAction.AS_CHECK_BOX) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_hideInactive_label from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 852. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 515) fFilterInactiveAction.setToolTipText(IBMessages.IBViewPart_hideInactive_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 853. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 515) fFilterInactiveAction.setToolTipText(IBMessages.IBViewPart_hideInactive_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_hideInactive_tooltip from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 854. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 516) CPluginImages.setImageDescriptors(fFilterInactiveAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_INACTIVE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 855. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 516) CPluginImages.setImageDescriptors(fFilterInactiveAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_INACTIVE); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 856. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 516) CPluginImages.setImageDescriptors(fFilterInactiveAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_INACTIVE); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 857. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 516) CPluginImages.setImageDescriptors(fFilterInactiveAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_INACTIVE); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 858. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 516) CPluginImages.setImageDescriptors(fFilterInactiveAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_INACTIVE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 859. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 516) CPluginImages.setImageDescriptors(fFilterInactiveAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_INACTIVE); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_ACTION_HIDE_INACTIVE from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 860. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 521) if (element instanceof IBNode) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 861. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 522) IBNode node= (IBNode) element; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 862. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 522) IBNode node= (IBNode) element; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 863. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 523) return !node.isSystemInclude(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isSystemInclude() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 864. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 528) fFilterSystemAction= new Action(IBMessages.IBViewPart_hideSystem_label, IAction.AS_CHECK_BOX) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 865. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 528) fFilterSystemAction= new Action(IBMessages.IBViewPart_hideSystem_label, IAction.AS_CHECK_BOX) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_hideSystem_label from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 866. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 539) fFilterSystemAction.setToolTipText(IBMessages.IBViewPart_hideSystem_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 867. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 539) fFilterSystemAction.setToolTipText(IBMessages.IBViewPart_hideSystem_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_hideSystem_tooltip from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 868. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 540) CPluginImages.setImageDescriptors(fFilterSystemAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_SYSTEM); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 869. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 540) CPluginImages.setImageDescriptors(fFilterSystemAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_SYSTEM); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 870. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 540) CPluginImages.setImageDescriptors(fFilterSystemAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_SYSTEM); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 871. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 540) CPluginImages.setImageDescriptors(fFilterSystemAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_SYSTEM); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 872. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 540) CPluginImages.setImageDescriptors(fFilterSystemAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_SYSTEM); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 873. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 540) CPluginImages.setImageDescriptors(fFilterSystemAction, CPluginImages.T_LCL, CPluginImages.IMG_ACTION_HIDE_SYSTEM); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_ACTION_HIDE_SYSTEM from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 874. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 546) if (element instanceof IBNode) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 875. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 553) if (!(e1 instanceof IBNode)) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 876. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 554) if (!(e2 instanceof IBNode)) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 877. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 559) if (!(e2 instanceof IBNode)) { ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 878. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 562) IBNode n1= (IBNode) e1; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 879. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 562) IBNode n1= (IBNode) e1; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 880. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 563) IBNode n2= (IBNode) e2; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 881. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 563) IBNode n2= (IBNode) e2; ^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 882. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 564) return n1.getDirectiveCharacterOffset() - n2.getDirectiveCharacterOffset(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDirectiveCharacterOffset() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 883. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 564) return n1.getDirectiveCharacterOffset() - n2.getDirectiveCharacterOffset(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDirectiveCharacterOffset() from the type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 884. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 568) fShowFolderInLabelsAction= new Action(IBMessages.IBViewPart_showFolders_label, IAction.AS_CHECK_BOX) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 885. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 568) fShowFolderInLabelsAction= new Action(IBMessages.IBViewPart_showFolders_label, IAction.AS_CHECK_BOX) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_showFolders_label from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 886. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 574) fShowFolderInLabelsAction.setToolTipText(IBMessages.IBViewPart_showFolders_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 887. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 574) fShowFolderInLabelsAction.setToolTipText(IBMessages.IBViewPart_showFolders_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_showFolders_tooltip from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 888. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 575) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 889. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 575) fNextAction = new Action(IBMessages.IBViewPart_nextMatch_label) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_nextMatch_label from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 890. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 581) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 891. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 581) fNextAction.setToolTipText(IBMessages.IBViewPart_nextMatch_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBViewPart_nextMatch_tooltip from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 892. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 893. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IncludeBrowserUI.java (at line 30) import org.eclipse.cdt.internal.ui.util.ExceptionHandler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 894. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IncludeBrowserUI.java (at line 54) ExceptionHandler.handle(e, window.getShell(), IBMessages.OpenIncludeBrowserAction_label, null); ^^^^^^^^^^^^^^^^ Discouraged access: The type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 895. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IncludeBrowserUI.java (at line 54) ExceptionHandler.handle(e, window.getShell(), IBMessages.OpenIncludeBrowserAction_label, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method handle(CoreException, Shell, String, String) from the type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 896. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IncludeBrowserUI.java (at line 54) ExceptionHandler.handle(e, window.getShell(), IBMessages.OpenIncludeBrowserAction_label, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 897. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IncludeBrowserUI.java (at line 54) ExceptionHandler.handle(e, window.getShell(), IBMessages.OpenIncludeBrowserAction_label, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenIncludeBrowserAction_label from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 898. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/OpenIncludeBrowserAction.java (at line 23) import org.eclipse.cdt.internal.ui.includebrowser.IBMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 899. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/OpenIncludeBrowserAction.java (at line 39) setText(IBMessages.OpenIncludeBrowserAction_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 900. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/OpenIncludeBrowserAction.java (at line 39) setText(IBMessages.OpenIncludeBrowserAction_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenIncludeBrowserAction_label from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 901. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/OpenIncludeBrowserAction.java (at line 40) setToolTipText(IBMessages.OpenIncludeBrowserAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 902. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/OpenIncludeBrowserAction.java (at line 40) setToolTipText(IBMessages.OpenIncludeBrowserAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenIncludeBrowserAction_tooltip from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 903. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorRefactorActionProvider.java (at line 16) import org.eclipse.cdt.internal.ui.navigator.CNavigatorRefactorActionProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CNavigatorRefactorActionProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 904. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorRefactorActionProvider.java (at line 35) private final CNavigatorRefactorActionProvider fCDTRefactorActionProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CNavigatorRefactorActionProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 905. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorRefactorActionProvider.java (at line 39) fCDTRefactorActionProvider = new CNavigatorRefactorActionProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CNavigatorRefactorActionProvider() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 906. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorRefactorActionProvider.java (at line 39) fCDTRefactorActionProvider = new CNavigatorRefactorActionProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CNavigatorRefactorActionProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 907. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorRefactorActionProvider.java (at line 50) fCDTRefactorActionProvider.init(actionSite); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method init(ICommonActionExtensionSite) from the type CNavigatorRefactorActionProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 908. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorRefactorActionProvider.java (at line 55) fCDTRefactorActionProvider.dispose(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method dispose() from the type CNavigatorRefactorActionProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 909. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorRefactorActionProvider.java (at line 60) fCDTRefactorActionProvider.fillActionBars(actionBars); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method fillActionBars(IActionBars) from the type CNavigatorRefactorActionProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 910. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorRefactorActionProvider.java (at line 72) fCDTRefactorActionProvider.fillContextMenu(menu); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method fillContextMenu(IMenuManager) from the type CNavigatorRefactorActionProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 911. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorRefactorActionProvider.java (at line 75) fCDTRefactorActionProvider.fillContextMenu(menu); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method fillContextMenu(IMenuManager) from the type CNavigatorRefactorActionProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 912. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorRefactorActionProvider.java (at line 83) fCDTRefactorActionProvider.setContext(context); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setContext(ActionContext) from the type CNavigatorRefactorActionProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 913. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorRefactorActionProvider.java (at line 88) fCDTRefactorActionProvider.updateActionBars(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method updateActionBars() from the type CNavigatorRefactorActionProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 914. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorSearchActionProvider.java (at line 37) private org.eclipse.cdt.internal.ui.search.actions.SelectionSearchGroup fCDTSearchGroup; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SelectionSearchGroup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 915. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorSearchActionProvider.java (at line 53) fCDTSearchGroup = new org.eclipse.cdt.internal.ui.search.actions.SelectionSearchGroup(workbenchSite.getSite()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SelectionSearchGroup(IWorkbenchSite) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 916. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorSearchActionProvider.java (at line 53) fCDTSearchGroup = new org.eclipse.cdt.internal.ui.search.actions.SelectionSearchGroup(workbenchSite.getSite()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SelectionSearchGroup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 917. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorSearchActionProvider.java (at line 68) fCDTSearchGroup.dispose(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method dispose() from the type SelectionSearchGroup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 918. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorSearchActionProvider.java (at line 103) if (org.eclipse.cdt.internal.ui.search.actions.SelectionSearchGroup.canActionBeAdded(selection)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SelectionSearchGroup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 919. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorSearchActionProvider.java (at line 103) if (org.eclipse.cdt.internal.ui.search.actions.SelectionSearchGroup.canActionBeAdded(selection)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method canActionBeAdded(ISelection) from the type SelectionSearchGroup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 920. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigtor/RemoteCNavigatorSearchActionProvider.java (at line 104) fCDTSearchGroup.fillContextMenu(menu); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method fillContextMenu(IMenuManager) from the type SelectionSearchGroup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 921. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 27) import org.eclipse.cdt.internal.core.CCoreInternals; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CCoreInternals is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 922. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 28) import org.eclipse.cdt.internal.core.pdom.indexer.IndexerPreferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 923. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 29) import org.eclipse.cdt.internal.ui.preferences.IndexerPreferencePage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferencePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 924. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 268) if (IndexerPreferencePage.showBuildConfiguration()) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferencePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 925. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 268) if (IndexerPreferencePage.showBuildConfiguration()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method showBuildConfiguration() from the type IndexerPreferencePage is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 926. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 279) if (scope == IndexerPreferences.SCOPE_INSTANCE) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 927. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 279) if (scope == IndexerPreferences.SCOPE_INSTANCE) { ^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_INSTANCE from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 928. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 308) final boolean notDerived = scope != IndexerPreferences.SCOPE_INSTANCE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 929. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 308) final boolean notDerived = scope != IndexerPreferences.SCOPE_INSTANCE; ^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_INSTANCE from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 930. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 353) int scope= proj == null ? IndexerPreferences.SCOPE_INSTANCE : IndexerPreferences.getScope(proj); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 931. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 353) int scope= proj == null ? IndexerPreferences.SCOPE_INSTANCE : IndexerPreferences.getScope(proj); ^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_INSTANCE from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 932. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 353) int scope= proj == null ? IndexerPreferences.SCOPE_INSTANCE : IndexerPreferences.getScope(proj); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 933. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 353) int scope= proj == null ? IndexerPreferences.SCOPE_INSTANCE : IndexerPreferences.getScope(proj); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getScope(IProject) from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 934. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 355) case IndexerPreferences.SCOPE_PROJECT_PRIVATE: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 935. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 355) case IndexerPreferences.SCOPE_PROJECT_PRIVATE: ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_PROJECT_PRIVATE from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 936. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 358) case IndexerPreferences.SCOPE_PROJECT_SHARED: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 937. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 358) case IndexerPreferences.SCOPE_PROJECT_SHARED: ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_PROJECT_SHARED from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 938. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 376) @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- 939. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 402) @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- 940. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 422) if (fCurrentProperties == null || scope != IndexerPreferences.SCOPE_PROJECT_PRIVATE) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 941. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 422) if (fCurrentProperties == null || scope != IndexerPreferences.SCOPE_PROJECT_PRIVATE) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_PROJECT_PRIVATE from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 942. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 423) Properties props= IndexerPreferences.getProperties(getProject(), scope); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 943. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 423) Properties props= IndexerPreferences.getProperties(getProject(), scope); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getProperties(IProject, int) from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 944. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 425) String indexerId= props.getProperty(IndexerPreferences.KEY_INDEXER_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 945. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 425) String indexerId= props.getProperty(IndexerPreferences.KEY_INDEXER_ID); ^^^^^^^^^^^^^^ Discouraged access: The field KEY_INDEXER_ID from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 946. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 431) props= IndexerPreferences.getProperties(getProject(), IndexerPreferences.SCOPE_INSTANCE); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 947. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 431) props= IndexerPreferences.getProperties(getProject(), IndexerPreferences.SCOPE_INSTANCE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getProperties(IProject, int) from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 948. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 431) props= IndexerPreferences.getProperties(getProject(), IndexerPreferences.SCOPE_INSTANCE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 949. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 431) props= IndexerPreferences.getProperties(getProject(), IndexerPreferences.SCOPE_INSTANCE); ^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_INSTANCE from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 950. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 441) String indexerId= fCurrentProperties.getProperty(IndexerPreferences.KEY_INDEXER_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 951. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 441) String indexerId= fCurrentProperties.getProperty(IndexerPreferences.KEY_INDEXER_ID); ^^^^^^^^^^^^^^ Discouraged access: The field KEY_INDEXER_ID from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 952. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 459) enablePreferenceContent(scope != IndexerPreferences.SCOPE_INSTANCE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 953. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 459) enablePreferenceContent(scope != IndexerPreferences.SCOPE_INSTANCE); ^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_INSTANCE from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 954. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 477) return IndexerPreferences.SCOPE_PROJECT_PRIVATE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 955. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 477) return IndexerPreferences.SCOPE_PROJECT_PRIVATE; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_PROJECT_PRIVATE from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 956. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 480) return IndexerPreferences.SCOPE_PROJECT_SHARED; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 957. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 480) return IndexerPreferences.SCOPE_PROJECT_SHARED; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_PROJECT_SHARED from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 958. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 483) return IndexerPreferences.SCOPE_INSTANCE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 959. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 483) return IndexerPreferences.SCOPE_INSTANCE; ^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_INSTANCE from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 960. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 570) if (scope != IndexerPreferences.SCOPE_INSTANCE || project == null) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 961. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 570) if (scope != IndexerPreferences.SCOPE_INSTANCE || project == null) { ^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_INSTANCE from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 962. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 572) props.setProperty(IndexerPreferences.KEY_INDEXER_ID, indexerID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 963. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 572) props.setProperty(IndexerPreferences.KEY_INDEXER_ID, indexerID); ^^^^^^^^^^^^^^ Discouraged access: The field KEY_INDEXER_ID from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 964. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 579) IndexerPreferences.setProperties(project, scope, props); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 965. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 579) IndexerPreferences.setProperties(project, scope, props); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setProperties(IProject, int, Properties) from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 966. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 583) IndexerPreferences.setScope(project, scope); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 967. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 583) IndexerPreferences.setScope(project, scope); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setScope(IProject, int) from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 968. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 590) if (scope == IndexerPreferences.SCOPE_INSTANCE) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 969. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 590) if (scope == IndexerPreferences.SCOPE_INSTANCE) { ^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_INSTANCE from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 970. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 617) CCoreInternals.savePreferences(project, scope == IndexerPreferences.SCOPE_PROJECT_SHARED); ^^^^^^^^^^^^^^ Discouraged access: The type CCoreInternals is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 971. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 617) CCoreInternals.savePreferences(project, scope == IndexerPreferences.SCOPE_PROJECT_SHARED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method savePreferences(IProject, boolean) from the type CCoreInternals is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 972. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 617) CCoreInternals.savePreferences(project, scope == IndexerPreferences.SCOPE_PROJECT_SHARED); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 973. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 617) CCoreInternals.savePreferences(project, scope == IndexerPreferences.SCOPE_PROJECT_SHARED); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_PROJECT_SHARED from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 974. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 628) fCurrentProperties= IndexerPreferences.getDefaultIndexerProperties(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 975. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 628) fCurrentProperties= IndexerPreferences.getDefaultIndexerProperties(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefaultIndexerProperties() from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 976. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 629) updateForNewProperties(IndexerPreferences.SCOPE_INSTANCE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 977. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 629) updateForNewProperties(IndexerPreferences.SCOPE_INSTANCE); ^^^^^^^^^^^^^^ Discouraged access: The field SCOPE_INSTANCE from the type IndexerPreferences is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 978. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/ISearchService.java (at line 17) import org.eclipse.core.runtime.CoreException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.CoreException is never used ---------- ---------- 979. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/LocalSearchService.java (at line 17) import org.eclipse.cdt.internal.ui.search.PDOMSearchElementQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchElementQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 980. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/LocalSearchService.java (at line 18) import org.eclipse.cdt.internal.ui.search.PDOMSearchPatternQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 981. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/LocalSearchService.java (at line 19) import org.eclipse.cdt.internal.ui.search.PDOMSearchTextSelectionQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchTextSelectionQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 982. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/LocalSearchService.java (at line 29) PDOMSearchPatternQuery localQuery = new PDOMSearchPatternQuery(searchScope, scopeDescription, patternStr, isCaseSensitive, searchFlags); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 983. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/LocalSearchService.java (at line 29) PDOMSearchPatternQuery localQuery = new PDOMSearchPatternQuery(searchScope, scopeDescription, patternStr, isCaseSensitive, searchFlags); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMSearchPatternQuery(ICElement[], String, String, boolean, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 984. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/LocalSearchService.java (at line 29) PDOMSearchPatternQuery localQuery = new PDOMSearchPatternQuery(searchScope, scopeDescription, patternStr, isCaseSensitive, searchFlags); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 985. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/LocalSearchService.java (at line 34) PDOMSearchElementQuery localQuery = new PDOMSearchElementQuery(searchScope, object, limitTo); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchElementQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 986. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/LocalSearchService.java (at line 34) PDOMSearchElementQuery localQuery = new PDOMSearchElementQuery(searchScope, object, limitTo); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMSearchElementQuery(ICElement[], ISourceReference, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 987. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/LocalSearchService.java (at line 34) PDOMSearchElementQuery localQuery = new PDOMSearchElementQuery(searchScope, object, limitTo); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchElementQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 988. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/LocalSearchService.java (at line 39) PDOMSearchTextSelectionQuery localQuery = new PDOMSearchTextSelectionQuery(searchScope, element, selNode, limitTo); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchTextSelectionQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 989. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/LocalSearchService.java (at line 39) PDOMSearchTextSelectionQuery localQuery = new PDOMSearchTextSelectionQuery(searchScope, element, selNode, limitTo); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMSearchTextSelectionQuery(ICElement[], ITranslationUnit, ITextSelection, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 990. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/LocalSearchService.java (at line 39) PDOMSearchTextSelectionQuery localQuery = new PDOMSearchTextSelectionQuery(searchScope, element, selNode, limitTo); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchTextSelectionQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 991. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchElementQueryAdapter.java (at line 21) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 992. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchElementQueryAdapter.java (at line 47) ((ICElement) element).getElementName() : CSearchMessages.PDOMSearchElementQuery_something; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 993. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchElementQueryAdapter.java (at line 47) ((ICElement) element).getElementName() : CSearchMessages.PDOMSearchElementQuery_something; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchElementQuery_something from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 994. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 27) import org.eclipse.cdt.internal.core.dom.parser.ASTProblem; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTProblem is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 995. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 27) import org.eclipse.cdt.internal.core.dom.parser.ASTProblem; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.internal.core.dom.parser.ASTProblem is never used ---------- 996. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 28) import org.eclipse.cdt.internal.ui.search.IPDOMSearchContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 997. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 30) import org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 998. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 31) import org.eclipse.cdt.internal.ui.viewsupport.CUILabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 999. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 32) import org.eclipse.cdt.internal.ui.viewsupport.ColoringLabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ColoringLabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1000. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 67) private final CUILabelProvider fCElementLabelProvider; ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1001. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 71) fCElementLabelProvider= new CUILabelProvider(0, CElementImageProvider.SMALL_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CUILabelProvider(long, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1002. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 71) fCElementLabelProvider= new CUILabelProvider(0, CElementImageProvider.SMALL_ICONS); ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1003. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 71) fCElementLabelProvider= new CUILabelProvider(0, CElementImageProvider.SMALL_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1004. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 71) fCElementLabelProvider= new CUILabelProvider(0, CElementImageProvider.SMALL_ICONS); ^^^^^^^^^^^ Discouraged access: The field SMALL_ICONS from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1005. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 99) if (element == IPDOMSearchContentProvider.URI_CONTAINER) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1006. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 99) if (element == IPDOMSearchContentProvider.URI_CONTAINER) { ^^^^^^^^^^^^^ Discouraged access: The field URI_CONTAINER from the type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1007. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 121) return fCElementLabelProvider.getImage(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getImage(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1008. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 160) return fCElementLabelProvider.getText(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getText(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1009. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 188) Styler style = match.isWriteAccess() ? ColoringLabelProvider.HIGHLIGHT_WRITE_STYLE : ColoringLabelProvider.HIGHLIGHT_STYLE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ColoringLabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1010. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 188) Styler style = match.isWriteAccess() ? ColoringLabelProvider.HIGHLIGHT_WRITE_STYLE : ColoringLabelProvider.HIGHLIGHT_STYLE; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field HIGHLIGHT_WRITE_STYLE from the type ColoringLabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1011. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 188) Styler style = match.isWriteAccess() ? ColoringLabelProvider.HIGHLIGHT_WRITE_STYLE : ColoringLabelProvider.HIGHLIGHT_STYLE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ColoringLabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1012. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 188) Styler style = match.isWriteAccess() ? ColoringLabelProvider.HIGHLIGHT_WRITE_STYLE : ColoringLabelProvider.HIGHLIGHT_STYLE; ^^^^^^^^^^^^^^^ Discouraged access: The field HIGHLIGHT_STYLE from the type ColoringLabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1013. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 29) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1014. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 30) import org.eclipse.cdt.internal.ui.search.IPDOMSearchContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1015. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 42) IStructuredContentProvider, IPDOMSearchContentProvider { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1016. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 81) resultList.add(IPDOMSearchContentProvider.INCOMPLETE_RESULTS_NODE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1017. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 81) resultList.add(IPDOMSearchContentProvider.INCOMPLETE_RESULTS_NODE); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field INCOMPLETE_RESULTS_NODE from the type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1018. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 106) CSearchMessages.PDOMSearchListContentProvider_IndexerNotEnabledMessageFormat, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1019. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 106) CSearchMessages.PDOMSearchListContentProvider_IndexerNotEnabledMessageFormat, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchListContentProvider_IndexerNotEnabledMessageFormat from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1020. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 113) CSearchMessages.PDOMSearchListContentProvider_ProjectClosedMessageFormat, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1021. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 113) CSearchMessages.PDOMSearchListContentProvider_ProjectClosedMessageFormat, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchListContentProvider_ProjectClosedMessageFormat from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1022. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 25) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1023. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 26) import org.eclipse.cdt.internal.ui.search.LineSearchElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LineSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1024. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 27) import org.eclipse.cdt.internal.ui.util.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1025. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 28) import org.eclipse.cdt.internal.ui.viewsupport.ColoringLabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ColoringLabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1026. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 33) public class RemoteSearchListLabelProvider extends ColoringLabelProvider { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ColoringLabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1027. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 39) super(new RemoteSearchLabelProvider(page)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ColoringLabelProvider(DelegatingStyledCellLabelProvider.IStyledLabelProvider) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1028. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 49) if (element instanceof LineSearchElement) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type LineSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1029. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 50) LineSearchElement lineElement = (LineSearchElement) element; ^^^^^^^^^^^^^^^^^ Discouraged access: The type LineSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1030. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 50) LineSearchElement lineElement = (LineSearchElement) element; ^^^^^^^^^^^^^^^^^ Discouraged access: The type LineSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1031. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 52) int lineNumber = lineElement.getLineNumber(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getLineNumber() from the type LineSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1032. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 53) cell.setText(Messages.format(CSearchMessages.CSearchResultCollector_location, location, lineNumber)); ^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1033. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 53) cell.setText(Messages.format(CSearchMessages.CSearchResultCollector_location, location, lineNumber)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method format(String, Object[]) from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1034. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 53) cell.setText(Messages.format(CSearchMessages.CSearchResultCollector_location, location, lineNumber)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1035. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 53) cell.setText(Messages.format(CSearchMessages.CSearchResultCollector_location, location, lineNumber)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchResultCollector_location from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1036. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 58) if (element instanceof LineSearchElement) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type LineSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1037. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 59) LineSearchElement lineElement = (LineSearchElement) element; ^^^^^^^^^^^^^^^^^ Discouraged access: The type LineSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1038. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 59) LineSearchElement lineElement = (LineSearchElement) element; ^^^^^^^^^^^^^^^^^ Discouraged access: The type LineSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1039. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 60) ICElement enclosingElement = lineElement.getMatches()[0].getEnclosingElement(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getMatches() from the type LineSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1040. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 60) ICElement enclosingElement = lineElement.getMatches()[0].getEnclosingElement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getEnclosingElement() from the type LineSearchElement.Match is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1041. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 21) import java.util.ArrayList; ^^^^^^^^^^^^^^^^^^^ The import java.util.ArrayList is never used ---------- 1042. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 23) import java.util.Iterator; ^^^^^^^^^^^^^^^^^^ The import java.util.Iterator is never used ---------- 1043. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 24) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 1044. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 35) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1045. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 36) import org.eclipse.cdt.internal.ui.search.CSearchUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1046. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 37) import org.eclipse.cdt.internal.ui.search.PDOMSearchPatternQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1047. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 38) import org.eclipse.cdt.internal.ui.util.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1048. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 39) import org.eclipse.cdt.internal.ui.util.RowLayouter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RowLayouter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1049. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 110) CSearchMessages.CSearchPage_searchFor_classStruct, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1050. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 110) CSearchMessages.CSearchPage_searchFor_classStruct, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_classStruct from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1051. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 111) CSearchMessages.CSearchPage_searchFor_function, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1052. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 111) CSearchMessages.CSearchPage_searchFor_function, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_function from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1053. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 112) CSearchMessages.CSearchPage_searchFor_variable, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1054. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 112) CSearchMessages.CSearchPage_searchFor_variable, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_variable from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1055. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 113) CSearchMessages.CSearchPage_searchFor_union, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1056. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 113) CSearchMessages.CSearchPage_searchFor_union, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_union from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1057. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 114) CSearchMessages.CSearchPage_searchFor_method, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1058. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 114) CSearchMessages.CSearchPage_searchFor_method, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_method from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1059. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 115) CSearchMessages.CSearchPage_searchFor_field, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1060. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 115) CSearchMessages.CSearchPage_searchFor_field, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_field from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1061. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 116) CSearchMessages.CSearchPage_searchFor_enum, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1062. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 116) CSearchMessages.CSearchPage_searchFor_enum, ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_enum from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1063. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 117) CSearchMessages.CSearchPage_searchFor_enumr, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1064. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 117) CSearchMessages.CSearchPage_searchFor_enumr, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_enumr from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1065. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 118) CSearchMessages.CSearchPage_searchFor_namespace, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1066. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 118) CSearchMessages.CSearchPage_searchFor_namespace, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_namespace from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1067. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 119) CSearchMessages.CSearchPage_searchFor_typedef, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1068. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 119) CSearchMessages.CSearchPage_searchFor_typedef, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_typedef from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1069. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 120) CSearchMessages.CSearchPage_searchFor_macro, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1070. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 120) CSearchMessages.CSearchPage_searchFor_macro, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_macro from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1071. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 121) CSearchMessages.CSearchPage_searchFor_any ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1072. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 121) CSearchMessages.CSearchPage_searchFor_any ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_any from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1073. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 126) new Integer(PDOMSearchPatternQuery.FIND_CLASS_STRUCT), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1074. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 126) new Integer(PDOMSearchPatternQuery.FIND_CLASS_STRUCT), ^^^^^^^^^^^^^^^^^ Discouraged access: The field FIND_CLASS_STRUCT from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1075. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 127) new Integer(PDOMSearchPatternQuery.FIND_FUNCTION), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1076. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 127) new Integer(PDOMSearchPatternQuery.FIND_FUNCTION), ^^^^^^^^^^^^^ Discouraged access: The field FIND_FUNCTION from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1077. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 128) new Integer(PDOMSearchPatternQuery.FIND_VARIABLE), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1078. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 128) new Integer(PDOMSearchPatternQuery.FIND_VARIABLE), ^^^^^^^^^^^^^ Discouraged access: The field FIND_VARIABLE from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1079. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 129) new Integer(PDOMSearchPatternQuery.FIND_UNION), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1080. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 129) new Integer(PDOMSearchPatternQuery.FIND_UNION), ^^^^^^^^^^ Discouraged access: The field FIND_UNION from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1081. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 130) new Integer(PDOMSearchPatternQuery.FIND_METHOD), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1082. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 130) new Integer(PDOMSearchPatternQuery.FIND_METHOD), ^^^^^^^^^^^ Discouraged access: The field FIND_METHOD from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1083. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 131) new Integer(PDOMSearchPatternQuery.FIND_FIELD), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1084. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 131) new Integer(PDOMSearchPatternQuery.FIND_FIELD), ^^^^^^^^^^ Discouraged access: The field FIND_FIELD from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1085. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 132) new Integer(PDOMSearchPatternQuery.FIND_ENUM), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1086. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 132) new Integer(PDOMSearchPatternQuery.FIND_ENUM), ^^^^^^^^^ Discouraged access: The field FIND_ENUM from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1087. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 133) new Integer(PDOMSearchPatternQuery.FIND_ENUMERATOR), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1088. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 133) new Integer(PDOMSearchPatternQuery.FIND_ENUMERATOR), ^^^^^^^^^^^^^^^ Discouraged access: The field FIND_ENUMERATOR from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1089. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 134) new Integer(PDOMSearchPatternQuery.FIND_NAMESPACE), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1090. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 134) new Integer(PDOMSearchPatternQuery.FIND_NAMESPACE), ^^^^^^^^^^^^^^ Discouraged access: The field FIND_NAMESPACE from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1091. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 135) new Integer(PDOMSearchPatternQuery.FIND_TYPEDEF), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1092. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 135) new Integer(PDOMSearchPatternQuery.FIND_TYPEDEF), ^^^^^^^^^^^^ Discouraged access: The field FIND_TYPEDEF from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1093. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 136) new Integer(PDOMSearchPatternQuery.FIND_MACRO), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1094. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 136) new Integer(PDOMSearchPatternQuery.FIND_MACRO), ^^^^^^^^^^ Discouraged access: The field FIND_MACRO from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1095. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 137) new Integer(PDOMSearchPatternQuery.FIND_ALL_TYPES) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1096. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 137) new Integer(PDOMSearchPatternQuery.FIND_ALL_TYPES) ^^^^^^^^^^^^^^ Discouraged access: The field FIND_ALL_TYPES from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1097. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 144) CSearchMessages.CSearchPage_limitTo_declarations, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1098. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 144) CSearchMessages.CSearchPage_limitTo_declarations, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_limitTo_declarations from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1099. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 145) CSearchMessages.CSearchPage_limitTo_definitions, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 145) CSearchMessages.CSearchPage_limitTo_definitions, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_limitTo_definitions from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 146) CSearchMessages.CSearchPage_limitTo_references, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 146) CSearchMessages.CSearchPage_limitTo_references, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_limitTo_references from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 147) CSearchMessages.CSearchPage_limitTo_allOccurrences ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 147) CSearchMessages.CSearchPage_limitTo_allOccurrences ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_limitTo_allOccurrences from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 198) private static ICProject getProject(Object object) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getProject(Object) from the type RemoteSearchPage is never used locally ---------- 1106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 219) searchFlags |= PDOMSearchPatternQuery.FIND_ALL_TYPES; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 219) searchFlags |= PDOMSearchPatternQuery.FIND_ALL_TYPES; ^^^^^^^^^^^^^^ Discouraged access: The field FIND_ALL_TYPES from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 237) scopeDescription = CSearchMessages.ProjectScope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 237) scopeDescription = CSearchMessages.ProjectScope; ^^^^^^^^^^^^ Discouraged access: The field ProjectScope from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 264) scopeDescription = CSearchMessages.SelectionScope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 264) scopeDescription = CSearchMessages.SelectionScope; ^^^^^^^^^^^^^^ Discouraged access: The field SelectionScope from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 290) scopeDescription = CSearchMessages.WorkspaceScope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 290) scopeDescription = CSearchMessages.WorkspaceScope; ^^^^^^^^^^^^^^ Discouraged access: The field WorkspaceScope from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 295) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, CSearchUtil.toString(workingSets)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method format(String, Object[]) from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 295) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, CSearchUtil.toString(workingSets)); ^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 295) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, CSearchUtil.toString(workingSets)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 295) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, CSearchUtil.toString(workingSets)); ^^^^^^^^^^^^^^^ Discouraged access: The field WorkingSetScope from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 295) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, CSearchUtil.toString(workingSets)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method toString(IWorkingSet[]) from the type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 295) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, CSearchUtil.toString(workingSets)); ^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 345) fLineManager.setErrorMessage(CSearchMessages.PDOMSearch_query_pattern_error); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 345) fLineManager.setErrorMessage(CSearchMessages.PDOMSearch_query_pattern_error); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearch_query_pattern_error from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 390) RowLayouter layouter = new RowLayouter( layout.numColumns ); ^^^^^^^^^^^ Discouraged access: The type RowLayouter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 390) RowLayouter layouter = new RowLayouter( layout.numColumns ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor RowLayouter(int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 390) RowLayouter layouter = new RowLayouter( layout.numColumns ); ^^^^^^^^^^^ Discouraged access: The type RowLayouter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 395) layouter.setDefaultGridData( gd, 0 ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setDefaultGridData(GridData, int) from the type RowLayouter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 396) layouter.setDefaultGridData( gd, 1 ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setDefaultGridData(GridData, int) from the type RowLayouter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 397) layouter.setDefaultSpan(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setDefaultSpan() from the type RowLayouter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 399) layouter.perform( createExpression(result) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method perform(Control) from the type RowLayouter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 400) layouter.perform( createSearchFor(result), createLimitTo(result), -1 ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method perform(Control, Control, int) from the type RowLayouter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 440) label.setText( CSearchMessages.CSearchPage_expression_label ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 440) label.setText( CSearchMessages.CSearchPage_expression_label ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_expression_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 511) caseSensitiveButton.setText(CSearchMessages.CSearchPage_expression_caseSensitive); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 511) caseSensitiveButton.setText(CSearchMessages.CSearchPage_expression_caseSensitive); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_expression_caseSensitive from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 526) result.setText( CSearchMessages.CSearchPage_limitTo_label ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 526) result.setText( CSearchMessages.CSearchPage_limitTo_label ); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_limitTo_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 569) result.setText(CSearchMessages.CSearchPage_searchFor_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 569) result.setText(CSearchMessages.CSearchPage_searchFor_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 654) int searchFlags = PDOMSearchPatternQuery.FIND_ALL_TYPES | RemoteSearchQuery.FIND_ALL_OCCURRENCES; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 654) int searchFlags = PDOMSearchPatternQuery.FIND_ALL_TYPES | RemoteSearchQuery.FIND_ALL_OCCURRENCES; ^^^^^^^^^^^^^^ Discouraged access: The field FIND_ALL_TYPES from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 676) searchFlags = searchFlags & ~PDOMSearchPatternQuery.FIND_ALL_TYPES; ^^^^^^^^^^^^^^ Discouraged access: The field FIND_ALL_TYPES from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPatternQueryAdapter.java (at line 20) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPatternQueryAdapter.java (at line 21) import org.eclipse.cdt.internal.ui.util.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPatternQueryAdapter.java (at line 24) import org.eclipse.ptp.internal.rdt.core.search.RemoteSearchTextSelectionQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.internal.rdt.core.search.RemoteSearchTextSelectionQuery is never used ---------- 1144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPatternQueryAdapter.java (at line 34) return Messages.format(CSearchMessages.PDOMSearchPatternQuery_PatternQuery_labelPatternInScope, super.getLabel(), ((RemoteSearchPatternQuery) fQuery).getPattern(), ((RemoteSearchPatternQuery) fQuery).getScopeDescription()); ^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPatternQueryAdapter.java (at line 34) return Messages.format(CSearchMessages.PDOMSearchPatternQuery_PatternQuery_labelPatternInScope, super.getLabel(), ((RemoteSearchPatternQuery) fQuery).getPattern(), ((RemoteSearchPatternQuery) fQuery).getScopeDescription()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method format(String, Object[]) from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPatternQueryAdapter.java (at line 34) return Messages.format(CSearchMessages.PDOMSearchPatternQuery_PatternQuery_labelPatternInScope, super.getLabel(), ((RemoteSearchPatternQuery) fQuery).getPattern(), ((RemoteSearchPatternQuery) fQuery).getScopeDescription()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPatternQueryAdapter.java (at line 34) return Messages.format(CSearchMessages.PDOMSearchPatternQuery_PatternQuery_labelPatternInScope, super.getLabel(), ((RemoteSearchPatternQuery) fQuery).getPattern(), ((RemoteSearchPatternQuery) fQuery).getScopeDescription()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchPatternQuery_PatternQuery_labelPatternInScope from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 32) import org.eclipse.cdt.core.dom.ast.IASTTranslationUnit; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.dom.ast.IASTTranslationUnit is never used ---------- 1149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 38) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 39) import org.eclipse.cdt.internal.ui.util.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 40) import org.eclipse.cdt.internal.ui.viewsupport.CElementLabels; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 81) CElementLabels.M_PARAMETER_TYPES | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 81) CElementLabels.M_PARAMETER_TYPES | ^^^^^^^^^^^^^^^^^ Discouraged access: The field M_PARAMETER_TYPES from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 82) CElementLabels.ALL_FULLY_QUALIFIED | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 82) CElementLabels.ALL_FULLY_QUALIFIED | ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ALL_FULLY_QUALIFIED from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 83) CElementLabels.TEMPLATE_ARGUMENTS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 83) CElementLabels.TEMPLATE_ARGUMENTS; ^^^^^^^^^^^^^^^^^^ Discouraged access: The field TEMPLATE_ARGUMENTS from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 98) return CElementLabels.getElementLabel(elem, LABEL_FLAGS); ^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 98) return CElementLabels.getElementLabel(elem, LABEL_FLAGS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getElementLabel(ICElement, long) from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 152) label = NLS.bind(CSearchMessages.PDOMSearchQuery_refs_result_label, pattern); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 152) label = NLS.bind(CSearchMessages.PDOMSearchQuery_refs_result_label, pattern); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchQuery_refs_result_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 155) label = NLS.bind(CSearchMessages.PDOMSearchQuery_decls_result_label, pattern); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 155) label = NLS.bind(CSearchMessages.PDOMSearchQuery_decls_result_label, pattern); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchQuery_decls_result_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 158) label = NLS.bind(CSearchMessages.PDOMSearchQuery_defs_result_label, pattern); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 158) label = NLS.bind(CSearchMessages.PDOMSearchQuery_defs_result_label, pattern); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchQuery_defs_result_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 161) label = NLS.bind(CSearchMessages.PDOMSearchQuery_decldefs_result_label, pattern); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 161) label = NLS.bind(CSearchMessages.PDOMSearchQuery_decldefs_result_label, pattern); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchQuery_decldefs_result_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 164) label = NLS.bind(CSearchMessages.PDOMSearchQuery_occurrences_result_label, pattern); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 164) label = NLS.bind(CSearchMessages.PDOMSearchQuery_occurrences_result_label, pattern); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchQuery_occurrences_result_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 169) label= NLS.bind(CSearchMessages.PDOMSearchPatternQuery_PatternQuery_labelPatternInScope, label, scope); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 169) label= NLS.bind(CSearchMessages.PDOMSearchPatternQuery_PatternQuery_labelPatternInScope, label, scope); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchPatternQuery_PatternQuery_labelPatternInScope from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 171) String countLabel = Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer( ^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 171) String countLabel = Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer( matchCount)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method format(String, Object[]) from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 171) String countLabel = Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1175. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 171) String countLabel = Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchResultCollector_matches from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 179) type = CSearchMessages.PDOMSearchQuery_refs_label; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1177. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 179) type = CSearchMessages.PDOMSearchQuery_refs_label; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchQuery_refs_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 181) type = CSearchMessages.PDOMSearchQuery_decls_label; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 181) type = CSearchMessages.PDOMSearchQuery_decls_label; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchQuery_decls_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 183) type = CSearchMessages.PDOMSearchQuery_defs_label; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 183) type = CSearchMessages.PDOMSearchQuery_defs_label; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchQuery_defs_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 31) import org.eclipse.cdt.internal.ui.search.HidePolymorphicCalls; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type HidePolymorphicCalls is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1183. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 32) import org.eclipse.cdt.internal.ui.util.ExternalEditorInput; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 59) final static MatchFilter[] ALL_FILTERS = new MatchFilter[] {HidePolymorphicCalls.FILTER}; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type HidePolymorphicCalls is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 59) final static MatchFilter[] ALL_FILTERS = new MatchFilter[] {HidePolymorphicCalls.FILTER}; ^^^^^^ Discouraged access: The field FILTER from the type HidePolymorphicCalls is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1186. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 80) private String getFileName(IEditorPart editor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getFileName(IEditorPart) from the type RemoteSearchResult is never used locally ---------- 1187. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 93) } else if (input instanceof ExternalEditorInput) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1188. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 94) final ExternalEditorInput extInput = (ExternalEditorInput)input; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1189. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 94) final ExternalEditorInput extInput = (ExternalEditorInput)input; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1190. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 95) if(extInput.getPath() != null) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The method getPath() from the type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1191. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 96) pathStr= extInput.getPath().toOSString(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method getPath() from the type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1192. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 134) } else if (input instanceof ExternalEditorInput) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1193. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 135) ExternalEditorInput extInput = (ExternalEditorInput)input; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1194. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 135) ExternalEditorInput extInput = (ExternalEditorInput)input; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1195. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 136) return extInput.getTranslationUnit().getLocationURI(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTranslationUnit() from the type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1196. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 165) private Match[] computeContainedMatches(AbstractTextSearchResult result, String filename) throws CoreException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method computeContainedMatches(AbstractTextSearchResult, String) from the type RemoteSearchResult is never used locally ---------- 1197. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 301) if (filters[i] == HidePolymorphicCalls.FILTER) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type HidePolymorphicCalls is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1198. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 301) if (filters[i] == HidePolymorphicCalls.FILTER) { ^^^^^^ Discouraged access: The field FILTER from the type HidePolymorphicCalls is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1199. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchService.java (at line 19) import org.eclipse.ptp.internal.rdt.core.RemoteScannerInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteScannerInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1200. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchService.java (at line 90) tu.setASTContext(new RemoteScannerInfo(), null); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor RemoteScannerInfo() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1201. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchService.java (at line 90) tu.setASTContext(new RemoteScannerInfo(), null); ^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteScannerInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- ---------- 1202. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 37) import org.eclipse.cdt.internal.core.resources.ResourceLookup; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ResourceLookup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1203. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 38) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1204. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 39) import org.eclipse.cdt.internal.ui.search.IPDOMSearchContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1205. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 58) public class RemoteSearchTreeContentProvider implements ITreeContentProvider, IPDOMSearchContentProvider { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1206. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 115) CSearchMessages.PDOMSearchTreeContentProvider_IndexerNotEnabledWarning)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1207. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 115) CSearchMessages.PDOMSearchTreeContentProvider_IndexerNotEnabledWarning)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchTreeContentProvider_IndexerNotEnabledWarning from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1208. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 126) CSearchMessages.PDOMSearchTreeContentProvider_ProjectClosedWarning)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1209. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 126) CSearchMessages.PDOMSearchTreeContentProvider_ProjectClosedWarning)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchTreeContentProvider_ProjectClosedWarning from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1210. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 147) files= ResourceLookup.findFilesForLocation(path); ^^^^^^^^^^^^^^ Discouraged access: The type ResourceLookup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1211. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 147) files= ResourceLookup.findFilesForLocation(path); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method findFilesForLocation(IPath) from the type ResourceLookup is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1212. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 174) insertChild(IPDOMSearchContentProvider.URI_CONTAINER, location.getURI()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1213. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 174) insertChild(IPDOMSearchContentProvider.URI_CONTAINER, location.getURI()); ^^^^^^^^^^^^^ Discouraged access: The field URI_CONTAINER from the type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1214. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 175) insertChild(result, IPDOMSearchContentProvider.URI_CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1215. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 175) insertChild(result, IPDOMSearchContentProvider.URI_CONTAINER); ^^^^^^^^^^^^^ Discouraged access: The field URI_CONTAINER from the type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1216. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 262) insertChild(result, IPDOMSearchContentProvider.INCOMPLETE_RESULTS_NODE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1217. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 262) insertChild(result, IPDOMSearchContentProvider.INCOMPLETE_RESULTS_NODE); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field INCOMPLETE_RESULTS_NODE from the type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1218. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 25) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1219. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 26) import org.eclipse.cdt.internal.ui.search.LineSearchElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LineSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1220. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 27) import org.eclipse.cdt.internal.ui.util.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1221. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 45) + Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(count)); ^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1222. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 45) + Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(count)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method format(String, Object[]) from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1223. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 45) + Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(count)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1224. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 45) + Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(count)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchResultCollector_matches from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1225. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 55) + Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(count)); ^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1226. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 55) + Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(count)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method format(String, Object[]) from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1227. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 55) + Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(count)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1228. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 55) + Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(count)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchResultCollector_matches from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1229. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 60) if (!(element instanceof LineSearchElement)) ^^^^^^^^^^^^^^^^^ Discouraged access: The type LineSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1230. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 62) LineSearchElement lineElement = (LineSearchElement) element; ^^^^^^^^^^^^^^^^^ Discouraged access: The type LineSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1231. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 62) LineSearchElement lineElement = (LineSearchElement) element; ^^^^^^^^^^^^^^^^^ Discouraged access: The type LineSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1232. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 64) ICElement enclosingElement = lineElement.getMatches()[0].getEnclosingElement(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getMatches() from the type LineSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1233. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 64) ICElement enclosingElement = lineElement.getMatches()[0].getEnclosingElement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getEnclosingElement() from the type LineSearchElement.Match is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1234. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 68) Integer lineNumber = lineElement.getLineNumber(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getLineNumber() from the type LineSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1235. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 69) String prefix = Messages.format(CSearchMessages.CSearchResultCollector_line, enclosingName, lineNumber); ^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1236. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 69) String prefix = Messages.format(CSearchMessages.CSearchResultCollector_line, enclosingName, lineNumber); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method format(String, Object[]) from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1237. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 69) String prefix = Messages.format(CSearchMessages.CSearchResultCollector_line, enclosingName, lineNumber); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1238. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 69) String prefix = Messages.format(CSearchMessages.CSearchResultCollector_line, enclosingName, lineNumber); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchResultCollector_line from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1239. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 25) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1240. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 26) import org.eclipse.cdt.internal.ui.search.IPDOMSearchContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1241. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 27) import org.eclipse.cdt.internal.ui.util.EditorUtility; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1242. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 28) import org.eclipse.cdt.internal.ui.viewsupport.ColoringLabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ColoringLabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1243. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 42) import org.eclipse.jface.viewers.ViewerSorter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.viewers.ViewerSorter is never used ---------- 1244. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 69) CSearchMessages.PDOMSearchViewPageLocationColumn_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1245. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 69) CSearchMessages.PDOMSearchViewPageLocationColumn_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchViewPageLocationColumn_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1246. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 70) CSearchMessages.PDOMSearchViewPageDefinitionColumn_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1247. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 70) CSearchMessages.PDOMSearchViewPageDefinitionColumn_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchViewPageDefinitionColumn_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1248. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 71) CSearchMessages.PDOMSearchViewPageMatchColumn_label ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1249. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 71) CSearchMessages.PDOMSearchViewPageMatchColumn_label ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchViewPageMatchColumn_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1250. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 80) private IPDOMSearchContentProvider contentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1251. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 88) super(CSearchMessages.PDOMSearchViewPage_ShowEnclosingDefinitions_actionLabel, SWT.CHECK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1252. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 88) super(CSearchMessages.PDOMSearchViewPage_ShowEnclosingDefinitions_actionLabel, SWT.CHECK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchViewPage_ShowEnclosingDefinitions_actionLabel from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1253. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 182) contentProvider.elementsChanged(objects); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method elementsChanged(Object[]) from the type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1254. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 188) contentProvider.clear(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method clear() from the type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1255. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 267) if (element == IPDOMSearchContentProvider.URI_CONTAINER) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1256. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 267) if (element == IPDOMSearchContentProvider.URI_CONTAINER) { ^^^^^^^^^^^^^ Discouraged access: The field URI_CONTAINER from the type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1257. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 281) ColoringLabelProvider labelProvider = new ColoringLabelProvider(innerLabelProvider); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ColoringLabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1258. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 281) ColoringLabelProvider labelProvider = new ColoringLabelProvider(innerLabelProvider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ColoringLabelProvider(DelegatingStyledCellLabelProvider.IStyledLabelProvider) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1259. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 281) ColoringLabelProvider labelProvider = new ColoringLabelProvider(innerLabelProvider); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ColoringLabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1260. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 350) editor = EditorUtility.openInEditor(path, null, activate); ^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1261. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 350) editor = EditorUtility.openInEditor(path, null, activate); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method openInEditor(IPath, ICElement, boolean) from the type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1262. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 352) editor = EditorUtility.openInEditor(ifl.getURI(), null); ^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1263. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 352) editor = EditorUtility.openInEditor(ifl.getURI(), null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method openInEditor(URI, ICElement) from the type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1264. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/TypeInfoSearchElement.java (at line 30) public class TypeInfoSearchElement extends RemoteSearchElement { ^^^^^^^^^^^^^^^^^^^^^ The serializable class TypeInfoSearchElement does not declare a static final serialVersionUID field of type long ---------- ---------- 1265. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 25) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1266. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 26) import org.eclipse.cdt.internal.ui.editor.ICEditorActionDefinitionIds; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1267. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 27) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1268. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 28) import org.eclipse.cdt.internal.ui.search.CSearchUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1269. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 43) private CEditor fEditor; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1270. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 59) public DeclarationsSearchGroup(CEditor editor) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1271. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 63) fFindDeclarationsAction.setActionDefinitionId(ICEditorActionDefinitionIds.FIND_DECL); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1272. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 63) fFindDeclarationsAction.setActionDefinitionId(ICEditorActionDefinitionIds.FIND_DECL); ^^^^^^^^^ Discouraged access: The field FIND_DECL from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1273. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 65) editor.setAction(ICEditorActionDefinitionIds.FIND_DECL, fFindDeclarationsAction); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1274. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 65) editor.setAction(ICEditorActionDefinitionIds.FIND_DECL, fFindDeclarationsAction); ^^^^^^^^^ Discouraged access: The field FIND_DECL from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1275. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 81) IMenuManager declarationsMenu = new MenuManager(CSearchMessages.group_declarations, IContextMenuConstants.GROUP_SEARCH); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1276. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 81) IMenuManager declarationsMenu = new MenuManager(CSearchMessages.group_declarations, IContextMenuConstants.GROUP_SEARCH); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field group_declarations from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1277. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 101) ArrayList actions= new ArrayList(CSearchUtil.LRU_WORKINGSET_LIST_SIZE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1278. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 101) ArrayList actions= new ArrayList(CSearchUtil.LRU_WORKINGSET_LIST_SIZE); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field LRU_WORKINGSET_LIST_SIZE from the type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1279. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 103) Iterator iter= CSearchUtil.getLRUWorkingSets().iterator(); ^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1280. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 103) Iterator iter= CSearchUtil.getLRUWorkingSets().iterator(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getLRUWorkingSets() from the type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1281. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 103) Iterator iter= CSearchUtil.getLRUWorkingSets().iterator(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method iterator() from the type LRUWorkingSets is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1282. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 108) action= new WorkingSetFindAction(fEditor, new FindDeclarationsInWorkingSetAction(fEditor, workingSets), CSearchUtil.toString(workingSets)); ^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1283. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 108) action= new WorkingSetFindAction(fEditor, new FindDeclarationsInWorkingSetAction(fEditor, workingSets), CSearchUtil.toString(workingSets)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method toString(IWorkingSet[]) from the type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1284. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 110) action= new WorkingSetFindAction(fSite, new FindDeclarationsInWorkingSetAction(fSite, workingSets), CSearchUtil.toString(workingSets)); ^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1285. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/DeclarationsSearchGroup.java (at line 110) action= new WorkingSetFindAction(fSite, new FindDeclarationsInWorkingSetAction(fSite, workingSets), CSearchUtil.toString(workingSets)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method toString(IWorkingSet[]) from the type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1286. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindAction.java (at line 24) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1287. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindAction.java (at line 25) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1288. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindAction.java (at line 26) import org.eclipse.cdt.internal.ui.text.CWordFinder; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CWordFinder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1289. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindAction.java (at line 48) public FindAction(CEditor editor){ ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1290. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindAction.java (at line 67) ICElement element = fEditor.getInputCElement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInputCElement() from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1291. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindAction.java (at line 73) IRegion reg= CWordFinder.findWord(document, selNode.getOffset()); ^^^^^^^^^^^ Discouraged access: The type CWordFinder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1292. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindAction.java (at line 73) IRegion reg= CWordFinder.findWord(document, selNode.getOffset()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method findWord(IDocument, int) from the type CWordFinder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1293. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindAction.java (at line 81) showStatusLineMessage(CSearchMessages.CSearchOperation_operationUnavailable_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1294. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindAction.java (at line 81) showStatusLineMessage(CSearchMessages.CSearchOperation_operationUnavailable_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchOperation_operationUnavailable_message from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1295. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 21) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1296. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 22) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1297. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 23) import org.eclipse.cdt.internal.ui.search.PDOMSearchQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1298. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 30) public FindDeclarationsAction(CEditor editor, String label, String tooltip){ ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1299. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 36) public FindDeclarationsAction(CEditor editor){ ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1300. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 38) CSearchMessages.CSearch_FindDeclarationAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1301. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 38) CSearchMessages.CSearch_FindDeclarationAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindDeclarationAction_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1302. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 39) CSearchMessages.CSearch_FindDeclarationAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1303. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 39) CSearchMessages.CSearch_FindDeclarationAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindDeclarationAction_tooltip from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1304. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 44) CSearchMessages.CSearch_FindDeclarationAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1305. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 44) CSearchMessages.CSearch_FindDeclarationAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindDeclarationAction_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1306. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 45) CSearchMessages.CSearch_FindDeclarationAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1307. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 45) CSearchMessages.CSearch_FindDeclarationAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindDeclarationAction_tooltip from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1308. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 61) return CSearchMessages.WorkspaceScope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1309. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 61) return CSearchMessages.WorkspaceScope; ^^^^^^^^^^^^^^ Discouraged access: The field WorkspaceScope from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1310. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 66) return PDOMSearchQuery.FIND_DECLARATIONS_DEFINITIONS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1311. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsAction.java (at line 66) return PDOMSearchQuery.FIND_DECLARATIONS_DEFINITIONS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field FIND_DECLARATIONS_DEFINITIONS from the type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1312. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsInWorkingSetAction.java (at line 21) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1313. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsInWorkingSetAction.java (at line 22) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1314. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsInWorkingSetAction.java (at line 23) import org.eclipse.cdt.internal.ui.search.PDOMSearchQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1315. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsInWorkingSetAction.java (at line 31) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1316. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsInWorkingSetAction.java (at line 31) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesInWorkingSetAction_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1317. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsInWorkingSetAction.java (at line 32) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_tooltip, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1318. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsInWorkingSetAction.java (at line 32) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_tooltip, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesInWorkingSetAction_tooltip from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1319. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsInWorkingSetAction.java (at line 36) public FindDeclarationsInWorkingSetAction(CEditor editor, IWorkingSet[] workingSets) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1320. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsInWorkingSetAction.java (at line 38) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1321. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsInWorkingSetAction.java (at line 38) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesInWorkingSetAction_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1322. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsInWorkingSetAction.java (at line 39) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_tooltip, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1323. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsInWorkingSetAction.java (at line 39) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_tooltip, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesInWorkingSetAction_tooltip from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1324. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsInWorkingSetAction.java (at line 45) return PDOMSearchQuery.FIND_DECLARATIONS_DEFINITIONS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1325. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsInWorkingSetAction.java (at line 45) return PDOMSearchQuery.FIND_DECLARATIONS_DEFINITIONS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field FIND_DECLARATIONS_DEFINITIONS from the type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1326. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 23) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1327. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 24) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1328. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 25) import org.eclipse.cdt.internal.ui.search.PDOMSearchQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1329. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 33) public FindDeclarationsProjectAction(CEditor editor, String label, String tooltip){ ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1330. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 39) public FindDeclarationsProjectAction(CEditor editor){ ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1331. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 41) CSearchMessages.CSearch_FindDeclarationsProjectAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1332. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 41) CSearchMessages.CSearch_FindDeclarationsProjectAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindDeclarationsProjectAction_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1333. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 42) CSearchMessages.CSearch_FindDeclarationsProjectAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1334. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 42) CSearchMessages.CSearch_FindDeclarationsProjectAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindDeclarationsProjectAction_tooltip from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1335. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 47) CSearchMessages.CSearch_FindDeclarationsProjectAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1336. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 47) CSearchMessages.CSearch_FindDeclarationsProjectAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindDeclarationsProjectAction_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1337. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 48) CSearchMessages.CSearch_FindDeclarationsProjectAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1338. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 48) CSearchMessages.CSearch_FindDeclarationsProjectAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindDeclarationsProjectAction_tooltip from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1339. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 61) project = fEditor.getInputCElement().getCProject(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInputCElement() from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1340. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 78) return CSearchMessages.ProjectScope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1341. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 78) return CSearchMessages.ProjectScope; ^^^^^^^^^^^^ Discouraged access: The field ProjectScope from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1342. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 83) return PDOMSearchQuery.FIND_DECLARATIONS_DEFINITIONS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1343. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindDeclarationsProjectAction.java (at line 83) return PDOMSearchQuery.FIND_DECLARATIONS_DEFINITIONS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field FIND_DECLARATIONS_DEFINITIONS from the type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1344. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindInWorkingSetAction.java (at line 25) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1345. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindInWorkingSetAction.java (at line 26) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1346. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindInWorkingSetAction.java (at line 27) import org.eclipse.cdt.internal.ui.search.CSearchUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1347. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindInWorkingSetAction.java (at line 28) import org.eclipse.cdt.internal.ui.util.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1348. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindInWorkingSetAction.java (at line 42) public FindInWorkingSetAction(CEditor editor, String label, String tooltip, IWorkingSet[] workingSets) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1349. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindInWorkingSetAction.java (at line 63) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, CSearchUtil.toString(fWorkingSets)); ^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1350. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindInWorkingSetAction.java (at line 63) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, CSearchUtil.toString(fWorkingSets)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method format(String, Object[]) from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1351. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindInWorkingSetAction.java (at line 63) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, CSearchUtil.toString(fWorkingSets)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1352. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindInWorkingSetAction.java (at line 63) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, CSearchUtil.toString(fWorkingSets)); ^^^^^^^^^^^^^^^ Discouraged access: The field WorkingSetScope from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1353. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindInWorkingSetAction.java (at line 63) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, CSearchUtil.toString(fWorkingSets)); ^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1354. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindInWorkingSetAction.java (at line 63) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, CSearchUtil.toString(fWorkingSets)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method toString(IWorkingSet[]) from the type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1355. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 21) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1356. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 22) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1357. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 23) import org.eclipse.cdt.internal.ui.search.PDOMSearchQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1358. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 28) public FindRefsAction(CEditor editor) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1359. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 30) CSearchMessages.CSearch_FindReferencesAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1360. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 30) CSearchMessages.CSearch_FindReferencesAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesAction_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1361. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 31) CSearchMessages.CSearch_FindReferencesAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1362. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 31) CSearchMessages.CSearch_FindReferencesAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesAction_tooltip from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1363. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 36) CSearchMessages.CSearch_FindReferencesAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1364. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 36) CSearchMessages.CSearch_FindReferencesAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesAction_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1365. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 37) CSearchMessages.CSearch_FindReferencesAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1366. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 37) CSearchMessages.CSearch_FindReferencesAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesAction_tooltip from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1367. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 40) public FindRefsAction(CEditor editor, String label, String tooltip) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1368. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 54) return CSearchMessages.WorkspaceScope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1369. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 54) return CSearchMessages.WorkspaceScope; ^^^^^^^^^^^^^^ Discouraged access: The field WorkspaceScope from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1370. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 64) return PDOMSearchQuery.FIND_REFERENCES; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1371. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsAction.java (at line 64) return PDOMSearchQuery.FIND_REFERENCES; ^^^^^^^^^^^^^^^ Discouraged access: The field FIND_REFERENCES from the type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1372. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsInWorkingSetAction.java (at line 21) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1373. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsInWorkingSetAction.java (at line 22) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1374. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsInWorkingSetAction.java (at line 23) import org.eclipse.cdt.internal.ui.search.PDOMSearchQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1375. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsInWorkingSetAction.java (at line 29) public FindRefsInWorkingSetAction(CEditor editor, IWorkingSet[] workingSets) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1376. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsInWorkingSetAction.java (at line 31) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1377. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsInWorkingSetAction.java (at line 31) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesInWorkingSetAction_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1378. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsInWorkingSetAction.java (at line 32) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_tooltip, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1379. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsInWorkingSetAction.java (at line 32) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_tooltip, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesInWorkingSetAction_tooltip from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1380. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsInWorkingSetAction.java (at line 38) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1381. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsInWorkingSetAction.java (at line 38) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesInWorkingSetAction_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1382. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsInWorkingSetAction.java (at line 39) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_tooltip, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1383. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsInWorkingSetAction.java (at line 39) CSearchMessages.CSearch_FindReferencesInWorkingSetAction_tooltip, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesInWorkingSetAction_tooltip from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1384. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsInWorkingSetAction.java (at line 45) return PDOMSearchQuery.FIND_REFERENCES; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1385. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsInWorkingSetAction.java (at line 45) return PDOMSearchQuery.FIND_REFERENCES; ^^^^^^^^^^^^^^^ Discouraged access: The field FIND_REFERENCES from the type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1386. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 23) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1387. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 24) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1388. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 25) import org.eclipse.cdt.internal.ui.search.PDOMSearchQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1389. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 33) public FindRefsProjectAction(CEditor editor, String label, String tooltip){ ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1390. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 39) public FindRefsProjectAction(CEditor editor){ ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1391. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 41) CSearchMessages.CSearch_FindReferencesProjectAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1392. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 41) CSearchMessages.CSearch_FindReferencesProjectAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesProjectAction_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1393. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 42) CSearchMessages.CSearch_FindReferencesProjectAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1394. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 42) CSearchMessages.CSearch_FindReferencesProjectAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesProjectAction_tooltip from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1395. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 47) CSearchMessages.CSearch_FindReferencesProjectAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1396. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 47) CSearchMessages.CSearch_FindReferencesProjectAction_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesProjectAction_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1397. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 48) CSearchMessages.CSearch_FindReferencesProjectAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1398. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 48) CSearchMessages.CSearch_FindReferencesProjectAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearch_FindReferencesProjectAction_tooltip from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1399. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 61) project = fEditor.getInputCElement().getCProject(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInputCElement() from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1400. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 78) return CSearchMessages.ProjectScope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1401. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 78) return CSearchMessages.ProjectScope; ^^^^^^^^^^^^ Discouraged access: The field ProjectScope from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1402. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 83) return PDOMSearchQuery.FIND_REFERENCES; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1403. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/FindRefsProjectAction.java (at line 83) return PDOMSearchQuery.FIND_REFERENCES; ^^^^^^^^^^^^^^^ Discouraged access: The field FIND_REFERENCES from the type PDOMSearchQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1404. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 25) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1405. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 26) import org.eclipse.cdt.internal.ui.editor.CEditorMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1406. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 27) import org.eclipse.cdt.internal.ui.text.CWordFinder; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CWordFinder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1407. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 46) public OpenDeclarationsAction(CEditor editor) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1408. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 48) setText(CEditorMessages.OpenDeclarations_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1409. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 48) setText(CEditorMessages.OpenDeclarations_label); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenDeclarations_label from the type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1410. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 49) setToolTipText(CEditorMessages.OpenDeclarations_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1411. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 49) setToolTipText(CEditorMessages.OpenDeclarations_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenDeclarations_tooltip from the type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1412. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 50) setDescription(CEditorMessages.OpenDeclarations_description); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1413. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 50) setDescription(CEditorMessages.OpenDeclarations_description); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenDeclarations_description from the type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1414. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 73) ICElement elem= fEditor.getInputCElement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInputCElement() from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1415. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 89) IRegion reg= CWordFinder.findWord(document, fTextSelection.getOffset()); ^^^^^^^^^^^ Discouraged access: The type CWordFinder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1416. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsAction.java (at line 89) IRegion reg= CWordFinder.findWord(document, fTextSelection.getOffset()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method findWord(IDocument, int) from the type CWordFinder is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1417. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 36) import org.eclipse.cdt.core.model.util.CElementBaseLabels; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.model.util.CElementBaseLabels is never used ---------- 1418. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 37) import org.eclipse.cdt.internal.ui.actions.OpenActionUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type OpenActionUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1419. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 38) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1420. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 39) import org.eclipse.cdt.internal.ui.editor.CEditorMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1421. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 40) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1422. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 41) import org.eclipse.cdt.internal.ui.util.EditorUtility; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1423. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 42) import org.eclipse.cdt.internal.ui.viewsupport.CElementLabels; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1424. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 56) import org.eclipse.ptp.internal.rdt.core.navigation.INavigationService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type INavigationService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1425. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 57) import org.eclipse.ptp.internal.rdt.core.navigation.OpenDeclarationResult; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type OpenDeclarationResult is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1426. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 73) private final ITranslationUnit fTranslationUnit; ^^^^^^^^^^^^^^^^ The value of the field OpenDeclarationsJob.fTranslationUnit is not used ---------- 1427. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 76) private CEditor fEditor; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1428. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 78) OpenDeclarationsJob(SelectionParseAction action, ITranslationUnit editorInput, ITextSelection textSelection, String text, CEditor editor) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1429. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 79) super(CEditorMessages.OpenDeclarations_dialog_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1430. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 79) super(CEditorMessages.OpenDeclarations_dialog_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenDeclarations_dialog_title from the type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1431. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 87) private INavigationService getNavigationService(IProject project) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type INavigationService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1432. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 95) INavigationService service = ((IIndexServiceProvider2) serviceProvider).getNavigationService(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type INavigationService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1433. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 119) String contents = fEditor.getViewer().getDocument().get(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getViewer() from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1434. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 131) INavigationService service = getNavigationService(workingCopy.getCProject().getProject()); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type INavigationService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1435. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 133) OpenDeclarationResult result = service.openDeclaration(scope, workingCopy, fSelectedText, selectionStart, selectionLength, monitor); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type OpenDeclarationResult is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1436. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 133) OpenDeclarationResult result = service.openDeclaration(scope, workingCopy, fSelectedText, selectionStart, selectionLength, monitor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method openDeclaration(Scope, ITranslationUnit, String, int, int, IProgressMonitor) from the type INavigationService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1437. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 139) switch(result.getResultType()) { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getResultType() from the type OpenDeclarationResult is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1438. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 140) case RESULT_NAMES: ^^^^^^^^^^^^ Discouraged access: The field RESULT_NAMES from the type OpenDeclarationResult.ResultType is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1439. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 141) IName[] names = (IName[]) result.getResult(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method getResult() from the type OpenDeclarationResult is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1440. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 144) case RESULT_C_ELEMENTS: ^^^^^^^^^^^^^^^^^ Discouraged access: The field RESULT_C_ELEMENTS from the type OpenDeclarationResult.ResultType is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1441. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 145) ICElement[] elements = (ICElement[]) result.getResult(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method getResult() from the type OpenDeclarationResult is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1442. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 148) case RESULT_INCLUDE_PATH: ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field RESULT_INCLUDE_PATH from the type OpenDeclarationResult.ResultType is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1443. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 149) String path = (String) result.getResult(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method getResult() from the type OpenDeclarationResult is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1444. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 152) case RESULT_NAME: ^^^^^^^^^^^ Discouraged access: The field RESULT_NAME from the type OpenDeclarationResult.ResultType is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1445. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 153) IName name = (IName) result.getResult(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method getResult() from the type OpenDeclarationResult is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1446. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 156) case RESULT_LOCATION: ^^^^^^^^^^^^^^^ Discouraged access: The field RESULT_LOCATION from the type OpenDeclarationResult.ResultType is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1447. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 157) IASTFileLocation location = (IASTFileLocation) result.getResult(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method getResult() from the type OpenDeclarationResult is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1448. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 160) case FAILURE_SYMBOL_LOOKUP: ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field FAILURE_SYMBOL_LOOKUP from the type OpenDeclarationResult.ResultType is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1449. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 161) String symbol = (String) result.getResult(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method getResult() from the type OpenDeclarationResult is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1450. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 164) case FAILURE_INCLUDE_LOOKUP: ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field FAILURE_INCLUDE_LOOKUP from the type OpenDeclarationResult.ResultType is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1451. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 165) String includedPath = (String) result.getResult(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method getResult() from the type OpenDeclarationResult is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1452. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1453. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1454. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 249) target = OpenActionUtil.selectCElement(elements, fAction.getSite().getShell(), ^^^^^^^^^^^^^^ Discouraged access: The type OpenActionUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1455. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 249) target = OpenActionUtil.selectCElement(elements, fAction.getSite().getShell(), CEditorMessages.OpenDeclarationsAction_dialog_title, CEditorMessages.OpenDeclarationsAction_selectMessage, CElementLabels.ALL_DEFAULT | CElementLabels.ALL_FULLY_QUALIFIED | CElementLabels.MF_POST_FILE_QUALIFIED, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method selectCElement(ICElement[], Shell, String, String, long, int) from the type OpenActionUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1456. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 250) CEditorMessages.OpenDeclarationsAction_dialog_title, CEditorMessages.OpenDeclarationsAction_selectMessage, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1457. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 250) CEditorMessages.OpenDeclarationsAction_dialog_title, CEditorMessages.OpenDeclarationsAction_selectMessage, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenDeclarationsAction_dialog_title from the type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1458. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 250) CEditorMessages.OpenDeclarationsAction_dialog_title, CEditorMessages.OpenDeclarationsAction_selectMessage, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1459. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 250) CEditorMessages.OpenDeclarationsAction_dialog_title, CEditorMessages.OpenDeclarationsAction_selectMessage, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenDeclarationsAction_selectMessage from the type CEditorMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1460. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 251) CElementLabels.ALL_DEFAULT | CElementLabels.ALL_FULLY_QUALIFIED | CElementLabels.MF_POST_FILE_QUALIFIED, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1461. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 251) CElementLabels.ALL_DEFAULT | CElementLabels.ALL_FULLY_QUALIFIED | CElementLabels.MF_POST_FILE_QUALIFIED, 0); ^^^^^^^^^^^ Discouraged access: The field ALL_DEFAULT from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1462. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 251) CElementLabels.ALL_DEFAULT | CElementLabels.ALL_FULLY_QUALIFIED | CElementLabels.MF_POST_FILE_QUALIFIED, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1463. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 251) CElementLabels.ALL_DEFAULT | CElementLabels.ALL_FULLY_QUALIFIED | CElementLabels.MF_POST_FILE_QUALIFIED, 0); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ALL_FULLY_QUALIFIED from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1464. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 251) CElementLabels.ALL_DEFAULT | CElementLabels.ALL_FULLY_QUALIFIED | CElementLabels.MF_POST_FILE_QUALIFIED, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1465. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 251) CElementLabels.ALL_DEFAULT | CElementLabels.ALL_FULLY_QUALIFIED | CElementLabels.MF_POST_FILE_QUALIFIED, 0); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field MF_POST_FILE_QUALIFIED from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1466. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 287) CSearchMessages.SelectionParseAction_FileOpenFailure_format, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1467. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 287) CSearchMessages.SelectionParseAction_FileOpenFailure_format, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SelectionParseAction_FileOpenFailure_format from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1468. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 23) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1469. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 24) import org.eclipse.cdt.internal.ui.editor.ICEditorActionDefinitionIds; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1470. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 25) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1471. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 26) import org.eclipse.cdt.internal.ui.search.CSearchUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1472. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 41) private CEditor fEditor; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1473. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 54) public ReferencesSearchGroup(CEditor editor) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1474. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 58) fFindRefsAction.setActionDefinitionId(ICEditorActionDefinitionIds.FIND_REFS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1475. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 58) fFindRefsAction.setActionDefinitionId(ICEditorActionDefinitionIds.FIND_REFS); ^^^^^^^^^ Discouraged access: The field FIND_REFS from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1476. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 60) editor.setAction(ICEditorActionDefinitionIds.FIND_REFS, fFindRefsAction); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1477. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 60) editor.setAction(ICEditorActionDefinitionIds.FIND_REFS, fFindRefsAction); ^^^^^^^^^ Discouraged access: The field FIND_REFS from the type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1478. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 76) IMenuManager refsMenu = new MenuManager(CSearchMessages.group_references, IContextMenuConstants.GROUP_SEARCH); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1479. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 76) IMenuManager refsMenu = new MenuManager(CSearchMessages.group_references, IContextMenuConstants.GROUP_SEARCH); ^^^^^^^^^^^^^^^^ Discouraged access: The field group_references from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1480. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 98) ArrayList actions= new ArrayList(CSearchUtil.LRU_WORKINGSET_LIST_SIZE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1481. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 98) ArrayList actions= new ArrayList(CSearchUtil.LRU_WORKINGSET_LIST_SIZE); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field LRU_WORKINGSET_LIST_SIZE from the type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1482. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 100) Iterator iter= CSearchUtil.getLRUWorkingSets().iterator(); ^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1483. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 100) Iterator iter= CSearchUtil.getLRUWorkingSets().iterator(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getLRUWorkingSets() from the type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1484. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 100) Iterator iter= CSearchUtil.getLRUWorkingSets().iterator(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method iterator() from the type LRUWorkingSets is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1485. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 105) action= new WorkingSetFindAction(fEditor, new FindRefsInWorkingSetAction(fEditor, workingSets), CSearchUtil.toString(workingSets)); ^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1486. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 105) action= new WorkingSetFindAction(fEditor, new FindRefsInWorkingSetAction(fEditor, workingSets), CSearchUtil.toString(workingSets)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method toString(IWorkingSet[]) from the type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1487. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 107) action= new WorkingSetFindAction(fSite, new FindRefsInWorkingSetAction(fSite, workingSets), CSearchUtil.toString(workingSets)); ^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1488. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/ReferencesSearchGroup.java (at line 107) action= new WorkingSetFindAction(fSite, new FindRefsInWorkingSetAction(fSite, workingSets), CSearchUtil.toString(workingSets)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method toString(IWorkingSet[]) from the type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1489. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 26) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1490. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 27) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1491. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 28) import org.eclipse.cdt.internal.ui.util.EditorUtility; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1492. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 29) import org.eclipse.cdt.internal.ui.util.StatusLineHandler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1493. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 46) protected CEditor fEditor; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1494. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 52) public SelectionParseAction( CEditor editor ) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1495. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 68) StatusLineHandler.showStatusLineMessage(fSite, message); ^^^^^^^^^^^^^^^^^ Discouraged access: The type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1496. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 68) StatusLineHandler.showStatusLineMessage(fSite, message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method showStatusLineMessage(IWorkbenchSite, String) from the type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1497. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 71) StatusLineHandler.clearStatusLine(fSite); ^^^^^^^^^^^^^^^^^ Discouraged access: The type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1498. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 71) StatusLineHandler.clearStatusLine(fSite); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method clearStatusLine(IWorkbenchSite) from the type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1499. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 94) IEditorPart editor = EditorUtility.openInEditor(path, fEditor.getInputCElement()); ^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1500. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 94) IEditorPart editor = EditorUtility.openInEditor(path, fEditor.getInputCElement()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method openInEditor(IPath, ICElement) from the type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1501. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 94) IEditorPart editor = EditorUtility.openInEditor(path, fEditor.getInputCElement()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInputCElement() from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1502. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 109) IEditorPart editor = EditorUtility.openInEditor(tu, true); ^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1503. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 109) IEditorPart editor = EditorUtility.openInEditor(tu, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method openInEditor(Object, boolean) from the type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1504. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 120) CSearchMessages.SelectionParseAction_FileOpenFailure_format, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1505. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 120) CSearchMessages.SelectionParseAction_FileOpenFailure_format, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SelectionParseAction_FileOpenFailure_format from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1506. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 125) showStatusLineMessage(CSearchMessages.SelectionParseAction_SelectedTextNotSymbol_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1507. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 125) showStatusLineMessage(CSearchMessages.SelectionParseAction_SelectedTextNotSymbol_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SelectionParseAction_SelectedTextNotSymbol_message from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1508. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 130) CSearchMessages.SelectionParseAction_SymbolNotFoundInIndex_format, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1509. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 130) CSearchMessages.SelectionParseAction_SymbolNotFoundInIndex_format, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SelectionParseAction_SymbolNotFoundInIndex_format from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1510. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 136) CSearchMessages.SelectionParseAction_IncludeNotFound_format, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1511. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionParseAction.java (at line 136) CSearchMessages.SelectionParseAction_IncludeNotFound_format, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field SelectionParseAction_IncludeNotFound_format from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1512. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionSearchGroup.java (at line 23) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1513. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionSearchGroup.java (at line 34) private CEditor fEditor; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1514. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/SelectionSearchGroup.java (at line 39) public SelectionSearchGroup(CEditor editor){ ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1515. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/WorkingSetFindAction.java (at line 22) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1516. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/WorkingSetFindAction.java (at line 29) public WorkingSetFindAction(CEditor editor, FindAction action, String string) { ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1517. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 21) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1518. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 22) import org.eclipse.cdt.internal.ui.typehierarchy.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1519. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 23) import org.eclipse.cdt.internal.ui.typehierarchy.TypeHierarchyUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1520. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 47) setText(Messages.OpenTypeHierarchyAction_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1521. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 47) setText(Messages.OpenTypeHierarchyAction_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenTypeHierarchyAction_label from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1522. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 48) setToolTipText(Messages.OpenTypeHierarchyAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1523. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 48) setToolTipText(Messages.OpenTypeHierarchyAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenTypeHierarchyAction_tooltip from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1524. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 59) IProject project = ((CEditor) fEditor).getInputCElement().getCProject().getProject(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInputCElement() from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1525. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 59) IProject project = ((CEditor) fEditor).getInputCElement().getCProject().getProject(); ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1526. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 109) setEnabled(TypeHierarchyUI.isValidInput(elem)); ^^^^^^^^^^^^^^^ Discouraged access: The type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1527. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeHierarchyAction.java (at line 109) setEnabled(TypeHierarchyUI.isValidInput(elem)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isValidInput(ICElement) from the type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1528. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 23) import org.eclipse.cdt.internal.ui.browser.opentype.ElementSelectionDialog; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ElementSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1529. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 24) import org.eclipse.cdt.internal.ui.typehierarchy.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1530. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 59) ElementSelectionDialog dialog = new ElementSelectionDialog(getShell()); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ElementSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1531. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 59) ElementSelectionDialog dialog = new ElementSelectionDialog(getShell()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ElementSelectionDialog(Shell) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1532. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 59) ElementSelectionDialog dialog = new ElementSelectionDialog(getShell()); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ElementSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1533. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 75) String title = Messages.OpenTypeInHierarchyAction_errorTitle; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1534. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 75) String title = Messages.OpenTypeInHierarchyAction_errorTitle; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenTypeInHierarchyAction_errorTitle from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1535. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 76) String message = NLS.bind(Messages.OpenTypeInHierarchyAction_errorNoDefinition, info.getQualifiedTypeName().toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1536. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 76) String message = NLS.bind(Messages.OpenTypeInHierarchyAction_errorNoDefinition, info.getQualifiedTypeName().toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenTypeInHierarchyAction_errorNoDefinition from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1537. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 95) private void configureDialog(ElementSelectionDialog dialog) { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ElementSelectionDialog is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1538. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 98) dialog.setTitle(Messages.OpenTypeInHierarchyAction_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1539. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 98) dialog.setTitle(Messages.OpenTypeInHierarchyAction_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenTypeInHierarchyAction_title from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1540. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 99) dialog.setUpperListLabel(Messages.OpenTypeInHierarchyAction_upperListLabel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1541. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 99) dialog.setUpperListLabel(Messages.OpenTypeInHierarchyAction_upperListLabel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenTypeInHierarchyAction_upperListLabel from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1542. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 100) dialog.setMessage(Messages.OpenTypeInHierarchyAction_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1543. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/OpenTypeInHierarchyAction.java (at line 100) dialog.setMessage(Messages.OpenTypeInHierarchyAction_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenTypeInHierarchyAction_message from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1544. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 33) import org.eclipse.cdt.internal.core.model.CModel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CModel is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1545. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 34) import org.eclipse.cdt.internal.core.model.CModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CModelManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1546. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 35) import org.eclipse.cdt.internal.ui.CPluginImages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1547. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 36) import org.eclipse.cdt.internal.ui.IContextMenuConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IContextMenuConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1548. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 37) import org.eclipse.cdt.internal.ui.actions.CopyTreeAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CopyTreeAction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1549. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 38) import org.eclipse.cdt.internal.ui.editor.ICEditorActionDefinitionIds; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICEditorActionDefinitionIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1550. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 39) import org.eclipse.cdt.internal.ui.typehierarchy.ITHModelPresenter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITHModelPresenter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1551. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 40) import org.eclipse.cdt.internal.ui.typehierarchy.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1552. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 41) import org.eclipse.cdt.internal.ui.typehierarchy.THNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1553. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 42) import org.eclipse.cdt.internal.ui.util.EditorUtility; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1554. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 43) import org.eclipse.cdt.internal.ui.viewsupport.AdaptingSelectionProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AdaptingSelectionProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1555. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 44) import org.eclipse.cdt.internal.ui.viewsupport.AppearanceAwareLabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AppearanceAwareLabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1556. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 45) import org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1557. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 46) import org.eclipse.cdt.internal.ui.viewsupport.CElementLabels; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1558. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 47) import org.eclipse.cdt.internal.ui.viewsupport.CUILabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1559. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 48) import org.eclipse.cdt.internal.ui.viewsupport.DecoratingCLabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DecoratingCLabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1560. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 49) import org.eclipse.cdt.internal.ui.viewsupport.SelectionProviderMediator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SelectionProviderMediator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1561. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 50) import org.eclipse.cdt.internal.ui.viewsupport.WorkingSetFilterUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1562. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 123) public class RemoteTHViewPart extends ViewPart implements ITHModelPresenter { ^^^^^^^^^^^^^^^^^ Discouraged access: The type ITHModelPresenter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1563. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 144) private static final long MEMBER_LABEL_OPTIONS_SIMPLE = CElementLabels.M_PARAMETER_TYPES | CElementLabels.M_APP_RETURNTYPE | CElementLabels.F_APP_TYPE_SIGNATURE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1564. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 144) private static final long MEMBER_LABEL_OPTIONS_SIMPLE = CElementLabels.M_PARAMETER_TYPES | CElementLabels.M_APP_RETURNTYPE | CElementLabels.F_APP_TYPE_SIGNATURE; ^^^^^^^^^^^^^^^^^ Discouraged access: The field M_PARAMETER_TYPES from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1565. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 144) private static final long MEMBER_LABEL_OPTIONS_SIMPLE = CElementLabels.M_PARAMETER_TYPES | CElementLabels.M_APP_RETURNTYPE | CElementLabels.F_APP_TYPE_SIGNATURE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1566. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 144) private static final long MEMBER_LABEL_OPTIONS_SIMPLE = CElementLabels.M_PARAMETER_TYPES | CElementLabels.M_APP_RETURNTYPE | CElementLabels.F_APP_TYPE_SIGNATURE; ^^^^^^^^^^^^^^^^ Discouraged access: The field M_APP_RETURNTYPE from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1567. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 144) private static final long MEMBER_LABEL_OPTIONS_SIMPLE = CElementLabels.M_PARAMETER_TYPES | CElementLabels.M_APP_RETURNTYPE | CElementLabels.F_APP_TYPE_SIGNATURE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1568. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 144) private static final long MEMBER_LABEL_OPTIONS_SIMPLE = CElementLabels.M_PARAMETER_TYPES | CElementLabels.M_APP_RETURNTYPE | CElementLabels.F_APP_TYPE_SIGNATURE; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field F_APP_TYPE_SIGNATURE from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1569. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 145) private static final long MEMBER_LABEL_OPTIONS_QUALIFIED = MEMBER_LABEL_OPTIONS_SIMPLE | CElementLabels.ALL_POST_QUALIFIED; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1570. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 145) private static final long MEMBER_LABEL_OPTIONS_QUALIFIED = MEMBER_LABEL_OPTIONS_SIMPLE | CElementLabels.ALL_POST_QUALIFIED; ^^^^^^^^^^^^^^^^^^ Discouraged access: The field ALL_POST_QUALIFIED from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1571. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 147) private static final int MEMBER_ICON_OPTIONS = CElementImageProvider.OVERLAY_ICONS; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1572. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 147) private static final int MEMBER_ICON_OPTIONS = CElementImageProvider.OVERLAY_ICONS; ^^^^^^^^^^^^^ Discouraged access: The field OVERLAY_ICONS from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1573. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 169) private CUILabelProvider fMemberLabelProvider; ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1574. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 174) private WorkingSetFilterUI fWorkingSetFilterUI; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1575. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 191) private CopyTreeAction fCopyAction; ^^^^^^^^^^^^^^ Discouraged access: The type CopyTreeAction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1576. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 225) setMessage(Messages.THViewPart_instruction); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1577. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 225) setMessage(Messages.THViewPart_instruction); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THViewPart_instruction from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1578. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 254) setMessage(Messages.THViewPart_instruction); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1579. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 254) setMessage(Messages.THViewPart_instruction); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THViewPart_instruction from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1580. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 286) fWorkingSetFilterUI.dispose(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method dispose() from the type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1581. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 293) SelectionProviderMediator mediator= new SelectionProviderMediator(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SelectionProviderMediator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1582. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 293) SelectionProviderMediator mediator= new SelectionProviderMediator(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor SelectionProviderMediator() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1583. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 293) SelectionProviderMediator mediator= new SelectionProviderMediator(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type SelectionProviderMediator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1584. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 294) mediator.addViewer(fHierarchyTreeViewer); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addViewer(Viewer) from the type SelectionProviderMediator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1585. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 295) mediator.addViewer(fMemberViewer); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addViewer(Viewer) from the type SelectionProviderMediator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1586. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 296) getSite().setSelectionProvider(new AdaptingSelectionProvider(ICElement.class, mediator)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor AdaptingSelectionProvider(Class, ISelectionProvider) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1587. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 296) getSite().setSelectionProvider(new AdaptingSelectionProvider(ICElement.class, mediator)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AdaptingSelectionProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1588. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 360) fWorkingSetFilterUI.saveState(memento, KEY_WORKING_SET_FILTER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method saveState(IMemento, String) from the type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1589. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 411) menu.appendToGroup(IContextMenuConstants.GROUP_OPEN, fOpenElement); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IContextMenuConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1590. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 411) menu.appendToGroup(IContextMenuConstants.GROUP_OPEN, fOpenElement); ^^^^^^^^^^ Discouraged access: The field GROUP_OPEN from the type IContextMenuConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1591. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 413) String label= MessageFormat.format(Messages.THViewPart_FocusOn, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1592. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 413) String label= MessageFormat.format(Messages.THViewPart_FocusOn, ^^^^^^^^^^^^^^^^^^ Discouraged access: The field THViewPart_FocusOn from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1593. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 415) CElementLabels.getTextLabel(elem, CElementLabels.ALL_FULLY_QUALIFIED | CElementLabels.M_PARAMETER_TYPES) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTextLabel(Object, long) from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1594. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 415) CElementLabels.getTextLabel(elem, CElementLabels.ALL_FULLY_QUALIFIED | CElementLabels.M_PARAMETER_TYPES) ^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1595. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 415) CElementLabels.getTextLabel(elem, CElementLabels.ALL_FULLY_QUALIFIED | CElementLabels.M_PARAMETER_TYPES) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1596. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 415) CElementLabels.getTextLabel(elem, CElementLabels.ALL_FULLY_QUALIFIED | CElementLabels.M_PARAMETER_TYPES) ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ALL_FULLY_QUALIFIED from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1597. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 415) CElementLabels.getTextLabel(elem, CElementLabels.ALL_FULLY_QUALIFIED | CElementLabels.M_PARAMETER_TYPES) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1598. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 415) CElementLabels.getTextLabel(elem, CElementLabels.ALL_FULLY_QUALIFIED | CElementLabels.M_PARAMETER_TYPES) ^^^^^^^^^^^^^^^^^ Discouraged access: The field M_PARAMETER_TYPES from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1599. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 417) menu.appendToGroup(IContextMenuConstants.GROUP_OPEN, new Action(label) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IContextMenuConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1600. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 417) menu.appendToGroup(IContextMenuConstants.GROUP_OPEN, new Action(label) { ^^^^^^^^^^ Discouraged access: The field GROUP_OPEN from the type IContextMenuConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1601. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 432) if (hierarchyView && fCopyAction.canActionBeAdded()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method canActionBeAdded() from the type CopyTreeAction is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1602. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 464) fMemberLabel.setText(Messages.THViewPart_MethodPane_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1603. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 464) fMemberLabel.setText(Messages.THViewPart_MethodPane_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THViewPart_MethodPane_title from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1604. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 469) fMemberLabelProvider= new AppearanceAwareLabelProvider(MEMBER_LABEL_OPTIONS_SIMPLE, MEMBER_ICON_OPTIONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor AppearanceAwareLabelProvider(long, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1605. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 469) fMemberLabelProvider= new AppearanceAwareLabelProvider(MEMBER_LABEL_OPTIONS_SIMPLE, MEMBER_ICON_OPTIONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AppearanceAwareLabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1606. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 472) fMemberViewer.setLabelProvider(new DecoratingCLabelProvider(fMemberLabelProvider, true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor DecoratingCLabelProvider(CUILabelProvider, boolean) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1607. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 472) fMemberViewer.setLabelProvider(new DecoratingCLabelProvider(fMemberLabelProvider, true)); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DecoratingCLabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1608. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 542) fHierarchyTreeViewer.setLabelProvider(new DecoratingCLabelProvider(fHierarchyLabelProvider, true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor DecoratingCLabelProvider(CUILabelProvider, boolean) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1609. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 542) fHierarchyTreeViewer.setLabelProvider(new DecoratingCLabelProvider(fHierarchyLabelProvider, true)); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DecoratingCLabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1610. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 562) THNode node= selectionToNode(event.getSelection()); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1611. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 589) fWorkingSetFilterUI= new WorkingSetFilterUI(this, fMemento, KEY_WORKING_SET_FILTER) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1612. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 600) fHorizontalOrientation= new Action(Messages.THViewPart_HorizontalOrientation, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1613. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 600) fHorizontalOrientation= new Action(Messages.THViewPart_HorizontalOrientation, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THViewPart_HorizontalOrientation from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1614. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 606) CPluginImages.setImageDescriptors(fHorizontalOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_HORIZONTAL_ORIENTATION); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1615. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 606) CPluginImages.setImageDescriptors(fHorizontalOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_HORIZONTAL_ORIENTATION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1616. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 606) CPluginImages.setImageDescriptors(fHorizontalOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_HORIZONTAL_ORIENTATION); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1617. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 606) CPluginImages.setImageDescriptors(fHorizontalOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_HORIZONTAL_ORIENTATION); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1618. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 606) CPluginImages.setImageDescriptors(fHorizontalOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_HORIZONTAL_ORIENTATION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1619. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 606) CPluginImages.setImageDescriptors(fHorizontalOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_HORIZONTAL_ORIENTATION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_LCL_HORIZONTAL_ORIENTATION from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1620. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 608) fVerticalOrientation= new Action(Messages.THViewPart_VerticalOrientation, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1621. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 608) fVerticalOrientation= new Action(Messages.THViewPart_VerticalOrientation, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THViewPart_VerticalOrientation from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1622. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 614) CPluginImages.setImageDescriptors(fVerticalOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_VERTICAL_ORIENTATION); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1623. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 614) CPluginImages.setImageDescriptors(fVerticalOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_VERTICAL_ORIENTATION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1624. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 614) CPluginImages.setImageDescriptors(fVerticalOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_VERTICAL_ORIENTATION); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1625. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 614) CPluginImages.setImageDescriptors(fVerticalOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_VERTICAL_ORIENTATION); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1626. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 614) CPluginImages.setImageDescriptors(fVerticalOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_VERTICAL_ORIENTATION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1627. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 614) CPluginImages.setImageDescriptors(fVerticalOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_VERTICAL_ORIENTATION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_LCL_VERTICAL_ORIENTATION from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1628. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 616) fAutomaticOrientation= new Action(Messages.THViewPart_AutomaticOrientation, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1629. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 616) fAutomaticOrientation= new Action(Messages.THViewPart_AutomaticOrientation, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THViewPart_AutomaticOrientation from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1630. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 622) CPluginImages.setImageDescriptors(fAutomaticOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_AUTOMATIC_ORIENTATION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1631. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 622) CPluginImages.setImageDescriptors(fAutomaticOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_AUTOMATIC_ORIENTATION); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1632. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 622) CPluginImages.setImageDescriptors(fAutomaticOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_AUTOMATIC_ORIENTATION); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1633. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 622) CPluginImages.setImageDescriptors(fAutomaticOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_AUTOMATIC_ORIENTATION); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1634. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 622) CPluginImages.setImageDescriptors(fAutomaticOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_AUTOMATIC_ORIENTATION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1635. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 622) CPluginImages.setImageDescriptors(fAutomaticOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_AUTOMATIC_ORIENTATION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_LCL_AUTOMATIC_ORIENTATION from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1636. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 624) fSingleOrientation= new Action(Messages.THViewPart_SinglePaneOrientation, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1637. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 624) fSingleOrientation= new Action(Messages.THViewPart_SinglePaneOrientation, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THViewPart_SinglePaneOrientation from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1638. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 630) CPluginImages.setImageDescriptors(fSingleOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_SINGLE_ORIENTATION); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1639. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 630) CPluginImages.setImageDescriptors(fSingleOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_SINGLE_ORIENTATION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1640. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 630) CPluginImages.setImageDescriptors(fSingleOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_SINGLE_ORIENTATION); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1641. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 630) CPluginImages.setImageDescriptors(fSingleOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_SINGLE_ORIENTATION); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1642. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 630) CPluginImages.setImageDescriptors(fSingleOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_SINGLE_ORIENTATION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1643. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 630) CPluginImages.setImageDescriptors(fSingleOrientation, CPluginImages.T_LCL, CPluginImages.IMG_LCL_SINGLE_ORIENTATION); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_LCL_SINGLE_ORIENTATION from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1644. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THContentProvider.java (at line 20) import org.eclipse.cdt.internal.ui.typehierarchy.THNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1645. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THContentProvider.java (at line 47) if (element instanceof THNode) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1646. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THContentProvider.java (at line 48) return ((THNode) element).hasChildren(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method hasChildren() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1647. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THContentProvider.java (at line 48) return ((THNode) element).hasChildren(); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1648. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THContentProvider.java (at line 54) if (element instanceof THNode) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1649. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THContentProvider.java (at line 55) return ((THNode) element).getChildren(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getChildren() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1650. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THContentProvider.java (at line 55) return ((THNode) element).getChildren(); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1651. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THContentProvider.java (at line 61) if (element instanceof THNode) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1652. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THContentProvider.java (at line 62) return ((THNode) element).getParent(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getParent() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1653. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THContentProvider.java (at line 62) return ((THNode) element).getParent(); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1654. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THDropTargetListener.java (at line 23) import org.eclipse.cdt.internal.ui.typehierarchy.TypeHierarchyUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1655. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THDropTargetListener.java (at line 62) if (!TypeHierarchyUI.isValidInput(fInput)) { ^^^^^^^^^^^^^^^ Discouraged access: The type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1656. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THDropTargetListener.java (at line 62) if (!TypeHierarchyUI.isValidInput(fInput)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isValidInput(ICElement) from the type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1657. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 28) import org.eclipse.cdt.internal.ui.typehierarchy.ITHModelPresenter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITHModelPresenter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1658. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 29) import org.eclipse.cdt.internal.ui.typehierarchy.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1659. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 30) import org.eclipse.cdt.internal.ui.typehierarchy.THNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1660. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 31) import org.eclipse.cdt.internal.ui.typehierarchy.THSchedulingRule; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type THSchedulingRule is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1661. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 32) import org.eclipse.cdt.internal.ui.viewsupport.IndexUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1662. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 33) import org.eclipse.cdt.internal.ui.viewsupport.WorkingSetFilterUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1663. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 60) super(Messages.THHierarchyModel_Job_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1664. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 60) super(Messages.THHierarchyModel_Job_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THHierarchyModel_Job_title from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1665. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 75) private static final ISchedulingRule RULE = new THSchedulingRule(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor THSchedulingRule() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1666. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 75) private static final ISchedulingRule RULE = new THSchedulingRule(); ^^^^^^^^^^^^^^^^ Discouraged access: The type THSchedulingRule is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1667. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 83) private THNode[] fRootNodes; ^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1668. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 84) private THNode fSelectedTypeNode; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1669. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 91) private ITHModelPresenter fView; ^^^^^^^^^^^^^^^^^ Discouraged access: The type ITHModelPresenter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1670. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 92) private WorkingSetFilterUI fFilter; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1671. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 95) public THHierarchyModel(ITHModelPresenter view, Display display, boolean hideNonImplementors) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type ITHModelPresenter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1672. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 132) public void setWorkingSetFilter(WorkingSetFilterUI filterUI) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1673. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 153) IWorkbenchSiteProgressService ps= fView.getProgressService(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getProgressService() from the type ITHModelPresenter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1674. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 204) ArrayList stack= new ArrayList(); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1675. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 204) ArrayList stack= new ArrayList(); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1676. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 205) ArrayList roots= new ArrayList(); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1677. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 205) ArrayList roots= new ArrayList(); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1678. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 206) ArrayList leafs= new ArrayList(); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1679. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 206) ArrayList leafs= new ArrayList(); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1680. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1681. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1682. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1683. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 240) THNode childNode= createNode(node, gchildNode, inputNode); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1684. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 241) node.addChild(childNode); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addChild(THNode) from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1685. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 246) fRootNodes= roots.toArray(new THNode[roots.size()]); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1686. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 250) fTypeToSelect= fSelectedTypeNode.getElement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getElement() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1687. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 260) private void removeFilteredLeafs(THNode[] rootNodes) { ^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1688. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 261) for (THNode node : rootNodes) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1689. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 262) node.removeFilteredLeafs(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method removeFilteredLeafs() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1690. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 266) private void removeNonImplementorLeaves(THNode[] rootNodes) { ^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1691. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 267) for (THNode node : rootNodes) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1692. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 268) node.removeNonImplementorLeafs(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method removeNonImplementorLeafs() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1693. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 273) private THNode findSelection(THNode[] searchme) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1694. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 273) private THNode findSelection(THNode[] searchme) { ^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1695. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 274) THNode[] result= new THNode[2]; ^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1696. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 274) THNode[] result= new THNode[2]; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1697. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 282) private void findSelection(THNode[] searchme, THNode[] result) { ^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1698. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 282) private void findSelection(THNode[] searchme, THNode[] result) { ^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1699. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 283) for (THNode element : searchme) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1700. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 291) private void findSelection(THNode node, THNode[] result) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1701. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 291) private void findSelection(THNode node, THNode[] result) { ^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1702. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 292) if (node.equals(fSelectedTypeNode)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method equals(Object) from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1703. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 297) if (node.getElement().equals(fTypeToSelect)) { ^^^^^^^^^^^^^^^^^ Discouraged access: The method getElement() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1704. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 301) THNode[] children= node.getChildren(); ^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1705. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 301) THNode[] children= node.getChildren(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method getChildren() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1706. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 309) THGraphNode gnode= fGraph.getNode(fSelectedTypeNode.getElement()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getElement() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1707. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 330) private THNode createNode(THNode parent, THGraphNode gnode, THGraphNode inputNode) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1708. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 330) private THNode createNode(THNode parent, THGraphNode gnode, THGraphNode inputNode) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1709. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 332) THNode node= new THNode(parent, element); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1710. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 332) THNode node= new THNode(parent, element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor THNode(THNode, ICElement) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1711. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 332) THNode node= new THNode(parent, element); ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1712. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 333) if (gnode != inputNode && fFilter != null && !fFilter.isPartOfWorkingSet(element)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isPartOfWorkingSet(ICElement) from the type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1713. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 334) node.setIsFiltered(true); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setIsFiltered(boolean) from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1714. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 347) fView.setMessage(IndexUI.getFileNotIndexedMessage(fInput)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setMessage(String) from the type ITHModelPresenter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1715. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 347) fView.setMessage(IndexUI.getFileNotIndexedMessage(fInput)); ^^^^^^^ Discouraged access: The type IndexUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1716. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 347) fView.setMessage(IndexUI.getFileNotIndexedMessage(fInput)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFileNotIndexedMessage(ICElement) from the type IndexUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1717. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 350) fView.setMessage(Messages.THHierarchyModel_errorComputingHierarchy); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setMessage(String) from the type ITHModelPresenter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1718. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 350) fView.setMessage(Messages.THHierarchyModel_errorComputingHierarchy); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1719. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 350) fView.setMessage(Messages.THHierarchyModel_errorComputingHierarchy); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THHierarchyModel_errorComputingHierarchy from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1720. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 366) fView.onEvent(event); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method onEvent(int) from the type ITHModelPresenter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1721. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 377) public THNode getSelectionInHierarchy() { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1722. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 381) public void onHierarchySelectionChanged(THNode node) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1723. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 384) fTypeToSelect= node.getElement(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method getElement() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1724. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 392) THGraphNode gnode= fGraph.getNode(fSelectedTypeNode.getElement()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getElement() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1725. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 411) for (THNode node : fRootNodes) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1726. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 417) private void updateImplementors(THNode node) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1727. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 418) node.setIsImplementor(isImplementor(node.getElement())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setIsImplementor(boolean) from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1728. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 418) node.setIsImplementor(isImplementor(node.getElement())); ^^^^^^^^^^^^^^^^^ Discouraged access: The method getElement() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1729. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 419) THNode[] children= node.getChildren(); ^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1730. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 419) THNode[] children= node.getChildren(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method getChildren() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1731. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 420) for (THNode child : children) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1732. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 455) return fRootNodes.length == 1 && !fRootNodes[0].hasChildren(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method hasChildren() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1733. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryAction.java (at line 25) import org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1734. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryAction.java (at line 26) import org.eclipse.cdt.internal.ui.viewsupport.CElementLabels; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1735. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryAction.java (at line 34) CElementLabels.M_PARAMETER_TYPES | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1736. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryAction.java (at line 34) CElementLabels.M_PARAMETER_TYPES | ^^^^^^^^^^^^^^^^^ Discouraged access: The field M_PARAMETER_TYPES from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1737. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryAction.java (at line 35) CElementLabels.ALL_FULLY_QUALIFIED | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1738. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryAction.java (at line 35) CElementLabels.ALL_FULLY_QUALIFIED | ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ALL_FULLY_QUALIFIED from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1739. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryAction.java (at line 36) CElementLabels.MF_POST_FILE_QUALIFIED; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1740. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryAction.java (at line 36) CElementLabels.MF_POST_FILE_QUALIFIED; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field MF_POST_FILE_QUALIFIED from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1741. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryAction.java (at line 46) String elementName= CElementLabels.getElementLabel(element, LABEL_OPTIONS); ^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1742. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryAction.java (at line 46) String elementName= CElementLabels.getElementLabel(element, LABEL_OPTIONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getElementLabel(ICElement, long) from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1743. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryAction.java (at line 52) CElementImageProvider imageProvider= new CElementImageProvider(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1744. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryAction.java (at line 52) CElementImageProvider imageProvider= new CElementImageProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CElementImageProvider() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1745. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryAction.java (at line 52) CElementImageProvider imageProvider= new CElementImageProvider(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1746. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryAction.java (at line 53) ImageDescriptor desc= imageProvider.getBaseImageDescriptor(elem, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getBaseImageDescriptor(ICElement, int) from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1747. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryAction.java (at line 54) imageProvider.dispose(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method dispose() from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1748. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryDropDownAction.java (at line 21) import org.eclipse.cdt.internal.ui.CPluginImages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1749. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryDropDownAction.java (at line 22) import org.eclipse.cdt.internal.ui.typehierarchy.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1750. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryDropDownAction.java (at line 38) super(Messages.THHistoryDropDownAction_ClearHistory); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1751. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryDropDownAction.java (at line 38) super(Messages.THHistoryDropDownAction_ClearHistory); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THHistoryDropDownAction_ClearHistory from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1752. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryDropDownAction.java (at line 57) setToolTipText(Messages.THHistoryDropDownAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1753. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryDropDownAction.java (at line 57) setToolTipText(Messages.THHistoryDropDownAction_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THHistoryDropDownAction_tooltip from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1754. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryDropDownAction.java (at line 58) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, "history_list.gif"); //$NON-NLS-1$ ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1755. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryDropDownAction.java (at line 58) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, "history_list.gif"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1756. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryDropDownAction.java (at line 58) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, "history_list.gif"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1757. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryDropDownAction.java (at line 58) CPluginImages.setImageDescriptors(this, CPluginImages.T_LCL, "history_list.gif"); //$NON-NLS-1$ ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1758. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 24) import org.eclipse.cdt.internal.ui.dialogs.StatusInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1759. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 25) import org.eclipse.cdt.internal.ui.typehierarchy.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1760. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 26) import org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1761. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 27) import org.eclipse.cdt.internal.ui.viewsupport.CUILabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1762. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 28) import org.eclipse.cdt.internal.ui.wizards.dialogfields.DialogField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1763. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 29) import org.eclipse.cdt.internal.ui.wizards.dialogfields.IListAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IListAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1764. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 30) import org.eclipse.cdt.internal.ui.wizards.dialogfields.LayoutUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1765. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 31) import org.eclipse.cdt.internal.ui.wizards.dialogfields.ListDialogField; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1766. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 37) import org.eclipse.jface.viewers.LabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.viewers.LabelProvider is never used ---------- 1767. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 50) private ListDialogField fHistoryList; ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1768. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 57) setTitle(Messages.THHistoryListAction_HistoryList_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1769. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 57) setTitle(Messages.THHistoryListAction_HistoryList_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THHistoryListAction_HistoryList_title from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1770. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 59) Messages.THHistoryListAction_Remove, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1771. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 59) Messages.THHistoryListAction_Remove, ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THHistoryListAction_Remove from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1772. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 62) IListAdapter adapter= new IListAdapter() { ^^^^^^^^^^^^ Discouraged access: The type IListAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1773. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 62) IListAdapter adapter= new IListAdapter() { ^^^^^^^^^^^^ Discouraged access: The type IListAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1774. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 63) public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1775. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 66) public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1776. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 70) public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1777. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 75) ILabelProvider labelProvider= new CUILabelProvider(THHistoryAction.LABEL_OPTIONS, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CUILabelProvider(long, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1778. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 75) ILabelProvider labelProvider= new CUILabelProvider(THHistoryAction.LABEL_OPTIONS, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1779. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 75) ILabelProvider labelProvider= new CUILabelProvider(THHistoryAction.LABEL_OPTIONS, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1780. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 75) ILabelProvider labelProvider= new CUILabelProvider(THHistoryAction.LABEL_OPTIONS, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^ Discouraged access: The field OVERLAY_ICONS from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1781. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 77) fHistoryList= new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ListDialogField(IListAdapter, String[], IBaseLabelProvider) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1782. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 77) fHistoryList= new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1783. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 78) fHistoryList.setLabelText(Messages.THHistoryListAction_HistoryList_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setLabelText(String) from the type DialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1784. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 78) fHistoryList.setLabelText(Messages.THHistoryListAction_HistoryList_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1785. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 78) fHistoryList.setLabelText(Messages.THHistoryListAction_HistoryList_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THHistoryListAction_HistoryList_label from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1786. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 79) fHistoryList.setElements(Arrays.asList(historyEntries)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setElements(List) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1787. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 88) fHistoryList.selectElements(sel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method selectElements(ISelection) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1788. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 106) LayoutUtil.doDefaultLayout(inner, new DialogField[] { fHistoryList }, true, 0, 0); ^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1789. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 106) LayoutUtil.doDefaultLayout(inner, new DialogField[] { fHistoryList }, true, 0, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method doDefaultLayout(Composite, DialogField[], boolean, int, int) from the type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1790. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 106) LayoutUtil.doDefaultLayout(inner, new DialogField[] { fHistoryList }, true, 0, 0); ^^^^^^^^^^^ Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1791. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 107) LayoutUtil.setHeightHint(fHistoryList.getListControl(null), convertHeightInCharsToPixels(12)); ^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1792. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 107) LayoutUtil.setHeightHint(fHistoryList.getListControl(null), convertHeightInCharsToPixels(12)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setHeightHint(Control, int) from the type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1793. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 107) LayoutUtil.setHeightHint(fHistoryList.getListControl(null), convertHeightInCharsToPixels(12)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getListControl(Composite) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1794. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 108) LayoutUtil.setHorizontalGrabbing(fHistoryList.getListControl(null), true); ^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1795. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 108) LayoutUtil.setHorizontalGrabbing(fHistoryList.getListControl(null), true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setHorizontalGrabbing(Control, boolean) from the type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1796. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 108) LayoutUtil.setHorizontalGrabbing(fHistoryList.getListControl(null), true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getListControl(Composite) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1797. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 118) fHistoryList.removeElements(fHistoryList.getSelectedElements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method removeElements(List) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1798. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 118) fHistoryList.removeElements(fHistoryList.getSelectedElements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSelectedElements() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1799. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 129) StatusInfo status= new StatusInfo(); ^^^^^^^^^^ Discouraged access: The type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1800. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 129) StatusInfo status= new StatusInfo(); ^^^^^^^^^^^^^^^^ Discouraged access: The constructor StatusInfo() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1801. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 129) StatusInfo status= new StatusInfo(); ^^^^^^^^^^ Discouraged access: The type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1802. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 130) List selected= fHistoryList.getSelectedElements(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSelectedElements() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1803. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 132) status.setError(""); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setError(String) from the type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1804. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 137) fHistoryList.enableButton(0, fHistoryList.getSize() > selected.size() && selected.size() != 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method enableButton(int, boolean) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1805. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 137) fHistoryList.enableButton(0, fHistoryList.getSize() > selected.size() && selected.size() != 0); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSize() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1806. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 147) List elems= fHistoryList.getElements(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getElements() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1807. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 175) setText(Messages.THHistoryListAction_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1808. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 175) setText(Messages.THHistoryListAction_label); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THHistoryListAction_label from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1809. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 24) import org.eclipse.cdt.internal.ui.typehierarchy.THNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1810. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 25) import org.eclipse.cdt.internal.ui.viewsupport.AppearanceAwareLabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AppearanceAwareLabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1811. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 26) import org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1812. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 27) import org.eclipse.cdt.internal.ui.viewsupport.CElementLabels; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1813. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 28) import org.eclipse.cdt.internal.ui.viewsupport.CUILabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1814. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 29) import org.eclipse.cdt.internal.ui.viewsupport.ImageImageDescriptor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ImageImageDescriptor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1815. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 41) public class THLabelProvider extends AppearanceAwareLabelProvider { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AppearanceAwareLabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1816. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 43) private final static long LABEL_OPTIONS_SIMPLE= CElementLabels.ALL_FULLY_QUALIFIED | CElementLabels.M_PARAMETER_TYPES | CElementLabels.M_APP_RETURNTYPE | CElementLabels.F_APP_TYPE_SIGNATURE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1817. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 43) private final static long LABEL_OPTIONS_SIMPLE= CElementLabels.ALL_FULLY_QUALIFIED | CElementLabels.M_PARAMETER_TYPES | CElementLabels.M_APP_RETURNTYPE | CElementLabels.F_APP_TYPE_SIGNATURE; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ALL_FULLY_QUALIFIED from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1818. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 43) private final static long LABEL_OPTIONS_SIMPLE= CElementLabels.ALL_FULLY_QUALIFIED | CElementLabels.M_PARAMETER_TYPES | CElementLabels.M_APP_RETURNTYPE | CElementLabels.F_APP_TYPE_SIGNATURE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1819. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 43) private final static long LABEL_OPTIONS_SIMPLE= CElementLabels.ALL_FULLY_QUALIFIED | CElementLabels.M_PARAMETER_TYPES | CElementLabels.M_APP_RETURNTYPE | CElementLabels.F_APP_TYPE_SIGNATURE; ^^^^^^^^^^^^^^^^^ Discouraged access: The field M_PARAMETER_TYPES from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1820. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 43) private final static long LABEL_OPTIONS_SIMPLE= CElementLabels.ALL_FULLY_QUALIFIED | CElementLabels.M_PARAMETER_TYPES | CElementLabels.M_APP_RETURNTYPE | CElementLabels.F_APP_TYPE_SIGNATURE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1821. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 43) private final static long LABEL_OPTIONS_SIMPLE= CElementLabels.ALL_FULLY_QUALIFIED | CElementLabels.M_PARAMETER_TYPES | CElementLabels.M_APP_RETURNTYPE | CElementLabels.F_APP_TYPE_SIGNATURE; ^^^^^^^^^^^^^^^^ Discouraged access: The field M_APP_RETURNTYPE from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1822. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 43) private final static long LABEL_OPTIONS_SIMPLE= CElementLabels.ALL_FULLY_QUALIFIED | CElementLabels.M_PARAMETER_TYPES | CElementLabels.M_APP_RETURNTYPE | CElementLabels.F_APP_TYPE_SIGNATURE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1823. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 43) private final static long LABEL_OPTIONS_SIMPLE= CElementLabels.ALL_FULLY_QUALIFIED | CElementLabels.M_PARAMETER_TYPES | CElementLabels.M_APP_RETURNTYPE | CElementLabels.F_APP_TYPE_SIGNATURE; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field F_APP_TYPE_SIGNATURE from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1824. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 44) private final static long LABEL_OPTIONS_SHOW_FILES= LABEL_OPTIONS_SIMPLE | CElementLabels.MF_POST_FILE_QUALIFIED; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1825. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 44) private final static long LABEL_OPTIONS_SHOW_FILES= LABEL_OPTIONS_SIMPLE | CElementLabels.MF_POST_FILE_QUALIFIED; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field MF_POST_FILE_QUALIFIED from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1826. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 46) private CUILabelProvider fCLabelProvider= new CUILabelProvider(LABEL_OPTIONS_SIMPLE, 0); ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1827. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 46) private CUILabelProvider fCLabelProvider= new CUILabelProvider(LABEL_OPTIONS_SIMPLE, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CUILabelProvider(long, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1828. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 46) private CUILabelProvider fCLabelProvider= new CUILabelProvider(LABEL_OPTIONS_SIMPLE, 0); ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1829. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 60) if (element instanceof THNode) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1830. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 61) THNode node= (THNode) element; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1831. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 61) THNode node= (THNode) element; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1832. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 62) ICElement decl= node.getElement(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method getElement() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1833. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 64) if (node.isFiltered() || ^^^^^^^^^^^^^^^^^ Discouraged access: The method isFiltered() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1834. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 65) (fHideNonImplementers && !node.isImplementor())) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isImplementor() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1835. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 66) fCLabelProvider.setImageFlags(CElementImageProvider.LIGHT_TYPE_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageFlags(int) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1836. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 66) fCLabelProvider.setImageFlags(CElementImageProvider.LIGHT_TYPE_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1837. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 66) fCLabelProvider.setImageFlags(CElementImageProvider.LIGHT_TYPE_ICONS); ^^^^^^^^^^^^^^^^ Discouraged access: The field LIGHT_TYPE_ICONS from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1838. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 68) Image image= fCLabelProvider.getImage(decl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getImage(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1839. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 69) fCLabelProvider.setImageFlags(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageFlags(int) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1840. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 76) return fCLabelProvider.getImage(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getImage(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1841. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 78) return super.getImage(element); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getImage(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1842. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 83) if (element instanceof THNode) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1843. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 84) THNode node= (THNode) element; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1844. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 84) THNode node= (THNode) element; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1845. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 85) ICElement decl= node.getElement(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method getElement() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1846. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 87) String label= fCLabelProvider.getText(decl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getText(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1847. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 88) return decorateText(label, element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method decorateText(String, Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1848. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 91) return super.getText(element); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getText(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1849. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 96) if (element instanceof THNode) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1850. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 97) THNode node= (THNode) element; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1851. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 97) THNode node= (THNode) element; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1852. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 98) ICElement decl= node.getElement(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method getElement() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1853. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 100) StyledString label= fCLabelProvider.getStyledText(decl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getStyledText(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1854. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 103) String decorated= decorateText(label.getString(), element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method decorateText(String, Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1855. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 110) return super.getStyledText(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getStyledText(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1856. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 116) fCLabelProvider.dispose(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method dispose() from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1857. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 122) super.dispose(); ^^^^^^^^^^^^^^^ Discouraged access: The method dispose() from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1858. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 125) private Image decorateImage(Image image, THNode node) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1859. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 127) if (node.hasChildren()) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The method hasChildren() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1860. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 135) if (fMarkImplementers && node.isImplementor()) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isImplementor() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1861. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 143) new ImageImageDescriptor(image), flags, new Point(20,16)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ImageImageDescriptor(Image) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1862. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 143) new ImageImageDescriptor(image), flags, new Point(20,16)); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ImageImageDescriptor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1863. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 151) if (element instanceof THNode) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1864. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 152) THNode node= (THNode) element; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1865. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 152) THNode node= (THNode) element; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1866. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 153) if (node.isFiltered()) { ^^^^^^^^^^^^^^^^^ Discouraged access: The method isFiltered() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1867. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 161) fCLabelProvider.setTextFlags(show ? LABEL_OPTIONS_SHOW_FILES : LABEL_OPTIONS_SIMPLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setTextFlags(long) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1868. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 174) super.addLabelDecorator(decorator); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addLabelDecorator(ILabelDecorator) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1869. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 23) import org.eclipse.cdt.internal.ui.typehierarchy.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1870. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 24) import org.eclipse.cdt.internal.ui.typehierarchy.TypeHierarchyUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1871. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 25) import org.eclipse.cdt.internal.ui.util.ExceptionHandler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1872. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 26) import org.eclipse.cdt.internal.ui.util.StatusLineHandler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1873. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 46) if (!TypeHierarchyUI.isValidInput(input)) { ^^^^^^^^^^^^^^^ Discouraged access: The type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1874. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 46) if (!TypeHierarchyUI.isValidInput(input)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isValidInput(ICElement) from the type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1875. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 50) if (!TypeHierarchyUI.isValidTypeInput(input)) { ^^^^^^^^^^^^^^^ Discouraged access: The type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1876. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 50) if (!TypeHierarchyUI.isValidTypeInput(input)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isValidTypeInput(ICElement) from the type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1877. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 53) if (!TypeHierarchyUI.isValidTypeInput(input)) { ^^^^^^^^^^^^^^^ Discouraged access: The type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1878. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 53) if (!TypeHierarchyUI.isValidTypeInput(input)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isValidTypeInput(ICElement) from the type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1879. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 65) if (TypeHierarchyUI.isValidTypeInput(input)) { ^^^^^^^^^^^^^^^ Discouraged access: The type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1880. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 65) if (TypeHierarchyUI.isValidTypeInput(input)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isValidTypeInput(ICElement) from the type TypeHierarchyUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1881. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 79) Job job= new Job(Messages.TypeHierarchyUI_OpenTypeHierarchy) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1882. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 79) Job job= new Job(Messages.TypeHierarchyUI_OpenTypeHierarchy) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field TypeHierarchyUI_OpenTypeHierarchy from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1883. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 83) StatusLineHandler.clearStatusLine(editor.getSite()); ^^^^^^^^^^^^^^^^^ Discouraged access: The type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1884. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 83) StatusLineHandler.clearStatusLine(editor.getSite()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method clearStatusLine(IWorkbenchSite) from the type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1885. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 96) StatusLineHandler.showStatusLineMessage(editor.getSite(), ^^^^^^^^^^^^^^^^^ Discouraged access: The type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1886. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 96) StatusLineHandler.showStatusLineMessage(editor.getSite(), Messages.TypeHierarchyUI_OpenFailure_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method showStatusLineMessage(IWorkbenchSite, String) from the type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1887. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 97) Messages.TypeHierarchyUI_OpenFailure_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1888. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 97) Messages.TypeHierarchyUI_OpenFailure_message); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field TypeHierarchyUI_OpenFailure_message from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1889. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 119) ExceptionHandler.handle(e, window.getShell(), Messages.TypeHierarchyUI_OpenTypeHierarchy, null); ^^^^^^^^^^^^^^^^ Discouraged access: The type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1890. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 119) ExceptionHandler.handle(e, window.getShell(), Messages.TypeHierarchyUI_OpenTypeHierarchy, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method handle(CoreException, Shell, String, String) from the type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1891. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 119) ExceptionHandler.handle(e, window.getShell(), Messages.TypeHierarchyUI_OpenTypeHierarchy, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1892. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/TypeHierarchyUtil.java (at line 119) ExceptionHandler.handle(e, window.getShell(), Messages.TypeHierarchyUI_OpenTypeHierarchy, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field TypeHierarchyUI_OpenTypeHierarchy from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1893. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/UIPlugin.java (at line 14) import org.eclipse.cdt.internal.ui.ICStatusConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICStatusConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1894. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/UIPlugin.java (at line 21) import org.eclipse.ui.internal.editors.text.EditorsPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.editors_3.7.0.v20110517-0800.jar ---------- 1895. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/UIPlugin.java (at line 94) Preferences preferences = EditorsPlugin.getDefault().getPluginPreferences(); ^^^^^^^^^^^^^ Discouraged access: The type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.editors_3.7.0.v20110517-0800.jar ---------- 1896. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/UIPlugin.java (at line 94) Preferences preferences = EditorsPlugin.getDefault().getPluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefault() from the type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.editors_3.7.0.v20110517-0800.jar ---------- 1897. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/UIPlugin.java (at line 111) EditorsPlugin.getDefault().savePluginPreferences(); ^^^^^^^^^^^^^ Discouraged access: The type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.editors_3.7.0.v20110517-0800.jar ---------- 1898. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/UIPlugin.java (at line 111) EditorsPlugin.getDefault().savePluginPreferences(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefault() from the type EditorsPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.editors_3.7.0.v20110517-0800.jar ---------- 1899. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/UIPlugin.java (at line 128) log(new Status(IStatus.ERROR, getPluginId(), ICStatusConstants.INTERNAL_ERROR, message, null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICStatusConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1900. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/UIPlugin.java (at line 128) log(new Status(IStatus.ERROR, getPluginId(), ICStatusConstants.INTERNAL_ERROR, message, null)); ^^^^^^^^^^^^^^ Discouraged access: The field INTERNAL_ERROR from the type ICStatusConstants is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1901. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/messages/Messages.java (at line 38) return MessageFormat.format(message, substitutions); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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 ---------- ---------- 1902. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/IndexerOptionPropertyPage.java (at line 16) import org.eclipse.cdt.internal.ui.ICHelpContextIds; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICHelpContextIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1903. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/IndexerOptionPropertyPage.java (at line 48) PlatformUI.getWorkbench().getHelpSystem().setHelp(composite, ICHelpContextIds.PROJECT_INDEXER_PROPERTIES); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICHelpContextIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1904. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/IndexerOptionPropertyPage.java (at line 48) PlatformUI.getWorkbench().getHelpSystem().setHelp(composite, ICHelpContextIds.PROJECT_INDEXER_PROPERTIES); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PROJECT_INDEXER_PROPERTIES from the type ICHelpContextIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- ---------- 1905. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 23) import org.eclipse.cdt.internal.core.envvar.EnvVarDescriptor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EnvVarDescriptor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1906. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 24) import org.eclipse.cdt.internal.core.envvar.EnvironmentVariableManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EnvironmentVariableManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1907. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 25) import org.eclipse.cdt.internal.core.envvar.UserDefinedEnvironmentSupplier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type UserDefinedEnvironmentSupplier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1908. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 74) private static final UserDefinedEnvironmentSupplier fUserSupplier = EnvironmentVariableManager.fUserSupplier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type UserDefinedEnvironmentSupplier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1909. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 74) private static final UserDefinedEnvironmentSupplier fUserSupplier = EnvironmentVariableManager.fUserSupplier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EnvironmentVariableManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1910. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 74) private static final UserDefinedEnvironmentSupplier fUserSupplier = EnvironmentVariableManager.fUserSupplier; ^^^^^^^^^^^^^ Discouraged access: The field fUserSupplier from the type EnvironmentVariableManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1911. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 88) boolean changed; ^^^^^^^ The value of the field RemoteEnvironmentTab.TabData.changed is not used ---------- 1912. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 186) ArrayList ar = (ArrayList)inputElement; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 1913. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 289) vars = fUserSupplier.getWorkspaceEnvironmentCopy(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getWorkspaceEnvironmentCopy() from the type UserDefinedEnvironmentSupplier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1914. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 301) vars = fUserSupplier.getWorkspaceEnvironmentCopy(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getWorkspaceEnvironmentCopy() from the type UserDefinedEnvironmentSupplier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1915. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 515) Map m = (Map)inputElement; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 1916. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 539) if (fUserSupplier.setWorkspaceEnvironment(vars)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setWorkspaceEnvironment(StorableEnvironment) from the type UserDefinedEnvironmentSupplier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1917. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 563) ((EnvVarDescriptor)var).getContextInfo().getContext() != null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getContextInfo() from the type EnvVarDescriptor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1918. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 563) ((EnvVarDescriptor)var).getContextInfo().getContext() != null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getContext() from the type IEnvironmentContextInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1919. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 563) ((EnvVarDescriptor)var).getContextInfo().getContext() != null); ^^^^^^^^^^^^^^^^ Discouraged access: The type EnvVarDescriptor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 1920. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/serviceproviders/NullCIndexServiceProvider.java (at line 39) import org.eclipse.ptp.internal.rdt.core.navigation.INavigationService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type INavigationService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1921. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/serviceproviders/NullCIndexServiceProvider.java (at line 40) import org.eclipse.ptp.internal.rdt.core.navigation.OpenDeclarationResult; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type OpenDeclarationResult is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1922. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/serviceproviders/NullCIndexServiceProvider.java (at line 214) public INavigationService getNavigationService() { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type INavigationService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1923. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/serviceproviders/NullCIndexServiceProvider.java (at line 215) return new INavigationService() { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type INavigationService is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1924. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/serviceproviders/NullCIndexServiceProvider.java (at line 217) public OpenDeclarationResult openDeclaration(Scope scope, ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type OpenDeclarationResult is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- ---------- 1925. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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 ---------- 1926. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/ProjectChangeListener.java (at line 15) import org.eclipse.cdt.utils.EFSExtensionManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.utils.EFSExtensionManager is never used ---------- 1927. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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 ---------- 1928. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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 ---------- ---------- 1929. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 32) import org.eclipse.cdt.internal.core.parser.ParserMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1930. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 56) import org.eclipse.ptp.internal.rdt.core.IRemoteIndexerInfoProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IRemoteIndexerInfoProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1931. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 57) import org.eclipse.ptp.internal.rdt.core.Serializer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Serializer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1932. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 67) import org.eclipse.ptp.internal.rdt.core.navigation.OpenDeclarationResult; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type OpenDeclarationResult is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1933. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 185) public IStatus reindexScope(Scope scope, IRemoteIndexerInfoProvider provider, String indexLocation, IProgressMonitor monitor, RemoteIndexerTask task) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IRemoteIndexerInfoProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1934. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 207) serializedProvider = Serializer.serialize(provider); ^^^^^^^^^^ Discouraged access: The type Serializer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1935. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 207) serializedProvider = Serializer.serialize(provider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method serialize(Object) from the type Serializer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1936. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 320) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1937. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 320) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1938. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 322) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1939. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 322) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1940. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 324) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1941. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 324) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1942. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 392) public IStatus indexDelta(Scope scope, IRemoteIndexerInfoProvider provider, List newElements, ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IRemoteIndexerInfoProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1943. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 417) serializedProvider = Serializer.serialize(provider); ^^^^^^^^^^ Discouraged access: The type Serializer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1944. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 417) serializedProvider = Serializer.serialize(provider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method serialize(Object) from the type Serializer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1945. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 509) Object result = Serializer.deserialize(data); ^^^^^^^^^^ Discouraged access: The type Serializer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1946. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 509) Object result = Serializer.deserialize(data); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method deserialize(String) from the type Serializer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1947. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 703) public OpenDeclarationResult openDeclaration(Scope scope, ITranslationUnit unit, String selectedText, int selectionStart, int selectionLength, IProgressMonitor monitor) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type OpenDeclarationResult is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1948. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 708) return OpenDeclarationResult.failureUnexpectedError(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type OpenDeclarationResult is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1949. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 708) return OpenDeclarationResult.failureUnexpectedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method failureUnexpectedError() from the type OpenDeclarationResult is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1950. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 709) return (OpenDeclarationResult)result; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type OpenDeclarationResult is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1951. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 772) return (Map) result; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Map ---------- 1952. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 852) Object result = Serializer.deserialize(data); ^^^^^^^^^^ Discouraged access: The type Serializer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1953. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 852) Object result = Serializer.deserialize(data); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method deserialize(String) from the type Serializer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1954. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 978) Object result = Serializer.deserialize(data); ^^^^^^^^^^ Discouraged access: The type Serializer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1955. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 978) Object result = Serializer.deserialize(data); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method deserialize(String) from the type Serializer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1956. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 990) String serialized = Serializer.serialize(object); ^^^^^^^^^^ Discouraged access: The type Serializer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1957. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 990) String serialized = Serializer.serialize(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method serialize(Object) from the type Serializer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- ---------- 1958. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ConvertToRemoteWizard.java (at line 19) import org.eclipse.ui.internal.ide.IDEWorkbenchPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- 1959. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ConvertToRemoteWizard.java (at line 59) ImageDescriptor desc = IDEWorkbenchPlugin.getIDEImageDescriptor("wizban/new_wiz.png");//$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- 1960. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ConvertToRemoteWizard.java (at line 59) ImageDescriptor desc = IDEWorkbenchPlugin.getIDEImageDescriptor("wizban/new_wiz.png");//$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getIDEImageDescriptor(String) from the type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- ---------- 1961. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ConvertToRemoteWizardPage.java (at line 16) import java.lang.reflect.InvocationTargetException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import java.lang.reflect.InvocationTargetException is never used ---------- 1962. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ConvertToRemoteWizardPage.java (at line 24) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.core.filesystem_1.3.100.v20110423-0524.jar ---------- 1963. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ConvertToRemoteWizardPage.java (at line 142) 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_ptp_5_0/results/eclipse/plugins/org.eclipse.core.filesystem_1.3.100.v20110423-0524.jar ---------- ---------- 1964. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/NewRemoteProjectCreationPage.java (at line 42) import org.eclipse.ui.internal.ide.IDEWorkbenchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDEWorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- 1965. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/NewRemoteProjectCreationPage.java (at line 43) import org.eclipse.ui.internal.ide.IDEWorkbenchPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- 1966. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/NewRemoteProjectCreationPage.java (at line 44) import org.eclipse.ui.internal.ide.IIDEHelpContextIds; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IIDEHelpContextIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- 1967. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/NewRemoteProjectCreationPage.java (at line 127) PlatformUI.getWorkbench().getHelpSystem().setHelp(composite, IIDEHelpContextIds.NEW_PROJECT_WIZARD_PAGE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IIDEHelpContextIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- 1968. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/NewRemoteProjectCreationPage.java (at line 127) PlatformUI.getWorkbench().getHelpSystem().setHelp(composite, IIDEHelpContextIds.NEW_PROJECT_WIZARD_PAGE); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field NEW_PROJECT_WIZARD_PAGE from the type IIDEHelpContextIds is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- 1969. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/NewRemoteProjectCreationPage.java (at line 197) projectLabel.setText(IDEWorkbenchMessages.WizardNewProjectCreationPage_nameLabel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDEWorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- 1970. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/NewRemoteProjectCreationPage.java (at line 197) projectLabel.setText(IDEWorkbenchMessages.WizardNewProjectCreationPage_nameLabel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field WizardNewProjectCreationPage_nameLabel from the type IDEWorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- 1971. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/NewRemoteProjectCreationPage.java (at line 306) private void setLocationForSelection() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method NewRemoteProjectCreationPage.setLocationForSelection() does not override the inherited method from WizardNewProjectCreationPage since it is private to a different package ---------- 1972. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/NewRemoteProjectCreationPage.java (at line 318) IWorkspace workspace = IDEWorkbenchPlugin.getPluginWorkspace(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- 1973. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/NewRemoteProjectCreationPage.java (at line 318) IWorkspace workspace = IDEWorkbenchPlugin.getPluginWorkspace(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getPluginWorkspace() from the type IDEWorkbenchPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- 1974. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/NewRemoteProjectCreationPage.java (at line 323) setMessage(IDEWorkbenchMessages.WizardNewProjectCreationPage_projectNameEmpty); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDEWorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- 1975. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/NewRemoteProjectCreationPage.java (at line 323) setMessage(IDEWorkbenchMessages.WizardNewProjectCreationPage_projectNameEmpty); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field WizardNewProjectCreationPage_projectNameEmpty from the type IDEWorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- 1976. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/NewRemoteProjectCreationPage.java (at line 335) setErrorMessage(IDEWorkbenchMessages.WizardNewProjectCreationPage_projectExistsMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDEWorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- 1977. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/NewRemoteProjectCreationPage.java (at line 335) setErrorMessage(IDEWorkbenchMessages.WizardNewProjectCreationPage_projectExistsMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field WizardNewProjectCreationPage_projectExistsMessage from the type IDEWorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- ---------- 1978. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/NewRemoteProjectWizard.java (at line 33) private static final String PREFIX = "CProjectWizard"; //$NON-NLS-1$ ^^^^^^ The value of the field NewRemoteProjectWizard.PREFIX is not used ---------- ---------- 1979. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RSECIndexServiceProviderContributer.java (at line 179) private IConnectorService getDStoreConnectorService(IHost host) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getDStoreConnectorService(IHost) from the type RSECIndexServiceProviderContributer is never used locally ---------- ---------- 1980. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteBuildServiceFileLocationWidget.java (at line 41) import org.eclipse.swt.widgets.Display; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.widgets.Display is never used ---------- ---------- 1981. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteCommonProjectWizard.java (at line 14) import static org.eclipse.ptp.rdt.ui.wizards.ServiceModelWizardPage.CONFIG_PROPERTY; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.rdt.ui.wizards.ServiceModelWizardPage.CONFIG_PROPERTY is never used ---------- 1982. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteCommonProjectWizard.java (at line 33) import org.eclipse.cdt.internal.core.envvar.EnvironmentVariableManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EnvironmentVariableManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1983. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteCommonProjectWizard.java (at line 34) import org.eclipse.cdt.internal.core.model.CModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CModelManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1984. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteCommonProjectWizard.java (at line 35) import org.eclipse.cdt.internal.ui.wizards.ICDTCommonProjectWizard; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICDTCommonProjectWizard is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1985. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteCommonProjectWizard.java (at line 83) import org.eclipse.rse.internal.connectorservice.dstore.Activator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.rse.connectorservice.dstore_3.1.200.v201103141607.jar ---------- 1986. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteCommonProjectWizard.java (at line 92) ICDTCommonProjectWizard { ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICDTCommonProjectWizard is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1987. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteCommonProjectWizard.java (at line 315) Activator.logError(e.toString(), e); ^^^^^^^^^ Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.rse.connectorservice.dstore_3.1.200.v201103141607.jar ---------- 1988. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteCommonProjectWizard.java (at line 321) ICProject cProject = CModelManager.getDefault().getCModel().getCProject(newProject); ^^^^^^^^^^^^^ Discouraged access: The type CModelManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1989. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteCommonProjectWizard.java (at line 321) ICProject cProject = CModelManager.getDefault().getCModel().getCProject(newProject); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefault() from the type CModelManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1990. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteCommonProjectWizard.java (at line 321) ICProject cProject = CModelManager.getDefault().getCModel().getCProject(newProject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getCModel() from the type CModelManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1991. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteCommonProjectWizard.java (at line 321) ICProject cProject = CModelManager.getDefault().getCModel().getCProject(newProject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getCProject(IResource) from the type CModel is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1992. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteCommonProjectWizard.java (at line 330) EnvironmentVariableManager.fUserSupplier.setAppendContributedEnvironment(false, c_mb_confgDes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EnvironmentVariableManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1993. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteCommonProjectWizard.java (at line 330) EnvironmentVariableManager.fUserSupplier.setAppendContributedEnvironment(false, c_mb_confgDes); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setAppendContributedEnvironment(boolean, Object) from the type UserDefinedEnvironmentSupplier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1994. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteCommonProjectWizard.java (at line 330) EnvironmentVariableManager.fUserSupplier.setAppendContributedEnvironment(false, c_mb_confgDes); ^^^^^^^^^^^^^ Discouraged access: The field fUserSupplier from the type EnvironmentVariableManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 1995. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteCommonProjectWizard.java (at line 582) private static Object getMBSProperty(String propertyId) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getMBSProperty(String) from the type RemoteCommonProjectWizard is never used locally ---------- ---------- 1996. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMainWizardPage.java (at line 20) import org.eclipse.cdt.internal.ui.CPluginImages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1997. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMainWizardPage.java (at line 66) private static final Image IMG_CATEGORY = CPluginImages.get(CPluginImages.IMG_OBJS_SEARCHFOLDER); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1998. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMainWizardPage.java (at line 66) private static final Image IMG_CATEGORY = CPluginImages.get(CPluginImages.IMG_OBJS_SEARCHFOLDER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method get(String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 1999. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMainWizardPage.java (at line 66) private static final Image IMG_CATEGORY = CPluginImages.get(CPluginImages.IMG_OBJS_SEARCHFOLDER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 2000. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMainWizardPage.java (at line 66) private static final Image IMG_CATEGORY = CPluginImages.get(CPluginImages.IMG_OBJS_SEARCHFOLDER); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_OBJS_SEARCHFOLDER from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 2001. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMainWizardPage.java (at line 67) private static final Image IMG_ITEM = CPluginImages.get(CPluginImages.IMG_OBJS_VARIABLE); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 2002. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMainWizardPage.java (at line 67) private static final Image IMG_ITEM = CPluginImages.get(CPluginImages.IMG_OBJS_VARIABLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method get(String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 2003. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMainWizardPage.java (at line 67) private static final Image IMG_ITEM = CPluginImages.get(CPluginImages.IMG_OBJS_VARIABLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 2004. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMainWizardPage.java (at line 67) private static final Image IMG_ITEM = CPluginImages.get(CPluginImages.IMG_OBJS_VARIABLE); ^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_OBJS_VARIABLE from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 2005. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMainWizardPage.java (at line 85) private final IServiceConfiguration defaultConfig = null; ^^^^^^^^^^^^^ The value of the field RemoteMainWizardPage.defaultConfig is not used ---------- 2006. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMainWizardPage.java (at line 476) public List filterItems(List items) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 2007. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMainWizardPage.java (at line 476) public List filterItems(List items) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 2008. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMainWizardPage.java (at line 479) Iterator iterator = items.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 2009. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/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.EnvironmentVariableManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EnvironmentVariableManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 2010. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 21) import org.eclipse.cdt.internal.core.envvar.UserDefinedEnvironmentSupplier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type UserDefinedEnvironmentSupplier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 2011. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 26) import org.eclipse.cdt.managedbuilder.internal.core.Configuration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 2012. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 27) import org.eclipse.cdt.managedbuilder.internal.core.ManagedBuildInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ManagedBuildInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 2013. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 28) import org.eclipse.cdt.managedbuilder.internal.core.ManagedProject; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ManagedProject is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 2014. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 29) import org.eclipse.cdt.managedbuilder.internal.core.ToolChain; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ToolChain is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 2015. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 59) private static final UserDefinedEnvironmentSupplier fUserSupplier = EnvironmentVariableManager.fUserSupplier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type UserDefinedEnvironmentSupplier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 2016. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 59) private static final UserDefinedEnvironmentSupplier fUserSupplier = EnvironmentVariableManager.fUserSupplier; ^^^^^^^^^^^^^ The value of the field RemoteMakefileWizardHandler.fUserSupplier is not used ---------- 2017. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 59) private static final UserDefinedEnvironmentSupplier fUserSupplier = EnvironmentVariableManager.fUserSupplier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EnvironmentVariableManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 2018. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 59) private static final UserDefinedEnvironmentSupplier fUserSupplier = EnvironmentVariableManager.fUserSupplier; ^^^^^^^^^^^^^ Discouraged access: The field fUserSupplier from the type EnvironmentVariableManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 2019. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 76) ManagedBuildInfo info = ManagedBuildManager.createBuildInfo(project); ^^^^^^^^^^^^^^^^ Discouraged access: The type ManagedBuildInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 2020. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 77) ManagedProject mProj = new ManagedProject(des); ^^^^^^^^^^^^^^ Discouraged access: The type ManagedProject is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 2021. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 77) ManagedProject mProj = new ManagedProject(des); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ManagedProject(ICProjectDescription) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 2022. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 77) ManagedProject mProj = new ManagedProject(des); ^^^^^^^^^^^^^^ Discouraged access: The type ManagedProject is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 2023. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 78) info.setManagedProject(mProj); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setManagedProject(IManagedProject) from the type ManagedBuildInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 2024. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 84) String s = (cfgs[i].getToolChain() == null) ? "0" : ((ToolChain)(cfgs[i].getToolChain())).getId(); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getId() from the type BuildObject is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 2025. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 84) String s = (cfgs[i].getToolChain() == null) ? "0" : ((ToolChain)(cfgs[i].getToolChain())).getId(); //$NON-NLS-1$ ^^^^^^^^^ Discouraged access: The type ToolChain is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 2026. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 85) Configuration cfg = new Configuration(mProj, (ToolChain)cfgs[i].getToolChain(), ManagedBuildManager.calculateChildId(s, null), cfgs[i].getName()); ^^^^^^^^^^^^^ Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 2027. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 85) Configuration cfg = new Configuration(mProj, (ToolChain)cfgs[i].getToolChain(), ManagedBuildManager.calculateChildId(s, null), cfgs[i].getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor Configuration(ManagedProject, ToolChain, String, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 2028. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 85) Configuration cfg = new Configuration(mProj, (ToolChain)cfgs[i].getToolChain(), ManagedBuildManager.calculateChildId(s, null), cfgs[i].getName()); ^^^^^^^^^^^^^ Discouraged access: The type Configuration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 2029. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 85) Configuration cfg = new Configuration(mProj, (ToolChain)cfgs[i].getToolChain(), ManagedBuildManager.calculateChildId(s, null), cfgs[i].getName()); ^^^^^^^^^ Discouraged access: The type ToolChain is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 2030. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 86) IBuilder bld = cfg.getEditableBuilder(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getEditableBuilder() from the type Configuration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 2031. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 91) cfg.changeBuilder(prefBuilder, ManagedBuildManager.calculateChildId(cfg.getId(), null), prefBuilder.getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method changeBuilder(IBuilder, String, String) from the type Configuration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 2032. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 91) cfg.changeBuilder(prefBuilder, ManagedBuildManager.calculateChildId(cfg.getId(), null), prefBuilder.getName()); ^^^^^^^^^^^ Discouraged access: The method getId() from the type BuildObject is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 2033. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 92) bld = cfg.getEditableBuilder(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getEditableBuilder() from the type Configuration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 2034. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 99) cfg.setArtifactName(removeSpaces(project.getName())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setArtifactName(String) from the type Configuration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- 2035. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 100) CConfigurationData data = cfg.getConfigurationData(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getConfigurationData() from the type Configuration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.0.0.201106151055.jar ---------- ---------- 2036. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteProjectContentsLocationArea.java (at line 46) import org.eclipse.ui.internal.ide.IDEWorkbenchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDEWorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- 2037. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteProjectContentsLocationArea.java (at line 47) import org.eclipse.ui.internal.ide.dialogs.IDEResourceInfoUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDEResourceInfoUtils is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- 2038. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteProjectContentsLocationArea.java (at line 102) private String fProjectName = IDEResourceInfoUtils.EMPTY_STRING; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDEResourceInfoUtils is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- 2039. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteProjectContentsLocationArea.java (at line 102) private String fProjectName = IDEResourceInfoUtils.EMPTY_STRING; ^^^^^^^^^^^^ Discouraged access: The field EMPTY_STRING from the type IDEResourceInfoUtils is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- 2040. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteProjectContentsLocationArea.java (at line 141) return IDEWorkbenchMessages.WizardNewProjectCreationPage_projectLocationEmpty; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDEWorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- 2041. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteProjectContentsLocationArea.java (at line 141) return IDEWorkbenchMessages.WizardNewProjectCreationPage_projectLocationEmpty; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field WizardNewProjectCreationPage_projectLocationEmpty from the type IDEWorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- 2042. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteProjectContentsLocationArea.java (at line 146) return IDEWorkbenchMessages.ProjectLocationSelectionDialog_locationError; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDEWorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- 2043. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteProjectContentsLocationArea.java (at line 146) return IDEWorkbenchMessages.ProjectLocationSelectionDialog_locationError; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ProjectLocationSelectionDialog_locationError from the type IDEWorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- 2044. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteProjectContentsLocationArea.java (at line 152) return IDEWorkbenchMessages.ProjectLocationSelectionDialog_locationIsSelf; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDEWorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- 2045. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteProjectContentsLocationArea.java (at line 152) return IDEWorkbenchMessages.ProjectLocationSelectionDialog_locationIsSelf; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field ProjectLocationSelectionDialog_locationIsSelf from the type IDEWorkbenchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.ui.ide_3.7.0.v20110809-1737.jar ---------- ---------- 2046. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteServicesServiceProviderContributor.java (at line 24) import org.eclipse.ptp.remote.core.PTPRemoteCorePlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.remote.core.PTPRemoteCorePlugin is never used ---------- ---------- 2047. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ServiceModelWizardPageOperation.java (at line 20) import org.eclipse.cdt.internal.core.model.CModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CModelManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 2048. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ServiceModelWizardPageOperation.java (at line 21) import org.eclipse.cdt.internal.ui.wizards.ICDTCommonProjectWizard; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICDTCommonProjectWizard is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 2049. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ServiceModelWizardPageOperation.java (at line 30) import org.eclipse.rse.internal.connectorservice.dstore.Activator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.rse.connectorservice.dstore_3.1.200.v201103141607.jar ---------- 2050. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ServiceModelWizardPageOperation.java (at line 50) IProject project = ((ICDTCommonProjectWizard) wizard).getLastProject(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getLastProject() from the type ICDTCommonProjectWizard is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 2051. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ServiceModelWizardPageOperation.java (at line 50) IProject project = ((ICDTCommonProjectWizard) wizard).getLastProject(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICDTCommonProjectWizard is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.ui_5.3.0.201106151055.jar ---------- 2052. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ServiceModelWizardPageOperation.java (at line 60) Activator.logError(e.toString(), e); ^^^^^^^^^ Discouraged access: The type Activator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.rse.connectorservice.dstore_3.1.200.v201103141607.jar ---------- 2053. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ServiceModelWizardPageOperation.java (at line 63) ICProject cProject = CModelManager.getDefault().getCModel().getCProject(project); ^^^^^^^^^^^^^ Discouraged access: The type CModelManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 2054. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ServiceModelWizardPageOperation.java (at line 63) ICProject cProject = CModelManager.getDefault().getCModel().getCProject(project); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefault() from the type CModelManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 2055. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ServiceModelWizardPageOperation.java (at line 63) ICProject cProject = CModelManager.getDefault().getCModel().getCProject(project); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getCModel() from the type CModelManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 2056. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/ServiceModelWizardPageOperation.java (at line 63) ICProject cProject = CModelManager.getDefault().getCModel().getCProject(project); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getCProject(IResource) from the type CModel is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 2056 problems (2056 warnings)[294 .class files generated] # 10/10/11 9:33:40 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [4 .class files generated] # 10/10/11 9:33:38 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.core/src/org/eclipse/ptp/remote/core/Preferences.java (at line 15) import org.eclipse.core.runtime.preferences.IEclipsePreferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.preferences.IEclipsePreferences is never used ---------- 1 problem (1 warning)[45 .class files generated] # 10/10/11 9:36:09 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [14 .class files generated] # 10/10/11 9:36:12 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [10 .class files generated] # 10/10/11 9:34:12 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/src/org/eclipse/ptp/internal/remote/rse/core/DStoreHostShell.java (at line 46) @SuppressWarnings("restriction") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("restriction") ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 130) private String PSEUDO_TERMINAL; ^^^^^^^^^^^^^^^ The value of the field CommandMinerThread.PSEUDO_TERMINAL is not used ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 145) boolean isBash = false; ^^^^^^ The value of the local variable isBash is not used ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 178) String suCommand = null; ^^^^^^^^^ The value of the local variable suCommand is not used ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 209) boolean didLogin = false; ^^^^^^^^ The value of the local variable didLogin is not used ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 293) @SuppressWarnings("restriction") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("restriction") ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 396) private String[] getEnvironment(DataElement theSubject) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getEnvironment(DataElement) from the type CommandMinerThread is never used locally ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 403) List projectEnvReference = 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_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 423) List prjVars = null; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 424) List sysVars = 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_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 437) Hashtable varTable = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 437) Hashtable varTable = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 440) varTable.putAll(mapVars(sysVars)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method putAll(Map) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 453) varTable.put(theKey, theValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 459) varTable.put("PS1","'$PWD/>'"); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 463) varTable.put("COLUMNS","" + _maxLineLength); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 473) varTable.put("QIBM_JAVA_STDIO_CONVERT","Y"); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 474) varTable.put("QIBM_USE_DESCRIPTOR_STDIO","I"); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 475) varTable.put("PASE_STDIO_ISATTY","N"); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 476) varTable.put("TERMINAL_TYPE","REMOTE"); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 477) varTable.put("STDIO_ISATTY","Y"); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 490) private String calculateValue(String value, Hashtable theTable) ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 588) private String findValue(String key, Hashtable theTable, boolean caseSensitive) ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 596) for (Enumeration e = theTable.keys(); e.hasMoreElements();) ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 623) private Hashtable mapVars(List theVars) ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 623) private Hashtable mapVars(List theVars) ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 625) Hashtable theTable = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 625) Hashtable theTable = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 630) theTable.put(getKey(theVar), getValue(theVar)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 634) private String[] listToArray(List theList) ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 637) theList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 644) private String[] tableToArray(Hashtable theTable) ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 647) theTable = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 651) for (Enumeration e = theTable.keys(); e.hasMoreElements();) ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/CommandMinerThread.java (at line 769) List projectEnvReference = _subject.getAssociated("inhabits"); //$NON-NLS-1$ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/OutputHandler.java (at line 35) import java.nio.CharBuffer; ^^^^^^^^^^^^^^^^^^^ The import java.nio.CharBuffer is never used ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/OutputHandler.java (at line 37) import java.util.LinkedList; ^^^^^^^^^^^^^^^^^^^^ The import java.util.LinkedList is never used ---------- 37 problems (37 warnings)[20 .class files generated] # 10/10/11 9:36:01 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.ui/src/org/eclipse/ptp/remote/rse/ui/RSEUIConnectionManager.java (at line 27) import org.eclipse.ptp.remote.rse.core.RSEConnectionManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RSEConnectionManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/@dot ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.ui/src/org/eclipse/ptp/remote/rse/ui/RSEUIConnectionManager.java (at line 35) private final RSEConnectionManager manager; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RSEConnectionManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/@dot ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.ui/src/org/eclipse/ptp/remote/rse/ui/RSEUIConnectionManager.java (at line 38) this.manager = (RSEConnectionManager) services.getConnectionManager(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RSEConnectionManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/@dot ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.ui/src/org/eclipse/ptp/remote/rse/ui/RSEUIConnectionManager.java (at line 47) IRemoteConnection[] oldConns = manager.getConnections(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getConnections() from the type RSEConnectionManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/@dot ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.ui/src/org/eclipse/ptp/remote/rse/ui/RSEUIConnectionManager.java (at line 59) manager.refreshConnections(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method refreshConnections() from the type RSEConnectionManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/@dot ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.ui/src/org/eclipse/ptp/remote/rse/ui/RSEUIConnectionManager.java (at line 65) IRemoteConnection[] newConns = manager.getConnections(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getConnections() from the type RSEConnectionManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/@dot ---------- ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.ui/src/org/eclipse/ptp/remote/rse/ui/RSEUIFileManager.java (at line 19) import org.eclipse.ptp.remote.rse.core.RSEConnection; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RSEConnection is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/@dot ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.ui/src/org/eclipse/ptp/remote/rse/ui/RSEUIFileManager.java (at line 138) this.connHost = ((RSEConnection) connection).getHost(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getHost() from the type RSEConnection is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/@dot ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.ui/src/org/eclipse/ptp/remote/rse/ui/RSEUIFileManager.java (at line 138) this.connHost = ((RSEConnection) connection).getHost(); ^^^^^^^^^^^^^ Discouraged access: The type RSEConnection is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remote.rse.core/@dot ---------- 9 problems (9 warnings)[9 .class files generated] # 10/10/11 9:34:00 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [41 .class files generated] # 10/10/11 9:34:10 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/RemotetoolsPlugin.java (at line 33) private ServiceTracker tracker; ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/RemotetoolsPlugin.java (at line 48) tracker = new ServiceTracker(getBundle().getBundleContext(), IJSchService.class.getName(), null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) belongs to the raw type ServiceTracker. References to generic type ServiceTracker should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/RemotetoolsPlugin.java (at line 48) tracker = new ServiceTracker(getBundle().getBundleContext(), IJSchService.class.getName(), null); ^^^^^^^^^^^^^^ ServiceTracker is a raw type. References to generic type ServiceTracker should be parameterized ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/core/IRemoteExecutionTools.java (at line 14) import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/core/IRemoteFileTools.java (at line 21) 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_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/core/IRemoteStatusTools.java (at line 18) import org.eclipse.ptp.remotetools.exception.RemoteExecutionException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.remotetools.exception.RemoteExecutionException is never used ---------- ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/exception/RemoteException.java (at line 14) abstract public class RemoteException extends Exception ^^^^^^^^^^^^^^^ The serializable class RemoteException does not declare a static final serialVersionUID field of type long ---------- 7 problems (7 warnings)[78 .class files generated] # 10/10/11 9:36:04 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentEventManager.java (at line 37) private Map controls = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentEventManager.java (at line 37) private Map controls = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/core/TargetEnvironmentEventManager.java (at line 69) controls.put(control, new ControlInfo(element,provider)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/AttributeVerification.java (at line 265) public IStatus createResultStatus(List errors) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/AttributeVerification.java (at line 269) List oldList = errors; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/AttributeVerification.java (at line 270) errors = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/AttributeVerification.java (at line 271) Iterator iterator = oldList.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/AttributeVerification.java (at line 275) errors.add(object); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/AttributeVerification.java (at line 286) Iterator iterator2 = errors.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/IllegalAttributeException.java (at line 14) public class IllegalAttributeException extends Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^ The serializable class IllegalAttributeException does not declare a static final serialVersionUID field of type long ---------- 10 problems (10 warnings)[34 .class files generated] # 10/10/11 9:36:05 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/ui/KeyboardInteractiveDialog.java (at line 15) import org.eclipse.jface.dialogs.Dialog; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.dialogs.Dialog is never used ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/ui/KeyboardInteractiveDialog.java (at line 18) import org.eclipse.jface.window.Window; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.window.Window is never used ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/ui/UserValidationDialog.java (at line 17) import org.eclipse.jface.window.Window; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.window.Window is never used ---------- 3 problems (3 warnings)[21 .class files generated] # 10/10/11 9:36:04 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/core/RemoteLaunchDelegate.java (at line 502) List ruleStrings = configuration.getAttribute(IRemoteLaunchAttributes.ATTR_SYNC_RULES, 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_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/core/RemoteLaunchDelegate.java (at line 502) List ruleStrings = configuration.getAttribute(IRemoteLaunchAttributes.ATTR_SYNC_RULES, new ArrayList()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/core/RemoteLaunchDelegate.java (at line 503) List result = 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_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/core/RemoteLaunchDelegate.java (at line 503) List result = 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_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/core/RemoteLaunchDelegate.java (at line 505) for (Iterator iter = ruleStrings.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/core/RemoteLaunchDelegate.java (at line 509) result.add(rule); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/core/RemoteLaunchDelegate.java (at line 515) 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 ---------- ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 45) private List remoteFileList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 45) private List remoteFileList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 101) this.remoteFileList = new ArrayList(rule.remoteFileList); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 101) this.remoteFileList = new ArrayList(rule.remoteFileList); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 134) remoteFileList.add(value); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 160) List l = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 160) List l = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 162) l.add(SerializationKeys.KEY_LOCAL_PATH+" "+localDirectory.trim()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 165) l.add(SerializationKeys.KEY_OVERWRITE_POLICY+" "+SerializationKeys.KEY_OVERWRITE_POLICY_ALWAYS); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 167) l.add(SerializationKeys.KEY_OVERWRITE_POLICY+" "+SerializationKeys.KEY_OVERWRITE_POLICY_ASK); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 169) l.add(SerializationKeys.KEY_OVERWRITE_POLICY+" "+SerializationKeys.KEY_OVERWRITE_POLICY_NEWER); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 171) l.add(SerializationKeys.KEY_OVERWRITE_POLICY+" "+SerializationKeys.KEY_OVERWRITE_POLICY_SKIP); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 181) l.add(s); ^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 188) l.add(s); ^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 190) for (Iterator iter = remoteFileList.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 195) l.add(SerializationKeys.KEY_REMOTE_PATH+" "+remotePath.trim()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 198) for (Iterator iter = l.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 281) public class RemoteFileIteratorAsString implements Iterator { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 282) Iterator iteratorref = remoteFileList.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 303) public Iterator remoteIteratorAsString() { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 307) public Iterator remoteIteratorAsPath() { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 313) remoteFileList.add(string); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 319) remoteFileList.add(path.toOSString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/DownloadRule.java (at line 337) for (Iterator iter = remoteFileList.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/ExecutionConfiguration.java (at line 40) List arguments = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/ExecutionConfiguration.java (at line 40) List arguments = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/ExecutionConfiguration.java (at line 42) List environmentVariables = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/ExecutionConfiguration.java (at line 42) List environmentVariables = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/ExecutionConfiguration.java (at line 49) List synchronizationRules = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/ExecutionConfiguration.java (at line 49) List synchronizationRules = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/ExecutionConfiguration.java (at line 71) arguments.toArray(array); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/ExecutionConfiguration.java (at line 76) arguments.add(argument); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/ExecutionConfiguration.java (at line 112) environmentVariables.toArray(array); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/ExecutionConfiguration.java (at line 117) environmentVariables.add(variable); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/ExecutionConfiguration.java (at line 197) ISynchronizationRule[] array = (ISynchronizationRule[]) synchronizationRules.toArray(new ISynchronizationRule[synchronizationRules.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/ExecutionConfiguration.java (at line 202) synchronizationRules.add(rule); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/ExecutionConfiguration.java (at line 218) for (Iterator iter = synchronizationRules.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/ExecutionConfiguration.java (at line 229) for (Iterator iter = synchronizationRules.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 50) private List localFileList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 50) private List localFileList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 108) this.localFileList = new ArrayList(rule.localFileList); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 108) this.localFileList = new ArrayList(rule.localFileList); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 145) localFileList.add(value); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 171) List l = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 171) List l = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 173) l.add(SerializationKeys.KEY_REMOTE_PATH+" "+remoteDirectory.trim()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 176) l.add(SerializationKeys.KEY_OVERWRITE_POLICY+" "+SerializationKeys.KEY_OVERWRITE_POLICY_ALWAYS); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 178) l.add(SerializationKeys.KEY_OVERWRITE_POLICY+" "+SerializationKeys.KEY_OVERWRITE_POLICY_ASK); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 180) l.add(SerializationKeys.KEY_OVERWRITE_POLICY+" "+SerializationKeys.KEY_OVERWRITE_POLICY_NEWER); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 182) l.add(SerializationKeys.KEY_OVERWRITE_POLICY+" "+SerializationKeys.KEY_OVERWRITE_POLICY_SKIP); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 192) l.add(s); ^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 205) l.add(s); ^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 207) for (Iterator iter = localFileList.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 212) l.add(SerializationKeys.KEY_LOCAL_PATH+" "+localpath.trim()); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 215) for (Iterator iter = l.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 314) public class LocalFileIteratorAsString implements Iterator { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 315) Iterator iteratorref = localFileList.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 342) public Iterator localIteratorAsString() { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 346) public Iterator localIteratorAsPath() { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 350) public Iterator localIteratorAsFile() { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 356) localFileList.add(string); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 362) localFileList.add(path.toOSString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 368) localFileList.add(file.getPath()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/data/UploadRule.java (at line 391) for (Iterator iter = localFileList.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/LaunchObserverIterator.java (at line 22) public class LaunchObserverIterator implements Enumeration { ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 313) List rules_tmp = new ArrayList(Arrays.asList(configuration.getSynchronizationRulesArray())); ^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 313) 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 ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 313) List rules_tmp = new ArrayList(Arrays.asList(configuration.getSynchronizationRulesArray())); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 314) rules_tmp.addAll(extraSynchronizationRules); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) 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_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 315) 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 ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 461) ArrayList commandsList = new ArrayList(Arrays.asList(launchScript)); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 461) 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 ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 461) ArrayList commandsList = new ArrayList(Arrays.asList(launchScript)); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 464) commandsList.add(0, "cd " + pathTools.quote(remoteWorkingDirectory, true)); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 468) commandsList.add(0, "stty -echo"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/RemoteLaunchProcess.java (at line 471) 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 ---------- ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/macros/LaunchMacroSupplier.java (at line 17) import org.eclipse.cdt.internal.core.cdtvariables.CoreMacroSupplierBase; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CoreMacroSupplierBase is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/macros/LaunchMacroSupplier.java (at line 32) public class LaunchMacroSupplier extends CoreMacroSupplierBase { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CoreMacroSupplierBase is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/macros/LaunchMacroSupplier.java (at line 38) private final Map auxiliarySuppliers = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/macros/LaunchMacroSupplier.java (at line 38) private final Map auxiliarySuppliers = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/macros/LaunchMacroSupplier.java (at line 115) LaunchMacroSupplier.this.auxiliarySuppliers .put( member .getAttribute(CONFIG_TYPE_ID), member .createExecutableExtension(CLASS)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/macros/LaunchVariableManager.java (at line 14) import org.eclipse.cdt.internal.core.cdtvariables.CoreVariableSubstitutor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CoreVariableSubstitutor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/macros/LaunchVariableManager.java (at line 15) import org.eclipse.cdt.internal.core.cdtvariables.EclipseVariablesVariableSupplier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EclipseVariablesVariableSupplier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/macros/LaunchVariableManager.java (at line 36) public static EclipseVariablesVariableSupplier eclipseVariablesMacroSupplier = EclipseVariablesVariableSupplier ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EclipseVariablesVariableSupplier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/macros/LaunchVariableManager.java (at line 36) public static EclipseVariablesVariableSupplier eclipseVariablesMacroSupplier = EclipseVariablesVariableSupplier ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EclipseVariablesVariableSupplier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/macros/LaunchVariableManager.java (at line 36) public static EclipseVariablesVariableSupplier eclipseVariablesMacroSupplier = EclipseVariablesVariableSupplier .getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type EclipseVariablesVariableSupplier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/macros/LaunchVariableManager.java (at line 71) return new CoreVariableSubstitutor(info, inexistentMacroValue, listDelimiter); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CoreVariableSubstitutor(IVariableContextInfo, String, String) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/macros/LaunchVariableManager.java (at line 71) return new CoreVariableSubstitutor(info, inexistentMacroValue, ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CoreVariableSubstitutor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/process/AbstractProcess.java (at line 44) protected Map attributes; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/process/AbstractProcess.java (at line 82) attributes = new HashMap(5); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/process/AbstractProcess.java (at line 89) attributes.put(key, value); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/process/AbstractProcess.java (at line 105) public void copyAttributes(Map attributes) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/process/AbstractProcess.java (at line 107) Iterator keys = attributes.keySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/process/AbstractProcess.java (at line 118) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/process/MonitorOutputStream.java (at line 24) private Set listeners= new HashSet(1); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/process/MonitorOutputStream.java (at line 24) private Set listeners= new HashSet(1); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/process/MonitorOutputStream.java (at line 27) listeners.add(listener); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/process/MonitorOutputStream.java (at line 40) Iterator iterator = listeners.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/process/MonitorOutputStream.java (at line 51) Iterator iterator = listeners.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/internal/process/MonitorOutputStream.java (at line 60) Iterator iterator = listeners.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/macros/ILaunchVariableContextInfo.java (at line 13) import org.eclipse.cdt.internal.core.cdtvariables.ICoreVariableContextInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICoreVariableContextInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- 109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/macros/ILaunchVariableContextInfo.java (at line 19) public interface ILaunchVariableContextInfo extends ICoreVariableContextInfo { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ICoreVariableContextInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/eclipse/plugins/org.eclipse.cdt.core_5.3.0.201106151055.jar ---------- ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- ---------- 119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 71) protected ArrayList rules = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 71) protected ArrayList rules = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 302) configuration.setAttribute(IRemoteLaunchAttributes.ATTR_SYNC_RULES, new ArrayList()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 319) java.util.List list = configuration.getAttribute(IRemoteLaunchAttributes.ATTR_SYNC_RULES, new ArrayList()); ^^^^^^^^^^^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 319) java.util.List list = configuration.getAttribute(IRemoteLaunchAttributes.ATTR_SYNC_RULES, new ArrayList()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 321) for (Iterator iter = list.iterator(); iter.hasNext();) { ^^^^^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 324) rules.add(rule); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 368) ArrayList list = 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_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 368) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 369) for (Iterator iter = rules.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 371) list.add(rule.toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) 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_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 406) rules.add(newRule); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 428) 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 ---------- 132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 444) HashSet set = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 444) HashSet set = new HashSet(); ^^^^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 447) 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 ---------- 135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 449) rules.removeAll(set); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeAll(Collection) belongs to the raw type AbstractCollection. References to generic type AbstractCollection should be parameterized ---------- ---------- 136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/LauncherExecutionTab.java (at line 45) private ArrayList observerIDs; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/LauncherExecutionTab.java (at line 208) observerIDs = 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_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/LauncherExecutionTab.java (at line 209) observerIDs.add(null); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/LauncherExecutionTab.java (at line 224) observerIDs.add(id); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- ---------- 140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 302) class PathIterator implements Iterator { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 303) Iterator internalIterator; ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 305) public PathIterator(Iterator internalIterator) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 438) ArrayList resourceList = 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_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 438) ArrayList resourceList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 472) HashSet newFileList = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 472) HashSet newFileList = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/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 ---------- 168 problems (168 warnings)[85 .class files generated] # 10/10/11 9:36:05 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [25 .class files generated] # 10/10/11 9:33:34 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.preferences/src/org/eclipse/ptp/remotetools/preferences/ui/PreferenceInitializer.java (at line 37) PreferenceConstants prefs = PreferenceConstants.getInstance(); ^^^^^ The value of the local variable prefs is not used ---------- 1 problem (1 warning)[15 .class files generated] # 10/10/11 9:33:34 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.remotetools.utils/src/org/eclipse/ptp/remotetools/utils/stream/StreamBridge.java (at line 59) public void newChars(char[] chars, int length) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method newChars(char[], int) from the type StreamBridge.DataForwarder is never used locally ---------- 1 problem (1 warning)[12 .class files generated] # 10/10/11 9:36:13 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [35 .class files generated] # 10/10/11 9:36:14 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [16 .class files generated] # 10/10/11 9:36:23 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.generic.ui/src/org/eclipse/ptp/rm/generic/ui/GenericRMRuntimeModelPresentation.java (at line 20) import org.eclipse.ptp.internal.ui.model.PProcessUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PProcessUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.ui/ptpui.jar ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.generic.ui/src/org/eclipse/ptp/rm/generic/ui/GenericRMRuntimeModelPresentation.java (at line 40) if (pElement instanceof PProcessUI) { ^^^^^^^^^^ Discouraged access: The type PProcessUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.ui/ptpui.jar ---------- 2 problems (2 warnings)[7 .class files generated] # 10/10/11 9:36:14 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [13 .class files generated] # 10/10/11 9:33:33 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [1 .class file generated] # 10/10/11 9:36:23 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/preferences/IBMLLPreferencePage.java (at line 83) public void widgetModified(SelectionEvent e) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method widgetModified(SelectionEvent) from the type IBMLLPreferencePage.EventMonitor is never used locally ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/preferences/IBMLLPreferencePage.java (at line 94) private final EventMonitor libraryListener = null; /* validate library name */ ^^^^^^^^^^^^^^^ The value of the field IBMLLPreferencePage.libraryListener is not used ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/BooleanRowWidget.java (at line 167) public boolean isEnabled() { ^^^^^^^^^^^ The method isEnabled() from the type BooleanRowWidget.BooleanOption is never used locally ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/CheckboxRowWidget.java (at line 26) private final IAttributeDefinition attrDef; ^^^^^^^ The value of the field CheckboxRowWidget.attrDef is not used ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/CheckboxRowWidget.java (at line 28) private String defaultValue; ^^^^^^^^^^^^ The value of the field CheckboxRowWidget.defaultValue is not used ---------- ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 26) import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/wizards/IBMLLResourceManagerOptionWizardPage.java (at line 84) public void widgetModified(SelectionEvent e) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method widgetModified(SelectionEvent) from the type IBMLLResourceManagerOptionWizardPage.EventMonitor is never used locally ---------- 7 problems (7 warnings)[28 .class files generated] # 10/10/11 9:36:13 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [11 .class files generated] # 10/10/11 9:33:34 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [1 .class file generated] # 10/10/11 9:36:22 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/preferences/PEPreferencePage.java (at line 263) int interval; ^^^^^^^^ The value of the local variable interval is not used ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/widgets/BooleanRowWidget.java (at line 164) public boolean isEnabled() ^^^^^^^^^^^ The method isEnabled() from the type BooleanRowWidget.BooleanOption is never used locally ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/widgets/CheckboxRowWidget.java (at line 27) private IAttributeDefinition attrDef; ^^^^^^^ The value of the field CheckboxRowWidget.attrDef is not used ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/widgets/CheckboxRowWidget.java (at line 29) private String defaultValue; ^^^^^^^^^^^^ The value of the field CheckboxRowWidget.defaultValue is not used ---------- 4 problems (4 warnings)[30 .class files generated] # 10/10/11 9:36:16 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.jaxb.control.core/src/org/eclipse/ptp/rm/jaxb/control/internal/utils/EnvironmentVariableUtils.java (at line 15) import org.eclipse.core.runtime.IProgressMonitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.IProgressMonitor is never used ---------- 1 problem (1 warning)[52 .class files generated] # 10/10/11 9:36:24 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.jaxb.control.ui/src/org/eclipse/ptp/rm/jaxb/control/ui/utils/LaunchTabBuilder.java (at line 65) import org.eclipse.swt.widgets.Group; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.widgets.Group is never used ---------- 1 problem (1 warning)[58 .class files generated] # 10/10/11 9:36:15 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [82 .class files generated] # 10/10/11 9:33:35 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [1 .class file generated] # 10/10/11 9:36:23 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [11 .class files generated] # 10/10/11 9:33:44 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/core/Preferences.java (at line 19) import org.eclipse.core.runtime.preferences.IEclipsePreferences; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.preferences.IEclipsePreferences is never used ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/AbslayoutType.java (at line 50) public class AbslayoutType ^^^^^^^^^^^^^ The serializable class AbslayoutType 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_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/AxesType.java (at line 47) public class AxesType implements Serializable { ^^^^^^^^ The serializable class AxesType does not declare a static final serialVersionUID field of type long ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/AxisType.java (at line 54) public class AxisType implements Serializable { ^^^^^^^^ The serializable class AxisType does not declare a static final serialVersionUID field of type long ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/CellType.java (at line 45) public class CellType implements Serializable { ^^^^^^^^ The serializable class CellType does not declare a static final serialVersionUID field of type long ---------- ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/ChartType.java (at line 51) public class ChartType ^^^^^^^^^ The serializable class ChartType does not declare a static final serialVersionUID field of type long ---------- ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/ChartgroupType.java (at line 47) public class ChartgroupType ^^^^^^^^^^^^^^ The serializable class ChartgroupType does not declare a static final serialVersionUID field of type long ---------- ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/ChartlayoutType.java (at line 52) public class ChartlayoutType ^^^^^^^^^^^^^^^ The serializable class ChartlayoutType does not declare a static final serialVersionUID field of type long ---------- ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/ColorconstantType.java (at line 45) public class ColorconstantType implements Serializable { ^^^^^^^^^^^^^^^^^ The serializable class ColorconstantType does not declare a static final serialVersionUID field of type long ---------- ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/ColordefinitionType.java (at line 47) public class ColordefinitionType implements Serializable { ^^^^^^^^^^^^^^^^^^^ The serializable class ColordefinitionType does not declare a static final serialVersionUID field of type long ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/ColumnType.java (at line 63) public class ColumnType implements Serializable { ^^^^^^^^^^ The serializable class ColumnType does not declare a static final serialVersionUID field of type long ---------- ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/ColumnlayoutType.java (at line 59) public class ColumnlayoutType implements Serializable { ^^^^^^^^^^^^^^^^ The serializable class ColumnlayoutType does not declare a static final serialVersionUID field of type long ---------- ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/CommandType.java (at line 42) public class CommandType implements Serializable { ^^^^^^^^^^^ The serializable class CommandType does not declare a static final serialVersionUID field of type long ---------- ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/ComponentType.java (at line 47) public class ComponentType implements Serializable { ^^^^^^^^^^^^^ The serializable class ComponentType does not declare a static final serialVersionUID field of type long ---------- ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/ComponentlayoutType.java (at line 49) public class ComponentlayoutType implements Serializable { ^^^^^^^^^^^^^^^^^^^ The serializable class ComponentlayoutType does not declare a static final serialVersionUID field of type long ---------- ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/DataElement.java (at line 70) public class DataElement ^^^^^^^^^^^ The serializable class DataElement does not declare a static final serialVersionUID field of type long ---------- ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/DataElement1.java (at line 44) public class DataElement1 ^^^^^^^^^^^^ The serializable class DataElement1 does not declare a static final serialVersionUID field of type long ---------- ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/DataElement10.java (at line 37) public class DataElement10 ^^^^^^^^^^^^^ The serializable class DataElement10 does not declare a static final serialVersionUID field of type long ---------- ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/DataElement2.java (at line 44) public class DataElement2 ^^^^^^^^^^^^ The serializable class DataElement2 does not declare a static final serialVersionUID field of type long ---------- ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/DataElement3.java (at line 44) public class DataElement3 ^^^^^^^^^^^^ The serializable class DataElement3 does not declare a static final serialVersionUID field of type long ---------- ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/DataElement4.java (at line 44) public class DataElement4 ^^^^^^^^^^^^ The serializable class DataElement4 does not declare a static final serialVersionUID field of type long ---------- ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/DataElement5.java (at line 44) public class DataElement5 ^^^^^^^^^^^^ The serializable class DataElement5 does not declare a static final serialVersionUID field of type long ---------- ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/DataElement6.java (at line 44) public class DataElement6 ^^^^^^^^^^^^ The serializable class DataElement6 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_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/DataElement7.java (at line 44) public class DataElement7 ^^^^^^^^^^^^ The serializable class DataElement7 does not declare a static final serialVersionUID field of type long ---------- ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/DataElement8.java (at line 44) public class DataElement8 ^^^^^^^^^^^^ The serializable class DataElement8 does not declare a static final serialVersionUID field of type long ---------- ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/DataElement9.java (at line 44) public class DataElement9 ^^^^^^^^^^^^ The serializable class DataElement9 does not declare a static final serialVersionUID field of type long ---------- ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/DataType.java (at line 45) public class DataType implements Serializable { ^^^^^^^^ The serializable class DataType does not declare a static final serialVersionUID field of type long ---------- ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/DatacollectionType.java (at line 53) public class DatacollectionType implements Serializable { ^^^^^^^^^^^^^^^^^^ The serializable class DatacollectionType does not declare a static final serialVersionUID field of type long ---------- ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/DatapointType.java (at line 53) public class DatapointType implements Serializable { ^^^^^^^^^^^^^ The serializable class DatapointType does not declare a static final serialVersionUID field of type long ---------- ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/DatarectType.java (at line 46) public class DatarectType ^^^^^^^^^^^^ The serializable class DatarectType does not declare a static final serialVersionUID field of type long ---------- ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/DriverType.java (at line 51) public class DriverType implements Serializable { ^^^^^^^^^^ The serializable class DriverType does not declare a static final serialVersionUID field of type long ---------- ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/ElementType.java (at line 58) public class ElementType implements Serializable { ^^^^^^^^^^^ The serializable class ElementType does not declare a static final serialVersionUID field of type long ---------- ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/EntitiesType.java (at line 47) public class EntitiesType implements Serializable { ^^^^^^^^^^^^ The serializable class EntitiesType does not declare a static final serialVersionUID field of type long ---------- ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/GobjectType.java (at line 57) public class GobjectType implements Serializable { ^^^^^^^^^^^ The serializable class GobjectType does not declare a static final serialVersionUID field of type long ---------- ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/InfoType.java (at line 58) public class InfoType implements Serializable { ^^^^^^^^ The serializable class InfoType does not declare a static final serialVersionUID field of type long ---------- ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/InfoboxType.java (at line 42) public class InfoboxType ^^^^^^^^^^^ The serializable class InfoboxType does not declare a static final serialVersionUID field of type long ---------- ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/InfoboxlayoutColtype.java (at line 48) public class InfoboxlayoutColtype implements Serializable { ^^^^^^^^^^^^^^^^^^^^ The serializable class InfoboxlayoutColtype does not declare a static final serialVersionUID field of type long ---------- ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/InfoboxlayoutType.java (at line 44) public class InfoboxlayoutType ^^^^^^^^^^^^^^^^^ The serializable class InfoboxlayoutType does not declare a static final serialVersionUID field of type long ---------- ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/InfodataType.java (at line 42) public class InfodataType implements Serializable { ^^^^^^^^^^^^ The serializable class InfodataType does not declare a static final serialVersionUID field of type long ---------- ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/InformationType.java (at line 46) public class InformationType implements Serializable { ^^^^^^^^^^^^^^^ The serializable class InformationType does not declare a static final serialVersionUID field of type long ---------- ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/JobPartType.java (at line 42) public class JobPartType implements Serializable { ^^^^^^^^^^^ The serializable class JobPartType does not declare a static final serialVersionUID field of type long ---------- ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/JobType.java (at line 56) public class JobType implements Serializable { ^^^^^^^ The serializable class JobType does not declare a static final serialVersionUID field of type long ---------- ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/LayoutRequestType.java (at line 42) public class LayoutRequestType implements Serializable { ^^^^^^^^^^^^^^^^^ The serializable class LayoutRequestType does not declare a static final serialVersionUID field of type long ---------- ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/LayoutType.java (at line 46) public class LayoutType implements Serializable { ^^^^^^^^^^ The serializable class LayoutType does not declare a static final serialVersionUID field of type long ---------- ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/LguiType.java (at line 79) public class LguiType implements Serializable { ^^^^^^^^ The serializable class LguiType does not declare a static final serialVersionUID field of type long ---------- ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/Nodedisplay.java (at line 56) public class Nodedisplay ^^^^^^^^^^^ The serializable class Nodedisplay does not declare a static final serialVersionUID field of type long ---------- ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/Nodedisplayelement.java (at line 81) public class Nodedisplayelement ^^^^^^^^^^^^^^^^^^ The serializable class Nodedisplayelement does not declare a static final serialVersionUID field of type long ---------- ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/Nodedisplayelement0.java (at line 44) public class Nodedisplayelement0 ^^^^^^^^^^^^^^^^^^^ The serializable class Nodedisplayelement0 does not declare a static final serialVersionUID field of type long ---------- ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/Nodedisplayelement1.java (at line 44) public class Nodedisplayelement1 ^^^^^^^^^^^^^^^^^^^ The serializable class Nodedisplayelement1 does not declare a static final serialVersionUID field of type long ---------- ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/Nodedisplayelement2.java (at line 44) public class Nodedisplayelement2 ^^^^^^^^^^^^^^^^^^^ The serializable class Nodedisplayelement2 does not declare a static final serialVersionUID field of type long ---------- ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/Nodedisplayelement3.java (at line 44) public class Nodedisplayelement3 ^^^^^^^^^^^^^^^^^^^ The serializable class Nodedisplayelement3 does not declare a static final serialVersionUID field of type long ---------- ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/Nodedisplayelement4.java (at line 44) public class Nodedisplayelement4 ^^^^^^^^^^^^^^^^^^^ The serializable class Nodedisplayelement4 does not declare a static final serialVersionUID field of type long ---------- ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/Nodedisplayelement5.java (at line 44) public class Nodedisplayelement5 ^^^^^^^^^^^^^^^^^^^ The serializable class Nodedisplayelement5 does not declare a static final serialVersionUID field of type long ---------- ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/Nodedisplayelement6.java (at line 44) public class Nodedisplayelement6 ^^^^^^^^^^^^^^^^^^^ The serializable class Nodedisplayelement6 does not declare a static final serialVersionUID field of type long ---------- ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/Nodedisplayelement7.java (at line 44) public class Nodedisplayelement7 ^^^^^^^^^^^^^^^^^^^ The serializable class Nodedisplayelement7 does not declare a static final serialVersionUID field of type long ---------- ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/Nodedisplayelement8.java (at line 44) public class Nodedisplayelement8 ^^^^^^^^^^^^^^^^^^^ The serializable class Nodedisplayelement8 does not declare a static final serialVersionUID field of type long ---------- ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/Nodedisplayelement9.java (at line 44) public class Nodedisplayelement9 ^^^^^^^^^^^^^^^^^^^ The serializable class Nodedisplayelement9 does not declare a static final serialVersionUID field of type long ---------- ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/NodedisplaylayoutType.java (at line 45) public class NodedisplaylayoutType ^^^^^^^^^^^^^^^^^^^^^ The serializable class NodedisplaylayoutType does not declare a static final serialVersionUID field of type long ---------- ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/ObjectFactory.java (at line 35) public class ObjectFactory implements Serializable { ^^^^^^^^^^^^^ The serializable class ObjectFactory does not declare a static final serialVersionUID field of type long ---------- ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/ObjectType.java (at line 50) public class ObjectType implements Serializable { ^^^^^^^^^^ The serializable class ObjectType does not declare a static final serialVersionUID field of type long ---------- ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/ObjectsType.java (at line 46) public class ObjectsType implements Serializable { ^^^^^^^^^^^ The serializable class ObjectsType does not declare a static final serialVersionUID field of type long ---------- ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/PaneType.java (at line 67) public class PaneType implements Serializable { ^^^^^^^^ The serializable class PaneType does not declare a static final serialVersionUID field of type long ---------- ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/PatternMatchType.java (at line 39) public class PatternMatchType implements Serializable { ^^^^^^^^^^^^^^^^ The serializable class PatternMatchType does not declare a static final serialVersionUID field of type long ---------- ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/PatternType.java (at line 55) public class PatternType implements Serializable { ^^^^^^^^^^^ The serializable class PatternType does not declare a static final serialVersionUID field of type long ---------- ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/PictureType.java (at line 48) public class PictureType implements Serializable { ^^^^^^^^^^^ The serializable class PictureType does not declare a static final serialVersionUID field of type long ---------- ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/RelationElementType.java (at line 42) public class RelationElementType implements Serializable { ^^^^^^^^^^^^^^^^^^^ The serializable class RelationElementType does not declare a static final serialVersionUID field of type long ---------- ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/RelationType.java (at line 58) public class RelationType implements Serializable { ^^^^^^^^^^^^ The serializable class RelationType does not declare a static final serialVersionUID field of type long ---------- ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/RelationsType.java (at line 44) public class RelationsType implements Serializable { ^^^^^^^^^^^^^ The serializable class RelationsType does not declare a static final serialVersionUID field of type long ---------- ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/RequestType.java (at line 49) public class RequestType implements Serializable { ^^^^^^^^^^^ The serializable class RequestType does not declare a static final serialVersionUID field of type long ---------- ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/RowType.java (at line 51) public class RowType implements Serializable { ^^^^^^^ The serializable class RowType does not declare a static final serialVersionUID field of type long ---------- ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/SchemeElement.java (at line 71) public class SchemeElement ^^^^^^^^^^^^^ The serializable class SchemeElement does not declare a static final serialVersionUID field of type long ---------- ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/SchemeElement1.java (at line 44) public class SchemeElement1 ^^^^^^^^^^^^^^ The serializable class SchemeElement1 does not declare a static final serialVersionUID field of type long ---------- ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/SchemeElement10.java (at line 37) public class SchemeElement10 ^^^^^^^^^^^^^^^ The serializable class SchemeElement10 does not declare a static final serialVersionUID field of type long ---------- ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/SchemeElement2.java (at line 44) public class SchemeElement2 ^^^^^^^^^^^^^^ The serializable class SchemeElement2 does not declare a static final serialVersionUID field of type long ---------- ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/SchemeElement3.java (at line 44) public class SchemeElement3 ^^^^^^^^^^^^^^ The serializable class SchemeElement3 does not declare a static final serialVersionUID field of type long ---------- ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/SchemeElement4.java (at line 44) public class SchemeElement4 ^^^^^^^^^^^^^^ The serializable class SchemeElement4 does not declare a static final serialVersionUID field of type long ---------- ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/SchemeElement5.java (at line 44) public class SchemeElement5 ^^^^^^^^^^^^^^ The serializable class SchemeElement5 does not declare a static final serialVersionUID field of type long ---------- ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/SchemeElement6.java (at line 44) public class SchemeElement6 ^^^^^^^^^^^^^^ The serializable class SchemeElement6 does not declare a static final serialVersionUID field of type long ---------- ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/SchemeElement7.java (at line 44) public class SchemeElement7 ^^^^^^^^^^^^^^ The serializable class SchemeElement7 does not declare a static final serialVersionUID field of type long ---------- ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/SchemeElement8.java (at line 44) public class SchemeElement8 ^^^^^^^^^^^^^^ The serializable class SchemeElement8 does not declare a static final serialVersionUID field of type long ---------- ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/SchemeElement9.java (at line 44) public class SchemeElement9 ^^^^^^^^^^^^^^ The serializable class SchemeElement9 does not declare a static final serialVersionUID field of type long ---------- ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/SchemeType.java (at line 47) public class SchemeType implements Serializable { ^^^^^^^^^^ The serializable class SchemeType does not declare a static final serialVersionUID field of type long ---------- ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/SplitlayoutType.java (at line 54) public class SplitlayoutType ^^^^^^^^^^^^^^^ The serializable class SplitlayoutType does not declare a static final serialVersionUID field of type long ---------- ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/TableType.java (at line 74) public class TableType ^^^^^^^^^ The serializable class TableType does not declare a static final serialVersionUID field of type long ---------- ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/TablelayoutType.java (at line 46) public class TablelayoutType ^^^^^^^^^^^^^^^ The serializable class TablelayoutType does not declare a static final serialVersionUID field of type long ---------- ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/TextboxType.java (at line 44) public class TextboxType ^^^^^^^^^^^ The serializable class TextboxType does not declare a static final serialVersionUID field of type long ---------- ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/TextinfoType.java (at line 44) public class TextinfoType implements Serializable { ^^^^^^^^^^^^ The serializable class TextinfoType does not declare a static final serialVersionUID field of type long ---------- ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/TiclabelType.java (at line 42) public class TiclabelType implements Serializable { ^^^^^^^^^^^^ The serializable class TiclabelType does not declare a static final serialVersionUID field of type long ---------- ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/TiclabelsType.java (at line 47) public class TiclabelsType implements Serializable { ^^^^^^^^^^^^^ The serializable class TiclabelsType does not declare a static final serialVersionUID field of type long ---------- ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/UsageType.java (at line 55) public class UsageType implements Serializable { ^^^^^^^^^ The serializable class UsageType does not declare a static final serialVersionUID field of type long ---------- ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/UsagebarType.java (at line 55) public class UsagebarType ^^^^^^^^^^^^ The serializable class UsagebarType does not declare a static final serialVersionUID field of type long ---------- ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/elements/UsagebarlayoutType.java (at line 53) public class UsagebarlayoutType ^^^^^^^^^^^^^^^^^^ The serializable class UsagebarlayoutType does not declare a static final serialVersionUID field of type long ---------- ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/model/FastImpCheck.java (at line 87) final List lower = LMLCheck .getLowerSchemeElements(scheme); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/model/FastImpCheck.java (at line 143) final List lower = LMLCheck .getLowerSchemeElements(scheme); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/model/FastImpCheck.java (at line 197) private static HashMap findMasks(Object sel, int level, HashMap masks) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method findMasks(Object, int, HashMap) from the type FastImpCheck is never used locally ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/model/FastImpCheck.java (at line 200) final List els = LMLCheck.getLowerSchemeElements(sel); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/model/FastImpCheck.java (at line 228) private static ArrayList impnameToLevel(String impname, HashMap pmasks) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method impnameToLevel(String, HashMap) from the type FastImpCheck is never used locally ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/model/FastImpCheck.java (at line 312) final List els = LMLCheck.getLowerDataElements(data); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/model/LMLCheck.java (at line 95) private static final String line = "-----------------------------------"; //$NON-NLS-1$ ^^^^ The value of the field LMLCheck.line is not used ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/model/LMLCheck.java (at line 114) final List els = getLowerSchemeElements(schemeElement); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/model/LMLCheck.java (at line 174) final List els = getLowerDataElements(datanode); ^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/model/LMLCheck.java (at line 305) final List els = getLowerDataElements(datarefelement); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/model/LMLCheck.java (at line 435) final List els = getLowerSchemeElements(schemeEl); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/model/LMLCheck.java (at line 548) int max = min; ^^^ The value of the local variable max is not used ---------- 105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/model/LMLCheck.java (at line 598) public static List getLowerDataElements(Object el) { ^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/model/LMLCheck.java (at line 631) return 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_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/model/LMLCheck.java (at line 641) public static List getLowerNodedisplayElements(Object el) { ^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/model/LMLCheck.java (at line 679) return 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_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/model/LMLCheck.java (at line 689) public static List getLowerSchemeElements(Object el) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/model/LMLCheck.java (at line 722) return new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/model/LMLCheck.java (at line 751) final List schemeEls = getLowerNodedisplayElements(nodeel); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/model/LMLCheck.java (at line 894) final List els = getLowerDataElements(dataEl); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/model/LMLCheck.java (at line 896) final List schemeEls = getLowerSchemeElements(schemeEl); ^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/model/LMLCheck.java (at line 1057) final List schemeEls = getLowerSchemeElements(schemeEl); ^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/model/LMLCheck.java (at line 1177) final List els = getLowerDataElements(dataEl); ^^^^ 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_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/model/LMLCheck.java (at line 1244) final JAXBElement doc = (JAXBElement) unmar .unmarshal(xml); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to JAXBElement ---------- ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/model/Mask.java (at line 170) int max = min; ^^^ The value of the local variable max is not used ---------- ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml.core/src/org/eclipse/ptp/rm/lml/internal/core/model/NodedisplayAccess.java (at line 584) final List els = LMLCheck.getLowerSchemeElements(schemeelement); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 118 problems (118 warnings)[156 .class files generated] # 10/10/11 9:33:40 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [4 .class files generated] # 10/10/11 9:36:16 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [7 .class files generated] # 10/10/11 9:36:25 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [4 .class files generated] # 10/10/11 9:36:24 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.lml_jaxb/src/org/eclipse/ptp/rm/lml_jaxb/actions/ActionUtils.java (at line 33) import org.eclipse.ptp.remote.core.RemoteServicesDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.remote.core.RemoteServicesDelegate is never used ---------- 1 problem (1 warning)[23 .class files generated] # 10/10/11 9:36:13 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.mpi.mpich2.core/src/org/eclipse/ptp/rm/mpi/mpich2/core/launch/MPICH2LaunchConfiguration.java (at line 58) Map params = configuration.getAttribute(ATTR_PARAMETERS, MPICH2LaunchConfigurationDefaults.ATTR_PARAMETERS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.mpi.mpich2.core/src/org/eclipse/ptp/rm/mpi/mpich2/core/rmsystem/MPICH2ResourceManagerFactory.java (at line 25) private MPICH2ResourceManagerConfiguration fConfiguration; ^^^^^^^^^^^^^^ The value of the field MPICH2ResourceManagerFactory.fConfiguration is not used ---------- 2 problems (2 warnings)[32 .class files generated] # 10/10/11 9:36:25 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [16 .class files generated] # 10/10/11 9:36:15 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.mpi.openmpi.core/src/org/eclipse/ptp/rm/mpi/openmpi/core/rtsystem/OpenMPIProcessMapText12Parser.java (at line 195) int processPid = 0; ^^^^^^^^^^ The value of the local variable processPid is not used ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.mpi.openmpi.core/src/org/eclipse/ptp/rm/mpi/openmpi/core/rtsystem/OpenMPIProcessMapXml13Parser.java (at line 197) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.mpi.openmpi.core/src/org/eclipse/ptp/rm/mpi/openmpi/core/rtsystem/OpenMPIProcessMapXml13Parser.java (at line 206) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.mpi.openmpi.core/src/org/eclipse/ptp/rm/mpi/openmpi/core/rtsystem/OpenMPIProcessMapXml13Parser.java (at line 211) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.rm.mpi.openmpi.core/src/org/eclipse/ptp/rm/mpi/openmpi/core/rtsystem/OpenMPIProcessMapXml13Parser.java (at line 216) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 5 problems (5 warnings)[69 .class files generated] # 10/10/11 9:36:21 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [24 .class files generated] # 10/10/11 9:36:15 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [23 .class files generated] # 10/10/11 9:33:34 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [1 .class file generated] # 10/10/11 9:36:26 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [18 .class files generated] # 10/10/11 9:36:21 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [45 .class files generated] # 10/10/11 9:33:36 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [25 .class files generated] # 10/10/11 9:34:08 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.services.ui/src/org/eclipse/ptp/services/ui/IServiceContributor.java (at line 15) import org.eclipse.ptp.services.core.IServiceProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.services.core.IServiceProvider is never used ---------- 1 problem (1 warning)[96 .class files generated] # 10/10/11 9:33:35 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.extensionpoints.core/src/org/eclipse/ptp/utils/extensionpoints/core/ExtensionPointEnumeration.java (at line 23) public class ExtensionPointEnumeration implements Enumeration { ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- 1 problem (1 warning)[3 .class files generated] # 10/10/11 9:34:09 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [3 .class files generated] # 10/10/11 9:33:36 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/AuthenticationFrame.java (at line 28) import org.eclipse.swt.events.SelectionListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.events.SelectionListener is never used ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/AuthenticationFrame.java (at line 31) import org.eclipse.swt.widgets.Combo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.widgets.Combo is never used ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/AuthenticationFrame.java (at line 35) import org.eclipse.swt.widgets.Text; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.widgets.Text is never used ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ComboGroup.java (at line 36) Vector comboItems = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ComboGroup.java (at line 36) Vector comboItems = new Vector(); ^^^^^^ Vector is a raw type. References to generic type Vector should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ComboGroup.java (at line 47) for (Iterator iter = cmold.items.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ComboGroup.java (at line 84) comboItems.add(comboItem); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ComboGroup.java (at line 89) comboItems.add(index, comboItem); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(int, Object) belongs to the raw type Vector. References to generic type Vector should be parameterized ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ComboGroup.java (at line 99) Iterator it = comboItems.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ComboGroup.java (at line 110) Iterator it = comboItems.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ComboMold.java (at line 27) List items = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ComboMold.java (at line 27) List items = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ComboMold.java (at line 54) this.items.add(new ComboGroupItem(null, string)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ComboMold.java (at line 59) this.items.add(new ComboGroupItem(key, value)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ControlsRelationshipHandler.java (at line 33) Map controlsRelationship; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ControlsRelationshipHandler.java (at line 45) public ControlsRelationshipHandler(Map controlsRelationship, boolean enableWhenMasterEnabled) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ControlsRelationshipHandler.java (at line 56) this(new HashMap(), true); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ControlsRelationshipHandler.java (at line 67) this(new HashMap(), enableWhenTrue); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ControlsRelationshipHandler.java (at line 72) this(new HashMap(), enableWhenTrue); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ControlsRelationshipHandler.java (at line 84) controlsRelationship.put(master, slaves); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ControlsRelationshipHandler.java (at line 89) controlsRelationship.put(master, new Control[] { slave }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ControlsRelationshipHandler.java (at line 104) Set masterSet = controlsRelationship.keySet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ControlsRelationshipHandler.java (at line 105) Iterator it = masterSet.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/Frame.java (at line 501) Frame frame = new Frame(shell, mold); ^^^^^ The value of the local variable frame is not used ---------- ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ProxyAuthenticationFrame.java (at line 28) import org.eclipse.swt.events.SelectionListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.events.SelectionListener is never used ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ProxyAuthenticationFrame.java (at line 31) import org.eclipse.swt.widgets.Combo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.widgets.Combo is never used ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ProxyAuthenticationFrame.java (at line 35) import org.eclipse.swt.widgets.Text; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.widgets.Text is never used ---------- ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ToolKit.java (at line 72) int height = fm.getHeight (); ^^^^^^ The value of the local variable height is not used ---------- 28 problems (28 warnings)[42 .class files generated] # 10/10/11 9:33:37 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [7 .class files generated] # 10/10/11 9:33:41 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.core.vpg/src/org/eclipse/rephraserengine/core/analysis/flow/VPGFlowGraph.java (at line 17) import org.eclipse.rephraserengine.core.vpg.NodeRef; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rephraserengine.core.vpg.NodeRef is never used ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.core.vpg/src/org/eclipse/rephraserengine/core/preservation/PostTransformationContext.java (at line 15) import org.eclipse.ltk.core.refactoring.FileStatusContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ltk.core.refactoring.FileStatusContext is never used ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.core.vpg/src/org/eclipse/rephraserengine/core/vpg/VPG.java (at line 22) import org.eclipse.rephraserengine.core.vpg.eclipse.EclipseVPG; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rephraserengine.core.vpg.eclipse.EclipseVPG is never used ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.core.vpg/src/org/eclipse/rephraserengine/core/vpg/VPGDB.java (at line 24) import org.eclipse.rephraserengine.core.vpg.db.profiling.ProfilingDB; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rephraserengine.core.vpg.db.profiling.ProfilingDB is never used ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.core.vpg/src/org/eclipse/rephraserengine/core/vpg/db/caching/CachingDB.java (at line 23) import org.eclipse.rephraserengine.core.vpg.NodeRef; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rephraserengine.core.vpg.NodeRef is never used ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.core.vpg/src/org/eclipse/rephraserengine/core/vpg/db/caching/CachingDB.java (at line 27) import org.eclipse.rephraserengine.core.vpg.db.cdt.CDTDB; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rephraserengine.core.vpg.db.cdt.CDTDB is never used ---------- ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.core.vpg/src/org/eclipse/rephraserengine/core/vpg/db/cdt/CDTDB.java (at line 30) import org.eclipse.rephraserengine.core.vpg.NodeRef; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rephraserengine.core.vpg.NodeRef is never used ---------- ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.core.vpg/src/org/eclipse/rephraserengine/core/vpg/db/ram/RAMDB.java (at line 39) import org.eclipse.rephraserengine.core.vpg.NodeRef; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rephraserengine.core.vpg.NodeRef is never used ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.core.vpg/src/org/eclipse/rephraserengine/core/vpg/db/ram/RAMDB.java (at line 40) import org.eclipse.rephraserengine.core.vpg.VPG; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rephraserengine.core.vpg.VPG is never used ---------- ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.core.vpg/src/org/eclipse/rephraserengine/core/vpg/eclipse/EclipseVPGWriter.java (at line 15) import org.eclipse.rephraserengine.core.vpg.NodeRef; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rephraserengine.core.vpg.NodeRef is never used ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.core.vpg/src/org/eclipse/rephraserengine/core/vpg/eclipse/IEclipseVPGComponentFactory.java (at line 15) import org.eclipse.rephraserengine.core.vpg.NodeRef; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rephraserengine.core.vpg.NodeRef is never used ---------- 11 problems (11 warnings)[123 .class files generated] # 10/10/11 9:33:37 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.core/src/org/eclipse/rephraserengine/core/analysis/symtab/SymbolTable.java (at line 14) import java.util.ConcurrentModificationException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import java.util.ConcurrentModificationException is never used ---------- 1 problem (1 warning)[58 .class files generated] # 10/10/11 9:33:43 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.refactoring/src/org/eclipse/rephraserengine/internal/ui/actions/RefactoringAction.java (at line 31) import org.eclipse.rephraserengine.ui.menus.RefactorMenu; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rephraserengine.ui.menus.RefactorMenu is never used ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.refactoring/src/org/eclipse/rephraserengine/ui/menus/RefactorMenu.java (at line 17) import org.eclipse.core.resources.IResource; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.resources.IResource is never used ---------- 2 problems (2 warnings)[18 .class files generated] # 10/10/11 9:33:41 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/actions/ClearDBAction.java (at line 27) protected void run(EclipseVPG vpg, IProgressMonitor progressMonitor) throws Exception ^^^^^^^^^^ EclipseVPG is a raw type. References to generic type EclipseVPG should be parameterized ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/actions/DisplayDBAction.java (at line 28) protected void writeOutput(EclipseVPG vpg, PrintStream ps) ^^^^^^^^^^ EclipseVPG is a raw type. References to generic type EclipseVPG should be parameterized ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/actions/DisplayDBStatisticsAction.java (at line 28) protected void writeOutput(EclipseVPG vpg, PrintStream ps) ^^^^^^^^^^ EclipseVPG is a raw type. References to generic type EclipseVPG should be parameterized ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/actions/DisplayModelAction.java (at line 30) protected void writeOutput(EclipseVPG vpg, PrintStream ps) ^^^^^^^^^^ EclipseVPG is a raw type. References to generic type EclipseVPG should be parameterized ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/actions/DisplayVPGErrorLogAction.java (at line 28) protected void writeOutput(EclipseVPG vpg, PrintStream ps) ^^^^^^^^^^ EclipseVPG is a raw type. References to generic type EclipseVPG should be parameterized ---------- ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/actions/EnsureDBUpToDateAction.java (at line 27) protected void run(EclipseVPG vpg, IProgressMonitor progressMonitor) throws Exception ^^^^^^^^^^ EclipseVPG is a raw type. References to generic type EclipseVPG should be parameterized ---------- ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/actions/ResetDBStatisticsAction.java (at line 27) protected void run(EclipseVPG vpg, IProgressMonitor progressMonitor) throws Exception ^^^^^^^^^^ EclipseVPG is a raw type. References to generic type EclipseVPG should be parameterized ---------- ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/browser/AnnotationsTab.java (at line 48) private EclipseVPG vpg; ^^^^^^^^^^ EclipseVPG is a raw type. References to generic type EclipseVPG should be parameterized ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/browser/AnnotationsTab.java (at line 56) private List> annotationsInFile; ^^^^^^^^ IVPGNode is a raw type. References to generic type IVPGNode should be parameterized ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/browser/AnnotationsTab.java (at line 57) private Set> annotationsToShow; ^^^^^^^^ IVPGNode is a raw type. References to generic type IVPGNode should be parameterized ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/browser/AnnotationsTab.java (at line 60) public AnnotationsTab(TabItem annotations, TabFolder tabFolder, EclipseVPG vpg) ^^^^^^^^^^ EclipseVPG is a raw type. References to generic type EclipseVPG should be parameterized ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/browser/AnnotationsTab.java (at line 150) annotationsInFile = new ArrayList>(); ^^^^^^^^ IVPGNode is a raw type. References to generic type IVPGNode should be parameterized ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/browser/AnnotationsTab.java (at line 152) for (Pair pair : ^^^^^^^^ IVPGNode is a raw type. References to generic type IVPGNode should be parameterized ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/browser/AnnotationsTab.java (at line 153) (Iterable>)vpg.getAllAnnotationsFor(filename)) ^^^^^^^^ IVPGNode is a raw type. References to generic type IVPGNode should be parameterized ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/browser/AnnotationsTab.java (at line 158) for (Pair pair : annotationsInFile) ^^^^^^^^ IVPGNode is a raw type. References to generic type IVPGNode should be parameterized ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/browser/AnnotationsTab.java (at line 166) private Set> collectSelectedAnnotations(int caretOffset) ^^^^^^^^ IVPGNode is a raw type. References to generic type IVPGNode should be parameterized ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/browser/AnnotationsTab.java (at line 170) HashSet> AnnotationsToShow = new HashSet>(); ^^^^^^^^ IVPGNode is a raw type. References to generic type IVPGNode should be parameterized ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/browser/AnnotationsTab.java (at line 170) HashSet> AnnotationsToShow = new HashSet>(); ^^^^^^^^ IVPGNode is a raw type. References to generic type IVPGNode should be parameterized ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/browser/AnnotationsTab.java (at line 172) for (Pair pair : annotationsInFile) ^^^^^^^^ IVPGNode is a raw type. References to generic type IVPGNode should be parameterized ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/browser/AnnotationsTab.java (at line 174) IVPGNode tokenRef = pair.fst; ^^^^^^^^ IVPGNode is a raw type. References to generic type IVPGNode should be parameterized ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/browser/AnnotationsTab.java (at line 202) for (Pair pair : annotationsToShow) ^^^^^^^^ IVPGNode is a raw type. References to generic type IVPGNode should be parameterized ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/browser/AnnotationsTab.java (at line 204) IVPGNode tokenRef = pair.fst; ^^^^^^^^ IVPGNode is a raw type. References to generic type IVPGNode should be parameterized ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/browser/AnnotationsTab.java (at line 243) for (Pair pair : annotationsInFile) ^^^^^^^^ IVPGNode is a raw type. References to generic type IVPGNode should be parameterized ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/browser/AnnotationsTab.java (at line 245) IVPGNode tokenRef = pair.fst; ^^^^^^^^ IVPGNode is a raw type. References to generic type IVPGNode should be parameterized ---------- ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/browser/BrowseDBAction.java (at line 25) private EclipseVPG vpg; ^^^^^^^^^^ EclipseVPG is a raw type. References to generic type EclipseVPG should be parameterized ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/browser/BrowseDBAction.java (at line 28) protected void run(EclipseVPG vpg, IProgressMonitor progressMonitor) throws Exception ^^^^^^^^^^ EclipseVPG is a raw type. References to generic type EclipseVPG should be parameterized ---------- ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/browser/DependenciesTab.java (at line 122) public void showDependentsAndDependencies(String filename, EclipseVPG vpg) ^^^^^^^^^^ EclipseVPG is a raw type. References to generic type EclipseVPG should be parameterized ---------- ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/browser/EdgesTab.java (at line 61) private EclipseVPG vpg; ^^^^^^^^^^ EclipseVPG is a raw type. References to generic type EclipseVPG should be parameterized ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/browser/EdgesTab.java (at line 67) public EdgesTab(TabItem edges, TabFolder tabFolder, EclipseVPG vpg) ^^^^^^^^^^ EclipseVPG is a raw type. References to generic type EclipseVPG should be parameterized ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/browser/EdgesTab.java (at line 339) IVPGNode source = edge.getSource(); ^^^^^^^^ IVPGNode is a raw type. References to generic type IVPGNode should be parameterized ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/browser/EdgesTab.java (at line 340) IVPGNode sink = edge.getSink(); ^^^^^^^^ IVPGNode is a raw type. References to generic type IVPGNode should be parameterized ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/browser/EdgesTab.java (at line 396) public void showEdges(String file_selected, EclipseVPG vpg) ^^^^^^^^^^ EclipseVPG is a raw type. References to generic type EclipseVPG should be parameterized ---------- ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/browser/VPGBrowser.java (at line 47) private EclipseVPG vpg; ^^^^^^^^^^ EclipseVPG is a raw type. References to generic type EclipseVPG should be parameterized ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/browser/VPGBrowser.java (at line 61) public VPGBrowser(EclipseVPG vpg) ^^^^^^^^^^ EclipseVPG is a raw type. References to generic type EclipseVPG should be parameterized ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/browser/VPGBrowser.java (at line 250) int i = 0; ^ The value of the local variable i is not used ---------- ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/preservation/PostTransformationStatusContextViewer.java (at line 20) import org.eclipse.ltk.internal.ui.refactoring.FileStatusContextViewer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ltk.internal.ui.refactoring.FileStatusContextViewer is never used ---------- ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/ui/IEclipseVPGFactory.java (at line 29) EclipseVPG getVPG(); ^^^^^^^^^^ EclipseVPG is a raw type. References to generic type EclipseVPG should be parameterized ---------- ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/ui/actions/VPGOutputWindowAction.java (at line 31) protected final void run(EclipseVPG vpg, IProgressMonitor progressMonitor) throws Exception ^^^^^^^^^^ EclipseVPG is a raw type. References to generic type EclipseVPG should be parameterized ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/ui/actions/VPGOutputWindowAction.java (at line 55) protected abstract void writeOutput(EclipseVPG vpg, PrintStream ps); ^^^^^^^^^^ EclipseVPG is a raw type. References to generic type EclipseVPG should be parameterized ---------- ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/ui/actions/VPGWindowActionDelegate.java (at line 62) private EclipseVPG vpg = null; ^^^^^^^^^^ EclipseVPG is a raw type. References to generic type EclipseVPG should be parameterized ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/ui/actions/VPGWindowActionDelegate.java (at line 123) private EclipseVPG determineVPG() ^^^^^^^^^^ EclipseVPG is a raw type. References to generic type EclipseVPG should be parameterized ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/ui/actions/VPGWindowActionDelegate.java (at line 132) private EclipseVPG createVPG(IConfigurationElement[] configs, int index) ^^^^^^^^^^ EclipseVPG is a raw type. References to generic type EclipseVPG should be parameterized ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_5_0/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/ui/actions/VPGWindowActionDelegate.java (at line 240) protected abstract void run(EclipseVPG vpg, IProgressMonitor progressMonitor) throws Exception; ^^^^^^^^^^ EclipseVPG is a raw type. References to generic type EclipseVPG should be parameterized ---------- 43 problems (43 warnings)[33 .class files generated] # 10/10/11 9:33:37 AM EDT # Eclipse Compiler for Java(TM) 0.B37, 3.7.0 M6, Copyright IBM Corp 2000, 2010. All rights reserved. [25 .class files generated]