# 7/29/11 3:03:15 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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] # 7/29/11 3:03:07 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/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 local variable prevTok is never read ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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 ---------- 8 problems (8 warnings)[79 .class files generated] # 7/29/11 3:02:46 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.photran.core.vpg/src/org/eclipse/photran/internal/core/analysis/binding/Binder.java (at line 11) import org.eclipse.photran.internal.core.vpg.PhotranVPGBuilder; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.photran.internal.core.vpg.PhotranVPGBuilder is never used ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 14 problems (14 warnings)[690 .class files generated] # 7/29/11 3:03:09 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. [1 .class file generated] # 7/29/11 3:03:01 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.photran.ui.vpg/src/org/eclipse/photran/internal/ui/editor_vpg/contentassist/FortranCompletionProposalComputer.java (at line 14) 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_4_1/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_4_1/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_4_1/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_4_1/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)[119 .class files generated] # 7/29/11 3:03:16 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.core/src/org/eclipse/ptp/core/IModelManager.java (at line 26) import org.eclipse.ptp.services.core.ServiceModelManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.services.core.ServiceModelManager is never used ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.core/src/org/eclipse/ptp/core/attributes/AbstractAttributeDefinition.java (at line 53) final D other = (D) obj; ^^^^^^^ Type safety: Unchecked cast from Object to D ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.core/src/org/eclipse/ptp/core/attributes/AttributeManager.java (at line 61) @SuppressWarnings("rawtypes") ^^^^^^^^^^ Unnecessary @SuppressWarnings("rawtypes") ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.core/src/org/eclipse/ptp/core/attributes/AttributeManager.java (at line 169) @SuppressWarnings("rawtypes") ^^^^^^^^^^ Unnecessary @SuppressWarnings("rawtypes") ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.core/src/org/eclipse/ptp/core/attributes/EnumeratedAttributeDefinition.java (at line 36) final Class eClass = (Class) defaultValueIn.getClass(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Class to Class ---------- ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.core/src/org/eclipse/ptp/core/util/Queue.java (at line 52) array = (T[]) list.toArray(); ^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object[] to T[] ---------- 6 problems (6 warnings)[232 .class files generated] # 7/29/11 3:03:45 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/core/event/PDebugBreakpointInfo.java (at line 32) this(info, bpid, Collections.EMPTY_MAP); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 local variable path is never read ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/PBreakpointManager.java (at line 821) private IProject getProject() { ^^^^^^^^^^^^ The method getProject() from the type PBreakpointManager is never used locally ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/PMemoryManager.java (at line 475) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/PRegisterManager.java (at line 439) 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_4_1/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/PSignalManager.java (at line 95) public IPDebugTarget getDebugTarget() { ^^^^^^^^^^^^^^^^ The method getDebugTarget() from the type PSignalManager.PSignalSet is never used locally ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/PSignalManager.java (at line 170) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/model/PDebugElement.java (at line 203) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/model/PDebugTarget.java (at line 293) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/model/PDummyStackFrame.java (at line 84) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/model/PStackFrame.java (at line 334) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/model/PStackFrame.java (at line 1009) return Collections.EMPTY_LIST; ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/model/PStackFrame.java (at line 1027) return (fVariables != null) ? fVariables : Collections.EMPTY_LIST; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/model/PThread.java (at line 169) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/model/PThread.java (at line 237) List list = Collections.EMPTY_LIST; ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/model/PValue.java (at line 363) return Collections.EMPTY_LIST; ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/sourcelookup/PSourceLocator.java (at line 95) @SuppressWarnings("rawtypes") ^^^^^^^^^^ Unnecessary @SuppressWarnings("rawtypes") ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/sourcelookup/PSourceLocator.java (at line 582) @SuppressWarnings("rawtypes") ^^^^^^^^^^ Unnecessary @SuppressWarnings("rawtypes") ---------- ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.core/src/org/eclipse/ptp/debug/internal/core/sourcelookup/SourceUtils.java (at line 139) Class clazz = null; ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.core/pdi/org/eclipse/ptp/debug/internal/core/pdi/manager/BreakpointManager.java (at line 58) private final int EXCEPTION_CATCH_IDX = 1; ^^^^^^^^^^^^^^^^^^^ The field BreakpointManager.EXCEPTION_CATCH_IDX is never read locally ---------- 20 problems (20 warnings)[525 .class files generated] # 7/29/11 3:04:21 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. [32 .class files generated] # 7/29/11 3:04:31 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. [20 .class files generated] # 7/29/11 3:04:12 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 25) import org.eclipse.cdt.internal.core.model.ExternalTranslationUnit; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalTranslationUnit is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 26) import org.eclipse.cdt.internal.ui.util.ExternalEditorInput; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 210) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 210) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 210) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 211) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 211) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 214) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 214) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 229) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/PDebugUIUtils.java (at line 229) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/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_4_1/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 field CompareValueAction.view is never read locally ---------- ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/views/breakpoints/ToggleBreakpointsTarget.java (at line 67) public int getValidAddressBreakpointLocation(IDocument doc, int lineNumber) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getValidAddressBreakpointLocation(IDocument, int) from the type ToggleBreakpointsTarget.BreakpointLocationVerifier is never used locally ---------- ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/views/signals/SignalsView.java (at line 55) public class SignalsView extends AbstractDebugEventHandlerView implements ISelectionListener, INullSelectionListener, IPropertyChangeListener, IDebugExceptionHandler { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IDebugExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar ---------- ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar ---------- ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/internal/ui/views/variable/PVariableDialog.java (at line 153) private boolean anyTableItemChecked(Table table) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method anyTableItemChecked(Table) from the type PVariableDialog is never used locally ---------- ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/ui/views/ParallelDebugView.java (at line 164) return null; ^^^^^^^^^^^^ Dead code ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/ui/views/ParallelDebugView.java (at line 623) 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_4_1/results/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/ui/views/ParallelDebugView.java (at line 624) ((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_4_1/results/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.debug.ui/src/org/eclipse/ptp/debug/ui/views/ParallelDebugView.java (at line 624) ((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_4_1/results/eclipse/plugins/org.eclipse.debug.ui_3.6.3.v20101201_r362.jar ---------- 33 problems (33 warnings)[227 .class files generated] # 7/29/11 2:53:27 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/actions/handlers/ShowFeedbackHandler.java (at line 33) import org.eclipse.core.runtime.IExtensionPoint; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.IExtensionPoint is never used ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/actions/handlers/ShowFeedbackHandler.java (at line 34) import org.eclipse.core.runtime.IExtensionRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.IExtensionRegistry is never used ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/actions/handlers/ShowFeedbackHandler.java (at line 80) 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_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 186) private String columnName_ = Messages.SimpleTreeTableMarkerView_value; ^^^^^^^^^^^ The field SimpleTreeTableMarkerView.columnName_ is never read locally ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 462) ArrayList rootNodeList = 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_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 462) ArrayList rootNodeList = 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_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 476) String itemID = (String) marker.getAttribute(FeedbackIDs.FEEDBACK_ATTR_ID); ^^^^^^ The local variable itemID is never read ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 483) rootNodeList.add(marker); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 495) int len = parentList.size(); ^^^ The local variable len is never read ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 511) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 511) ArrayList list = new ArrayList(); ^^^^^^^^^ 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_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 523) list.add(marker); // ??? ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 525) ParentNode pn = getParentNode(parentName); ^^ The local variable pn is never read ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 532) int len = parentList.size(); ^^^ The local variable len is never read ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 535) return list;// parentList; ^^^^ Type safety: The expression of type ArrayList needs unchecked conversion to conform to List ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 567) for (Iterator iter = parentList.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 767) String itemID = getStrAttr(marker, FeedbackIDs.FEEDBACK_ATTR_ID); ^^^^^^ The local variable itemID is never read ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 793) private ParentNode getParent(IMarker marker, boolean b) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getParent(IMarker, boolean) from the type SimpleTreeTableMarkerView.ViewContentProvider is never used locally ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 862) private final HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 862) private final HashMap iconHash = 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_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 972) boolean exists=marker.exists(); ^^^^^^ The local variable exists is never read ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1025) 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 ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1041) for (Iterator iter = iconHash.values().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1385) TreeColumn column; ^^^^^^ The local variable column is never read ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1682) String ps = thePlugin_.toString();// ?? ^^ The local variable ps is never read ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1776) Map attrs = marker.getAttributes(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1777) Iterator iter = attrs.entrySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1779) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1779) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1904) private final HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1904) private final HashMap iconHash = new HashMap(); ^^^^^^^^ The field SimpleTreeTableMarkerView.iconHash is never read locally ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1904) private final 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_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1914) private final LinkedList list = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1914) private final LinkedList list = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 1917) list.addFirst(v); ^^^^^^^^^^^^^^^^ Type safety: The method addFirst(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.feedback/src/org/eclipse/ptp/etfw/feedback/views/SimpleTreeTableMarkerView.java (at line 2011) int len = md1.length; ^^^ The local variable len is never read ---------- 36 problems (36 warnings)[41 .class files generated] # 7/29/11 3:04:47 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.parallel/src/org/eclipse/ptp/etfw/parallel/ParallelToolRecompMainTab.java (at line 182) MessageDialog.openInformation(getShell(), org.eclipse.cdt.launch.internal.ui.LaunchMessages.getString("CMainTab.Project_required"), //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.parallel/src/org/eclipse/ptp/etfw/parallel/ParallelToolRecompMainTab.java (at line 182) MessageDialog.openInformation(getShell(), org.eclipse.cdt.launch.internal.ui.LaunchMessages.getString("CMainTab.Project_required"), //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.parallel/src/org/eclipse/ptp/etfw/parallel/ParallelToolRecompMainTab.java (at line 183) org.eclipse.cdt.launch.internal.ui.LaunchMessages.getString("CMainTab.Enter_project_before_searching_for_program")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.parallel/src/org/eclipse/ptp/etfw/parallel/ParallelToolRecompMainTab.java (at line 183) org.eclipse.cdt.launch.internal.ui.LaunchMessages.getString("CMainTab.Enter_project_before_searching_for_program")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 4 problems (4 warnings)[6 .class files generated] # 7/29/11 3:04:48 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. [7 .class files generated] # 7/29/11 3:04:52 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.tau.papiselect/src/org/eclipse/ptp/etfw/tau/papiselect/papic/PapiCSelect.java (at line 177) Set[] index=new HashSet[2]; ^^^^^^^^^^^^^^ Type safety: The expression of type HashSet[] needs unchecked conversion to conform to Set[] ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.tau.papiselect/src/org/eclipse/ptp/etfw/tau/papiselect/papic/PapiCSelect.java (at line 181) ArrayList cAl = new ArrayList(checked); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.tau.papiselect/src/org/eclipse/ptp/etfw/tau/papiselect/papic/PapiCSelect.java (at line 181) ArrayList cAl = new ArrayList(checked); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ArrayList needs unchecked conversion to conform to ArrayList ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.tau.papiselect/src/org/eclipse/ptp/etfw/tau/papiselect/papic/PapiCSelect.java (at line 181) ArrayList cAl = new ArrayList(checked); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 4 problems (4 warnings)[25 .class files generated] # 7/29/11 3:04:49 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.tau.perfdmf/src/org/eclipse/ptp/etfw/tau/perfdmf/views/PerfDMFView.java (at line 113) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 1 problem (1 warning)[20 .class files generated] # 7/29/11 2:53:21 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.tau.selinst/src/org/eclipse/ptp/etfw/tau/selinst/popup/actions/AtomicInstrument.java (at line 29) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.tau.selinst/src/org/eclipse/ptp/etfw/tau/selinst/popup/actions/AtomicInstrument.java (at line 46) CEditor textEditor; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.tau.selinst/src/org/eclipse/ptp/etfw/tau/selinst/popup/actions/AtomicInstrument.java (at line 55) textEditor = (CEditor) targetEditor; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.tau.selinst/src/org/eclipse/ptp/etfw/tau/selinst/popup/actions/AtomicInstrument.java (at line 64) ICElement cele = textEditor.getInputCElement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInputCElement() from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.tau.selinst/src/org/eclipse/ptp/etfw/tau/selinst/popup/actions/Clear.java (at line 71) Iterator selit = selection.iterator(); ^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator ---------- ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.tau.selinst/src/org/eclipse/ptp/etfw/tau/selinst/popup/actions/IncrementInstrument.java (at line 23) import org.eclipse.cdt.internal.ui.editor.CEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.tau.selinst/src/org/eclipse/ptp/etfw/tau/selinst/popup/actions/IncrementInstrument.java (at line 48) CEditor textEditor; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.tau.selinst/src/org/eclipse/ptp/etfw/tau/selinst/popup/actions/IncrementInstrument.java (at line 57) textEditor = (CEditor) targetEditor; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.tau.selinst/src/org/eclipse/ptp/etfw/tau/selinst/popup/actions/IncrementInstrument.java (at line 66) ICElement cele = textEditor.getInputCElement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInputCElement() from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.tau.selinst/src/org/eclipse/ptp/etfw/tau/selinst/popup/actions/SelectiveInstrument.java (at line 70) Iterator selit = selection.iterator(); ^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator ---------- 12 problems (12 warnings)[10 .class files generated] # 7/29/11 2:53:22 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. [6 .class files generated] # 7/29/11 3:04:52 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.ptp.etfw.tau/src/org/eclipse/ptp/etfw/tau/TAUAnalysisTab.java (at line 1141) varmap = archvarmap = configuration.getAttribute( ITAULaunchConfigurationConstants.ENVVARS, (Map) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.tau/src/org/eclipse/ptp/etfw/tau/TAUAnalysisTab.java (at line 1218) envvars = configuration.getAttribute( ILaunchManager.ATTR_ENVIRONMENT_VARIABLES, (Map) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.tau/src/org/eclipse/ptp/etfw/tau/TAUPortalUploadDialog.java (at line 273) Class sslProvider=null; ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.tau/src/org/eclipse/ptp/etfw/tau/papitest/TestPAPI.java (at line 34) import org.eclipse.ui.internal.Workbench; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.tau/src/org/eclipse/ptp/etfw/tau/papitest/TestPAPI.java (at line 51) window = Workbench.getInstance().getActiveWorkbenchWindow(); ^^^^^^^^^ Discouraged access: The type Workbench is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.tau/src/org/eclipse/ptp/etfw/tau/papitest/TestPAPI.java (at line 51) window = Workbench.getInstance().getActiveWorkbenchWindow(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getInstance() from the type Workbench is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.tau/src/org/eclipse/ptp/etfw/tau/papitest/TestPAPI.java (at line 51) window = Workbench.getInstance().getActiveWorkbenchWindow(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getActiveWorkbenchWindow() from the type Workbench is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar ---------- 9 problems (9 warnings)[37 .class files generated] # 7/29/11 2:53:25 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.toolopts/src/org/eclipse/ptp/etfw/toolopts/ToolPane.java (at line 136) return configuration.getAttribute(configVarID, (Map) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw.toolopts/src/org/eclipse/ptp/etfw/toolopts/ToolPane.java (at line 439) private ToolPane(){ ^^^^^^^^^^ The constructor ToolPane() is never used locally ---------- 2 problems (2 warnings)[19 .class files generated] # 7/29/11 3:04:37 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/BuildLaunchUtils.java (at line 359) Process p = pb.start(); ^ The local variable p is never read ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/BuilderTool.java (at line 15) import org.eclipse.cdt.make.internal.core.MakeTargetManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type MakeTargetManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/BuilderTool.java (at line 188) MakeTargetManager targetMan = new MakeTargetManager(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type MakeTargetManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/BuilderTool.java (at line 188) MakeTargetManager targetMan = new MakeTargetManager(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor MakeTargetManager() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/BuilderTool.java (at line 188) MakeTargetManager targetMan = new MakeTargetManager(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type MakeTargetManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/BuilderTool.java (at line 189) targetMan.startup(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method startup() from the type MakeTargetManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/BuilderTool.java (at line 191) IMakeTarget[] targs = targetMan.getTargets(thisProject); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTargets(IContainer) from the type MakeTargetManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/BuilderTool.java (at line 210) targetMan.shutdown(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method shutdown() from the type MakeTargetManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/BuilderTool.java (at line 245) IConfiguration selectedconf = null; ^^^^^^^^^^^^ The local variable selectedconf is never read ---------- ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/LauncherTool.java (at line 184) saveEnv = confWC.getAttribute(ILaunchManager.ATTR_ENVIRONMENT_VARIABLES, (Map) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ParametricToolLaunchManager.java (at line 598) argNames = configuration.getAttribute(IToolLaunchConfigurationConstants.PARA_ARG_NAMES, (List) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ParametricToolLaunchManager.java (at line 598) argNames = configuration.getAttribute(IToolLaunchConfigurationConstants.PARA_ARG_NAMES, (List) null); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ParametricToolLaunchManager.java (at line 599) argVars = configuration.getAttribute(IToolLaunchConfigurationConstants.PARA_ARG_VALUES, (List) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ParametricToolLaunchManager.java (at line 599) argVars = configuration.getAttribute(IToolLaunchConfigurationConstants.PARA_ARG_VALUES, (List) null); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ParametricToolLaunchManager.java (at line 600) argBools = configuration.getAttribute(IToolLaunchConfigurationConstants.PARA_ARG_BOOLS, (List) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ParametricToolLaunchManager.java (at line 600) argBools = configuration.getAttribute(IToolLaunchConfigurationConstants.PARA_ARG_BOOLS, (List) null); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ParametricToolLaunchManager.java (at line 602) varNames = configuration.getAttribute(IToolLaunchConfigurationConstants.PARA_VAR_NAMES, (List) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ParametricToolLaunchManager.java (at line 602) varNames = configuration.getAttribute(IToolLaunchConfigurationConstants.PARA_VAR_NAMES, (List) null); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ParametricToolLaunchManager.java (at line 603) varVars = configuration.getAttribute(IToolLaunchConfigurationConstants.PARA_VAR_VALUES, (List) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ParametricToolLaunchManager.java (at line 603) varVars = configuration.getAttribute(IToolLaunchConfigurationConstants.PARA_VAR_VALUES, (List) null); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ParametricToolLaunchManager.java (at line 604) varBools = configuration.getAttribute(IToolLaunchConfigurationConstants.PARA_VAR_BOOLS, (List) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ParametricToolLaunchManager.java (at line 604) varBools = configuration.getAttribute(IToolLaunchConfigurationConstants.PARA_VAR_BOOLS, (List) null); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ParametricToolLaunchManager.java (at line 773) envvars = wc.getAttribute(ILaunchManager.ATTR_ENVIRONMENT_VARIABLES, (Map) null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ParametricToolLaunchManager.java (at line 773) envvars = wc.getAttribute(ILaunchManager.ATTR_ENVIRONMENT_VARIABLES, (Map) null); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ToolLaunchConfigurationDelegate.java (at line 22) import org.eclipse.cdt.launch.internal.LocalRunLaunchDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LocalRunLaunchDelegate is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ToolLaunchConfigurationDelegate.java (at line 34) public class ToolLaunchConfigurationDelegate extends LocalRunLaunchDelegate implements IToolLaunchConfigurationConstants{ ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LocalRunLaunchDelegate is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/internal/ToolLaunchConfigurationDelegate.java (at line 46) super.launch(configuration, mode, launchIn, monitor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor) from the type LocalRunLaunchDelegate is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ExternalToolSelectionTab.java (at line 30) import org.eclipse.debug.ui.ILaunchConfigurationTab; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.debug.ui.ILaunchConfigurationTab is never used ---------- ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ParametricParameterTab.java (at line 64) private Text trial; ^^^^^ The field ParametricParameterTab.trial is never read locally ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ParametricParameterTab.java (at line 70) private ParametricParameterTab() { ^^^^^^^^^^^^^^^^^^^^^^^^ The constructor ParametricParameterTab() is never used locally ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ParametricParameterTab.java (at line 353) setTableList(argTab, configuration.getAttribute(PARA_ARG_NAMES, (List) null), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ParametricParameterTab.java (at line 354) configuration.getAttribute(PARA_ARG_VALUES, (List) null), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ParametricParameterTab.java (at line 355) configuration.getAttribute(PARA_ARG_BOOLS, (List) null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ParametricParameterTab.java (at line 356) setTableList(varTab, configuration.getAttribute(PARA_VAR_NAMES, (List) null), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ParametricParameterTab.java (at line 357) configuration.getAttribute(PARA_VAR_VALUES, (List) null), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ParametricParameterTab.java (at line 358) configuration.getAttribute(PARA_VAR_BOOLS, (List) null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 22) import org.eclipse.cdt.launch.internal.ui.LaunchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 23) import org.eclipse.cdt.launch.internal.ui.LaunchUIPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 84) LaunchUIPlugin.getDefault().getWorkbench().getHelpSystem() ^^^^^^^^^^^^^^ Discouraged access: The type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 84) LaunchUIPlugin.getDefault().getWorkbench().getHelpSystem() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getDefault() from the type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 98) LaunchUIPlugin.setDialogShell(parent.getShell()); ^^^^^^^^^^^^^^ Discouraged access: The type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 98) LaunchUIPlugin.setDialogShell(parent.getShell()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setDialogShell(Shell) from the type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 139) fProjButton = createPushButton(projComp, LaunchMessages.getString("Launch.common.Browse_1"), null); //$NON-NLS-1$ ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 139) fProjButton = createPushButton(projComp, LaunchMessages.getString("Launch.common.Browse_1"), null); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 245) MessageDialog.openInformation(getShell(), LaunchMessages.getString("CMainTab.Project_required"), //$NON-NLS-1$ ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 245) MessageDialog.openInformation(getShell(), LaunchMessages.getString("CMainTab.Project_required"), //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 246) LaunchMessages.getString("CMainTab.Enter_project_before_searching_for_program")); //$NON-NLS-1$ ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 246) LaunchMessages.getString("CMainTab.Enter_project_before_searching_for_program")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 252) MessageDialog.openInformation(getShell(), LaunchMessages.getString("CMainTab.Project_required"), //$NON-NLS-1$ ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 252) MessageDialog.openInformation(getShell(), LaunchMessages.getString("CMainTab.Project_required"), //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 253) LaunchMessages.getString("CMainTab.Enter_project_before_searching_for_program")); //$NON-NLS-1$ ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 253) LaunchMessages.getString("CMainTab.Enter_project_before_searching_for_program")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 277) setErrorMessage(LaunchMessages.getString("CMainTab.Project_not_specified")); //$NON-NLS-1$ ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 277) setErrorMessage(LaunchMessages.getString("CMainTab.Project_not_specified")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 281) setErrorMessage(LaunchMessages.getString("Launch.common.Project_does_not_exist")); //$NON-NLS-1$ ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 281) setErrorMessage(LaunchMessages.getString("Launch.common.Project_does_not_exist")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 286) setErrorMessage(LaunchMessages.getString("CMainTab.Project_must_be_opened")); //$NON-NLS-1$ ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 286) setErrorMessage(LaunchMessages.getString("CMainTab.Project_must_be_opened")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 308) setErrorMessage(LaunchMessages.getString("Launch.common.Project_does_not_exist")); //$NON-NLS-1$ ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 308) setErrorMessage(LaunchMessages.getString("Launch.common.Project_does_not_exist")); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getString(String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 366) LaunchUIPlugin.log(e); ^^^^^^^^^^^^^^ Discouraged access: The type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 366) LaunchUIPlugin.log(e); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method log(Throwable) from the type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 392) LaunchUIPlugin.log(ce); ^^^^^^^^^^^^^^ Discouraged access: The type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 392) LaunchUIPlugin.log(ce); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method log(Throwable) from the type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 424) LaunchUIPlugin.log(ce); ^^^^^^^^^^^^^^ Discouraged access: The type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 424) LaunchUIPlugin.log(ce); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method log(Throwable) from the type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 439) LaunchUIPlugin.log(ce); ^^^^^^^^^^^^^^ Discouraged access: The type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.etfw/src/org/eclipse/ptp/etfw/ui/ToolRecompMainTab.java (at line 439) LaunchUIPlugin.log(ce); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method log(Throwable) from the type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 68 problems (68 warnings)[45 .class files generated] # 7/29/11 2:52:49 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.gem/src/org/eclipse/ptp/gem/popup/actions/HbvLogFilePopUpAction.java (at line 29) 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_4_1/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_4_1/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] # 7/29/11 3:04:18 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/internal/RuntimeProcess.java (at line 128) @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/internal/RuntimeProcess.java (at line 129) public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/AbstractDebuggerTab.java (at line 118) wc.setAttribute(IPTPLaunchConfigurationConstants.ATTR_DEBUGGER_SPECIFIC_ATTRS_MAP, (Map)null); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.launch/src/org/eclipse/ptp/launch/ui/AbstractDebuggerTab.java (at line 198) config.setAttribute(IPTPLaunchConfigurationConstants.ATTR_DEBUGGER_SPECIFIC_ATTRS_MAP, (Map)null); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 6 problems (6 warnings)[90 .class files generated] # 7/29/11 2:52:43 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/ArtifactManager.java (at line 36) static HashMap hashMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/ArtifactManager.java (at line 36) static HashMap hashMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/ArtifactManager.java (at line 45) public static HashMap registry = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/ArtifactManager.java (at line 45) public static HashMap registry = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/ArtifactManager.java (at line 49) registry.put(id, this); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/ArtifactManager.java (at line 99) hashMap.put(id, a); ^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/ArtifactManager.java (at line 119) public HashMap getArtifactMap() { ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/actions/RunAnalyseHandler.java (at line 88) @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/actions/RunAnalyseHandler.java (at line 92) 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_4_1/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_4_1/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_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/actions/RunAnalyseHandlerBase.java (at line 15) import java.net.URI; ^^^^^^^^^^^^ The import java.net.URI is never used ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/actions/RunAnalyseHandlerBase.java (at line 57) 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_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/actions/RunAnalyseHandlerBase.java (at line 317) 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_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/actions/RunAnalyseHandlerBase.java (at line 514) 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 ---------- ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/analysis/PldtAstVisitor.java (at line 402) public List convertToList(String stringList) ^^^^ 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_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/analysis/PldtAstVisitor.java (at line 405) List dirs = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/analysis/PldtAstVisitor.java (at line 405) List dirs = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/util/Utility.java (at line 17) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTableMarkerView.java (at line 394) 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_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTableMarkerView.java (at line 398) 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_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTableMarkerView.java (at line 1373) String temp=b.getSymbolicName(); ^^^^ The local variable temp is never read ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTableMarkerView.java (at line 1377) Image img = id.createImage(); ^^^ The local variable img is never read ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTableMarkerView.java (at line 1475) 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_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTableMarkerView.java (at line 1476) 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_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTableMarkerView.java (at line 1478) 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_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTableMarkerView.java (at line 1478) 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_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTableMarkerView.java (at line 1690) int len = md1.length; ^^^ The local variable len is never read ---------- ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 163) private String[] columnNames_; ^^^^^^^^^^^^ The field SimpleTreeTableMarkerView.columnNames_ is never read locally ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 441) 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_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 706) private HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 706) private HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 834) iconHash.put(iconName_, img);// save for reuse ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 849) for (Iterator iter = iconHash.values().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 1124) TreeColumn column; ^^^^^^ The local variable column is never read ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 1478) Map attrs = marker.getAttributes(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 1479) Iterator iter = attrs.entrySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 1481) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 1481) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 1587) private LinkedList list = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 1587) private LinkedList list = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 1590) list.addFirst(v); ^^^^^^^^^^^^^^^^ Type safety: The method addFirst(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.common/src/org/eclipse/ptp/pldt/common/views/SimpleTreeTableMarkerView.java (at line 1686) int len = md1.length; ^^^ The local variable len is never read ---------- 43 problems (43 warnings)[77 .class files generated] # 7/29/11 2:53:46 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.lapi/src/org/eclipse/ptp/pldt/lapi/analysis/LapiCASTVisitor.java (at line 48) public LapiCASTVisitor(List mpiIncludes, String fileName, ScanReturn msr) ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.lapi/src/org/eclipse/ptp/pldt/lapi/analysis/LapiCASTVisitor.java (at line 50) super(mpiIncludes, fileName, msr); ^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 2 problems (2 warnings)[10 .class files generated] # 7/29/11 2:52:51 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis.cdt/src/org/eclipse/ptp/pldt/mpi/analysis/cdt/graphs/impl/ControlFlowGraph.java (at line 741) 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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis.cdt/src/org/eclipse/ptp/pldt/mpi/analysis/cdt/graphs/impl/ControlFlowGraph.java (at line 741) 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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis.cdt/src/org/eclipse/ptp/pldt/mpi/analysis/cdt/graphs/impl/ControlFlowGraph.java (at line 741) 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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis.cdt/src/org/eclipse/ptp/pldt/mpi/analysis/cdt/graphs/impl/ControlFlowGraph.java (at line 743) 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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis.cdt/src/org/eclipse/ptp/pldt/mpi/analysis/cdt/graphs/impl/ControlFlowGraph.java (at line 743) 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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis.cdt/src/org/eclipse/ptp/pldt/mpi/analysis/cdt/graphs/impl/ControlFlowGraph.java (at line 744) 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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis.cdt/src/org/eclipse/ptp/pldt/mpi/analysis/cdt/graphs/impl/ControlFlowGraph.java (at line 750) @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis.cdt/src/org/eclipse/ptp/pldt/mpi/analysis/cdt/graphs/impl/ControlFlowGraph.java (at line 751) 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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis.cdt/src/org/eclipse/ptp/pldt/mpi/analysis/cdt/graphs/impl/ControlFlowGraph.java (at line 751) 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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis.cdt/src/org/eclipse/ptp/pldt/mpi/analysis/cdt/graphs/impl/ControlFlowGraph.java (at line 756) 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] # 7/29/11 2:53:41 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/Activator.java (at line 15) import org.eclipse.ptp.pldt.mpi.analysis.messages.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.pldt.mpi.analysis.messages.Messages is never used ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 74) for(Enumeration e = table_.elements(); e.hasMoreElements();){ ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 75) 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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 75) ArrayList list = (ArrayList)e.nextElement(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 76) for(Iterator i = list.iterator(); i.hasNext();){ ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 86) for(Enumeration e = table_.elements(); e.hasMoreElements();){ ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 87) 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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 87) ArrayList list = (ArrayList)e.nextElement(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 88) for(Iterator i = list.iterator(); i.hasNext();){ ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 98) for(Enumeration e = table_.elements(); e.hasMoreElements();){ ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 99) 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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 99) ArrayList list = (ArrayList)e.nextElement(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 100) for(Iterator i = list.iterator(); i.hasNext();){ ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 156) IASTInitializerClause[] newParms = barrier_.getArguments(); // BRT could fix deprecation? ^^^^^^^^ The local variable newParms is never read ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/BarrierTable.java (at line 211) String str=iastLiteralExpression.getRawSignature(); ^^^ The local variable str is never read ---------- ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 127) for(ListIterator li = labelList_.listIterator(); li.hasNext();){ ^^^^^^^^^^^^ ListIterator is a raw type. References to generic type ListIterator should be parameterized ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 137) for(ListIterator li = gotoList_.listIterator(); li.hasNext();){ ^^^^^^^^^^^^ ListIterator is a raw type. References to generic type ListIterator should be parameterized ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 140) IASTLiteralExpression condE = new CASTLiteralExpression(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTLiteralExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 140) IASTLiteralExpression condE = new CASTLiteralExpression(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTLiteralExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 143) IASTIfStatement ifS = new CASTIfStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTIfStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 143) IASTIfStatement ifS = new CASTIfStatement(); ^^^^^^^^^^^^^^^ Discouraged access: The type CASTIfStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 156) IASTSimpleDeclaration decl = new CASTSimpleDeclaration(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTSimpleDeclaration() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 156) IASTSimpleDeclaration decl = new CASTSimpleDeclaration(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTSimpleDeclaration is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 158) IASTSimpleDeclSpecifier declSpec = new CASTSimpleDeclSpecifier(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTSimpleDeclSpecifier() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 158) IASTSimpleDeclSpecifier declSpec = new CASTSimpleDeclSpecifier(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTSimpleDeclSpecifier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 173) IASTName name = new CASTName(var.toCharArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTName(char[]) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 173) IASTName name = new CASTName(var.toCharArray()); ^^^^^^^^ Discouraged access: The type CASTName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 175) IASTLiteralExpression init = new CASTLiteralExpression(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTLiteralExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 175) IASTLiteralExpression init = new CASTLiteralExpression(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTLiteralExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 177) IASTInitializerExpression initE = new CASTInitializerExpression(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTInitializerExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 177) IASTInitializerExpression initE = new CASTInitializerExpression(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTInitializerExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 185) IASTDeclarationStatement declStmt = new CASTDeclarationStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTDeclarationStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 185) IASTDeclarationStatement declStmt = new CASTDeclarationStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTDeclarationStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 200) IASTName name = new CASTName(var.toCharArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTName(char[]) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 200) IASTName name = new CASTName(var.toCharArray()); ^^^^^^^^ Discouraged access: The type CASTName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 201) IASTIdExpression id = new CASTIdExpression(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTIdExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 201) IASTIdExpression id = new CASTIdExpression(); ^^^^^^^^^^^^^^^^ Discouraged access: The type CASTIdExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 205) IASTLiteralExpression value = new CASTLiteralExpression(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTLiteralExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 205) IASTLiteralExpression value = new CASTLiteralExpression(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTLiteralExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 208) IASTBinaryExpression biE = new CASTBinaryExpression(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTBinaryExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 208) IASTBinaryExpression biE = new CASTBinaryExpression(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTBinaryExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 215) IASTExpressionStatement exprStmt = new CASTExpressionStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTExpressionStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 215) IASTExpressionStatement exprStmt = new CASTExpressionStatement(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTExpressionStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 219) IASTCompoundStatement compStmt = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTCompoundStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 219) IASTCompoundStatement compStmt = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTCompoundStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 277) IASTCompoundStatement newCompS = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTCompoundStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 277) IASTCompoundStatement newCompS = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTCompoundStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 327) IASTCompoundStatement newbody = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTCompoundStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 327) IASTCompoundStatement newbody = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTCompoundStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 341) IASTName condname = new CASTName(labelname.toCharArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTName(char[]) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 341) IASTName condname = new CASTName(labelname.toCharArray()); ^^^^^^^^ Discouraged access: The type CASTName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 342) IASTIdExpression condE = new CASTIdExpression(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTIdExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 342) IASTIdExpression condE = new CASTIdExpression(); ^^^^^^^^^^^^^^^^ Discouraged access: The type CASTIdExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 346) IASTIfStatement ifS = new CASTIfStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTIfStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 346) IASTIfStatement ifS = new CASTIfStatement(); ^^^^^^^^^^^^^^^ Discouraged access: The type CASTIfStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 348) IASTBreakStatement breakS = new CASTBreakStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTBreakStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 348) IASTBreakStatement breakS = new CASTBreakStatement(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTBreakStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 364) IASTName condname = new CASTName(labelname.toCharArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTName(char[]) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 364) IASTName condname = new CASTName(labelname.toCharArray()); ^^^^^^^^ Discouraged access: The type CASTName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 365) IASTIdExpression condE = new CASTIdExpression(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTIdExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 365) IASTIdExpression condE = new CASTIdExpression(); ^^^^^^^^^^^^^^^^ Discouraged access: The type CASTIdExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 369) IASTIfStatement ifS = new CASTIfStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTIfStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 369) IASTIfStatement ifS = new CASTIfStatement(); ^^^^^^^^^^^^^^^ Discouraged access: The type CASTIfStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 371) IASTBreakStatement breakS = new CASTBreakStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTBreakStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 371) IASTBreakStatement breakS = new CASTBreakStatement(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTBreakStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 381) ((CASTDoStatement)parent).replace(body, newbody); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method replace(IASTNode, IASTNode) from the type CASTDoStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 381) ((CASTDoStatement)parent).replace(body, newbody); ^^^^^^^^^^^^^^^ Discouraged access: The type CASTDoStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 383) ((CASTForStatement)parent).replace(body, newbody); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method replace(IASTNode, IASTNode) from the type CASTForStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 383) ((CASTForStatement)parent).replace(body, newbody); ^^^^^^^^^^^^^^^^ Discouraged access: The type CASTForStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 385) ((CASTWhileStatement)parent).replace(body, newbody); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method replace(IASTNode, IASTNode) from the type CASTWhileStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 385) ((CASTWhileStatement)parent).replace(body, newbody); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTWhileStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 387) ((CASTSwitchStatement)parent).replace(body, newbody); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method replace(IASTNode, IASTNode) from the type CASTSwitchStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 387) ((CASTSwitchStatement)parent).replace(body, newbody); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTSwitchStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 403) IASTCompoundStatement newbody = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTCompoundStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 403) IASTCompoundStatement newbody = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTCompoundStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 411) IASTCompoundStatement ifbody = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTCompoundStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 411) IASTCompoundStatement ifbody = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTCompoundStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 415) IASTName condname = new CASTName(labelname.toCharArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTName(char[]) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 415) IASTName condname = new CASTName(labelname.toCharArray()); ^^^^^^^^ Discouraged access: The type CASTName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 416) IASTIdExpression condid = new CASTIdExpression(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTIdExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 416) IASTIdExpression condid = new CASTIdExpression(); ^^^^^^^^^^^^^^^^ Discouraged access: The type CASTIdExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 420) IASTUnaryExpression condE = new CASTUnaryExpression(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTUnaryExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 420) IASTUnaryExpression condE = new CASTUnaryExpression(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTUnaryExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 425) IASTIfStatement ifStmt = new CASTIfStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTIfStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 425) IASTIfStatement ifStmt = new CASTIfStatement(); ^^^^^^^^^^^^^^^ Discouraged access: The type CASTIfStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 435) ((CASTIfStatement)parent).replace(body, newbody); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method replace(IASTNode, IASTNode) from the type CASTIfStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 435) ((CASTIfStatement)parent).replace(body, newbody); ^^^^^^^^^^^^^^^ Discouraged access: The type CASTIfStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 439) ((CASTIfStatement)parent).replace(gotoIfStmt, assignS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method replace(IASTNode, IASTNode) from the type CASTIfStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 439) ((CASTIfStatement)parent).replace(gotoIfStmt, assignS); ^^^^^^^^^^^^^^^ Discouraged access: The type CASTIfStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 492) IASTCompoundStatement newParentStmt = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTCompoundStatement() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 492) IASTCompoundStatement newParentStmt = new CASTCompoundStatement(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CASTCompoundStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 503) IASTName condname = new CASTName(labelname.toCharArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTName(char[]) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 503) IASTName condname = new CASTName(labelname.toCharArray()); ^^^^^^^^ Discouraged access: The type CASTName is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 504) IASTIdExpression condid = new CASTIdExpression(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CASTIdExpression() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/GotoEliminator.java (at line 504) IASTIdExpression condid = new CASTIdExpression(); ^^^^^^^^^^^^^^^^ Discouraged access: The type CASTIdExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 71) protected Hashtable> caseBE = null; ^^^^ 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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 88) caseBE = new Hashtable>(); ^^^^ 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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 91) caseBE.put(comm, new Stack()); ^^^^ 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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 131) for(Enumeration> e = caseBE.elements(); e.hasMoreElements();){ ^^^^ 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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 132) Stack caseBEsk = e.nextElement(); ^^^^ 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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 147) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 155) Stack caseBEsk = caseBE.get(comm); ^^^^ 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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 159) List list = caseBEsk.peek(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 181) for(Enumeration e = caseBE.keys(); e.hasMoreElements();){ ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- 127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 183) Stack caseBEsk = caseBE.get(comm); ^^^^ 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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 187) List list = caseBEsk.peek(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 188) list.add(caseStmt); ^^^^^^^^^^^^^^^^^^ 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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 189) 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 ---------- 131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 269) Stack caseBEsk = caseBE.get(comm); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 270) Stack sk = stacks_.get(comm); ^^ The local variable sk is never read ---------- 133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 272) List list = caseBEsk.peek(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 273) list.add(dfStmt); ^^^^^^^^^^^^^^^^ 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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 274) 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 ---------- 136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 420) Stack caseBEsk = caseBE.get(comm); ^^^^ 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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 421) List list = caseBEsk.pop(); ^^^^ 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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 473) Stack caseBEsk = caseBE.get(key); ^^^^ 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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 474) List list = caseBEsk.peek(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 503) private BarrierExpression getInitializerBE(Stack sk, IASTInitializer init){ ^^^^^ 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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExpr.java (at line 532) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 104) protected Hashtable> caseBE = null; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 121) caseBE = new Hashtable>(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 124) caseBE.put(comm, new Stack()); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 156) for(Enumeration> e = caseBE.elements(); e.hasMoreElements();){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 157) Stack caseBEsk = e.nextElement(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 172) if(stmt instanceof IASTAmbiguousStatement){ ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousStatement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 180) Stack caseBEsk = caseBE.get(comm); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 184) List list = caseBEsk.peek(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 206) for(Enumeration e = caseBE.keys(); e.hasMoreElements();){ ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- 153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 208) Stack caseBEsk = caseBE.get(comm); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 212) List list = caseBEsk.peek(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 213) list.add(caseStmt); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 214) list.add(new CaseBarrierExpr(be, caseStmt.getExpression())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 294) Stack caseBEsk = caseBE.get(comm); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 295) Stack sk = stacks_.get(comm); ^^ The local variable sk is never read ---------- 159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 297) List list = caseBEsk.peek(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 298) list.add(dfStmt); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 299) list.add(new CaseBarrierExpr(be, null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 445) Stack caseBEsk = caseBE.get(comm); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 446) List list = caseBEsk.pop(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 498) Stack caseBEsk = caseBE.get(key); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 499) List list = caseBEsk.peek(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 528) private BarrierExpression getInitializerBE(Stack sk, IASTInitializer init){ ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierExprModified.java (at line 557) if(expr instanceof IASTAmbiguousExpression){ ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierMatching.java (at line 496) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierMatching.java (at line 497) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierMatching.java (at line 497) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierMatching.java (at line 498) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIBarrierMatching.java (at line 499) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 25) import org.eclipse.cdt.internal.core.dom.parser.IASTAmbiguousExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 26) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 26) import org.eclipse.cdt.internal.core.dom.parser.c.CASTBinaryExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.internal.core.dom.parser.c.CASTBinaryExpression is never used ---------- 182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 182) newMV = Util.Union(newMV, block.getPhiVar()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 183. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 205) newMV = Util.Union(newMV, emva.getMVList()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 463) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 570) IASTInitializerClause[] newParameterList=funcE.getArguments(); ^^^^^^^^^^^^^^^^ The local variable newParameterList is never read ---------- 186. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 696) 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 ---------- 187. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 706) String rawSig=ic.getRawSignature();// for debug purposes ^^^^^^ The local variable rawSig is never read ---------- 188. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 860) newMV = Util.Union(newMV, block.getPhiVar()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 189. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 883) newMV = Util.Union(newMV, emva.getMVList()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 992) private IASTExpressionList paramsOLD; ^^^^^^^^^ The field MPIMVAnalysis.WorkListCollector.paramsOLD is never read locally ---------- 191. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 1049) String var2=((IASTIdExpression) expr).getName().toString(); ^^^^ The local variable var2 is never read ---------- 192. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 1064) String meSig=me.getRawSignature(); ^^^^^ The local variable meSig is never read ---------- 193. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/MPIMVAnalysis.java (at line 1343) boolean mv=EA.isMV(); ^^ The local variable mv is never read ---------- ---------- 194. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 195. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/UseDefBuilder.java (at line 207) if(expr instanceof IASTAmbiguousExpression){ ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IASTAmbiguousExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 196. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/UseDefBuilder.java (at line 286) gdef_ = Util.Union(gdef_, n.getGlobalDef()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 197. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/UseDefBuilder.java (at line 287) guse_ = Util.Union(guse_, n.getGlobalUse()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 198. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/UseDefBuilder.java (at line 288) def_ = Util.Union(def_, n.getGlobalDef()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 199. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/UseDefBuilder.java (at line 289) use_ = Util.Union(use_, n.getGlobalUse()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- ---------- 200. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 201. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 202. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 203. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 22) List list = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 204. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 22) List list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 205. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 23) for(Iterator i = A.iterator(); i.hasNext();){ ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 206. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 25) if(B.contains(o)) list.add(o); ^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 207. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 30) public static boolean equals(List A, List B){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 208. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 30) public static boolean equals(List A, List B){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 209. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 35) for(Iterator i = A.iterator(); i.hasNext();){ ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 210. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 41) public static List Union(List A, List B){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 211. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 41) public static List Union(List A, List B){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 212. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 41) public static List Union(List A, List B){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 213. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 44) List list = new ArrayList(A); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 214. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 44) List list = new ArrayList(A); ^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 215. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 44) List list = new ArrayList(A); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 216. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 45) for(Iterator i = B.iterator(); i.hasNext();){ ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 217. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 47) if(!list.contains(o)) list.add(o); ^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 218. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 52) public static List Union(List A, List B, List C){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 219. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 52) public static List Union(List A, List B, List C){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 220. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 52) public static List Union(List A, List B, List C){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 221. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 52) public static List Union(List A, List B, List C){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 222. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 59) public static List Minus(List A, List B){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 223. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 59) public static List Minus(List A, List B){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 224. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 59) public static List Minus(List A, List B){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 225. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 61) List list = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 226. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 61) List list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 227. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 62) for(Iterator i = A.iterator(); i.hasNext();){ ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 228. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 64) if(!B.contains(o)) list.add(o); ^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 229. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 70) public static void addAll(List to, List from){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 230. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 70) public static void addAll(List to, List from){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 231. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 73) for(Iterator i = from.iterator(); i.hasNext();){ ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 232. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 76) to.add(s); ^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 233. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 80) public static List copy(List oldlist){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 234. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 80) public static List copy(List oldlist){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 235. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 81) List list = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 236. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 81) List list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 237. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 82) for(Iterator i = oldlist.iterator(); i.hasNext();){ ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 238. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/analysis/Util.java (at line 83) list.add(i.next()); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- ---------- 239. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 240. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 241. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 242. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 243. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 local variable parentName is never read ---------- 244. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 245. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 246. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 247. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 248. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 249. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 185) LinkedList ais = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 250. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 185) LinkedList ais = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 251. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 186) for(Iterator ai=am.getAnnotationIterator(); ai.hasNext();) { ais.add(ai.next()); } ^^^^^^^^ 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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 186) for(Iterator ai=am.getAnnotationIterator(); ai.hasNext();) { ais.add(ai.next()); } ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 253. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/popup/actions/ShowMatchSet.java (at line 187) for(Iterator it=ais.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 254. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MPIArtifactMarkingVisitor.java (at line 68) Map attrs = createCommonMarkerAttrs(resource, artifact, fn); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 255. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MPIArtifactMarkingVisitor.java (at line 70) attrs.put(IMarker.MESSAGE, artifact.getShortName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 256. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MPIArtifactMarkingVisitor.java (at line 75) attrs.put(IDs.parentIDAttr, new Integer(awp.getParentID())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 257. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MPIArtifactMarkingVisitor.java (at line 76) attrs.put(IDs.myIDAttr, new Integer(awp.getMyID())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 258. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MPIArtifactMarkingVisitor.java (at line 77) attrs.put(IDs.myNameAttr, awp.getMyName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 259. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/MPIArtifactMarkingVisitor.java (at line 78) attrs.put(IDs.myIndexAttr, new Integer(awp.getIndex())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- ---------- 260. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 261. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 262. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 263. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 264. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 265. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 562) private final HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 266. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 562) private final HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 267. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 689) 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 ---------- 268. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 705) for (Iterator iter = iconHash.values().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 269. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 1367) Map attrs = marker.getAttributes(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 270. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 1368) Iterator iter = attrs.entrySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 271. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 1370) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 272. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 1370) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 273. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 1475) private final LinkedList list = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 274. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 1475) private final LinkedList list = 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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 1478) list.addFirst(v); ^^^^^^^^^^^^^^^^ Type safety: The method addFirst(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 276. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTableBarrierView.java (at line 1572) int len = md1.length; ^^^ The local variable len is never read ---------- ---------- 277. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 field SimpleTreeTableMarkerView.columnName_ is never read locally ---------- 278. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 field SimpleTreeTableMarkerView.columnNames_ is never read locally ---------- 279. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 378) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 280. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 378) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 281. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 435) private String getMyName(IMarker marker) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getMyName(IMarker) from the type SimpleTreeTableMarkerView.ViewContentProvider is never used locally ---------- 282. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 699) private HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 283. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 699) private HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 284. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 843) 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 ---------- 285. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 859) for (Iterator iter = iconHash.values().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 286. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1140) 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 ---------- 287. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1195) TreeColumn column; ^^^^^^ The local variable column is never read ---------- 288. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1443) Map attrs = marker.getAttributes(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 289. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1444) Iterator iter = attrs.entrySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 290. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1446) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 291. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1446) Map.Entry e = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 292. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1610) private LinkedList list = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 293. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1610) private LinkedList list = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 294. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1613) list.addFirst(v); ^^^^^^^^^^^^^^^^ Type safety: The method addFirst(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 295. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.analysis/src/org/eclipse/ptp/pldt/mpi/analysis/view/SimpleTreeTableMarkerView.java (at line 1715) int len = md1.length; ^^^ The local variable len is never read ---------- 295 problems (295 warnings)[104 .class files generated] # 7/29/11 3:03:10 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCASTVisitor.java (at line 51) public MpiCASTVisitor(List mpiIncludes, String fileName, boolean allowPrefixOnlyMatch, ScanReturn msr) { ^^^^ 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_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 52) public MpiCPPASTVisitor(List mpiIncludes, String fileName, boolean allowPrefixOnlyMatch, ScanReturn msr) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 53) super(mpiIncludes, fileName, allowPrefixOnlyMatch, msr); ^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 97) if (astExpr instanceof CPPASTFieldReference) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTFieldReference is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 100) CPPASTFieldReference cppFieldReference = (CPPASTFieldReference) astExpr; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTFieldReference is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 100) CPPASTFieldReference cppFieldReference = (CPPASTFieldReference) astExpr; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTFieldReference is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 101) funcName = cppFieldReference.getFieldName(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFieldName() from the type CPPASTFieldReference is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 117) } else if ((expression instanceof CPPASTIdExpression) ^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTIdExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.mpi.core/src/org/eclipse/ptp/pldt/mpi/core/analysis/MpiCPPASTVisitor.java (at line 121) processIdExprAsLiteral((CPPASTIdExpression) expression); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPPASTIdExpression is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 field MpiFortranASTVisitor.traceOn is never read locally ---------- 26 problems (26 warnings)[18 .class files generated] # 7/29/11 3:02:20 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPAnalysisException.java (at line 16) public class OpenMPAnalysisException extends Exception ^^^^^^^^^^^^^^^^^^^^^^^ The serializable class OpenMPAnalysisException does not declare a static final serialVersionUID field of type long ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPAnalysisManager.java (at line 292) public Set getNodesConcurrentTo(IASTNode node) ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPAnalysisManager.java (at line 322) Stack context = new Stack(); ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPAnalysisManager.java (at line 322) Stack context = new Stack(); ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPAnalysisManager.java (at line 326) context.push(new CompiledContext(currentLevel, currentEvaluation)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPAnalysisManager.java (at line 335) int stopHere=0; ^^^^^^^^ The local variable stopHere is never read ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPAnalysisManager.java (at line 341) context.push(new CompiledContext(currentLevel, currentEvaluation)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPAnalysisManager.java (at line 501) public int getNestedLevel() ^^^^^^^^^^^^^^^^ The method getNestedLevel() from the type OpenMPAnalysisManager.CompiledContext is never used locally ---------- ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPErrorManager.java (at line 23) protected LinkedList errors_ = new LinkedList(); // holds the errors ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPErrorManager.java (at line 23) protected LinkedList errors_ = new LinkedList(); // holds the errors ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPErrorManager.java (at line 51) errors_.add(error); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/OpenMPErrorManager.java (at line 58) public LinkedList getErrors() ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTElif.java (at line 14) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTElif.java (at line 29) super((ASTNode)elif); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTElse.java (at line 15) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTEndif.java (at line 14) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTEndif.java (at line 31) super((ASTNode)endif); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTError.java (at line 14) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTError.java (at line 31) super((ASTNode)error); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTFunctionMacro.java (at line 17) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTIf.java (at line 14) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTIfdef.java (at line 15) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTIfndef.java (at line 15) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTInclusionStatement.java (at line 15) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTInclusionStatement.java (at line 32) super((ASTNode)incl); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 45) public PASTNode(ASTNode astNode) ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 71) IASTNodeLocation[] locations = astNode_.getNodeLocations(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getNodeLocations() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 72) filename_ = astNode_.getContainingFilename(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getContainingFilename() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 136) return astNode_.accept(visitor); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method accept(ASTVisitor) from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 140) return astNode_.contains(node); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method contains(IASTNode) from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 145) return astNode_.getContainingFilename(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getContainingFilename() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 149) return astNode_.getFileLocation(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFileLocation() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 153) return astNode_.getNodeLocations(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getNodeLocations() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 157) return astNode_.getParent(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getParent() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 161) return astNode_.getPropertyInParent(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getPropertyInParent() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 165) return astNode_.getRawSignature(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRawSignature() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 169) return astNode_.getTranslationUnit(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTranslationUnit() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 173) astNode_.setParent(node); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setParent(IASTNode) from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 177) astNode_.setPropertyInParent(property); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setPropertyInParent(ASTNodeProperty) from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 189) return astNode_.getChildren(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getChildren() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 195) return astNode_.getSyntax(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSyntax() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 202) return astNode_.getLeadingSyntax(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getLeadingSyntax() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 208) return astNode_.getTrailingSyntax(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTrailingSyntax() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 214) return astNode_.isActive(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isActive() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTNode.java (at line 221) return astNode_.isFrozen(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isFrozen() from the type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 local variable parent is never read ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 local variable gp is never read ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPPragma.java (at line 303) public LinkedList getProblems() ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTOMPPragma.java (at line 371) { problemList_.add(error); } ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTObjectMacro.java (at line 16) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTObjectMacro.java (at line 33) super((ASTNode)objMacro); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTPragma.java (at line 14) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTPragma.java (at line 33) super((ASTNode) pragma); ^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTPragma.java (at line 77) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/PAST/PASTUndef.java (at line 15) import org.eclipse.cdt.internal.core.dom.parser.ASTNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 40) protected Hashtable textToSymbols_ = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 40) protected Hashtable textToSymbols_ = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 42) protected Hashtable functionToSymbols_ = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 42) protected Hashtable functionToSymbols_ = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 44) protected Hashtable stringScopeKeyToSymbol_ = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 44) protected Hashtable stringScopeKeyToSymbol_ = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 56) functionToSymbols_.put(ast_, new LinkedList()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 56) functionToSymbols_.put(ast_, new LinkedList()); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 99) stringScopeKeyToSymbol_.put(sskey, symbol); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 107) LinkedList ll = (LinkedList)functionToSymbols_.get(node); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 107) LinkedList ll = (LinkedList)functionToSymbols_.get(node); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 109) ll = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 110) functionToSymbols_.put(node, ll); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 112) ll.add(symbol); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 116) LinkedList nl = (LinkedList)textToSymbols_.get(strname); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 116) LinkedList nl = (LinkedList)textToSymbols_.get(strname); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 118) nl = new LinkedList(); // definitions for this text name ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 119) textToSymbols_.put(strname, nl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 121) nl.add(symbol); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 131) LinkedList ll = (LinkedList)textToSymbols_.get(text); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 131) LinkedList ll = (LinkedList)textToSymbols_.get(text); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 145) LinkedList ll = (LinkedList)functionToSymbols_.get(fctnDef); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 145) LinkedList ll = (LinkedList)functionToSymbols_.get(fctnDef); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 158) LinkedList ll = (LinkedList)functionToSymbols_.get(ast_); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Dictionary.java (at line 158) LinkedList ll = (LinkedList)functionToSymbols_.get(ast_); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- ---------- 106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Symbol.java (at line 40) private static final boolean traceOn = false; ^^^^^^^ The field Symbol.traceOn is never read locally ---------- 108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Symbol.java (at line 134) node = ASTInternal.getPhysicalNodeOfScope(scope); // cdt40 ^^^^^^^^^^^ Discouraged access: The type ASTInternal is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/dictionary/Symbol.java (at line 134) node = ASTInternal.getPhysicalNodeOfScope(scope); // cdt40 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getPhysicalNodeOfScope(IScope) from the type ASTInternal is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 39) protected LinkedList statements_ = new LinkedList(); // contained stmts ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 39) protected LinkedList statements_ = new LinkedList(); // contained stmts ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 68) statements_.add(element); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 102) for(Iterator i=statements_.iterator(); i.hasNext();) ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 110) protected LinkedList fundStmtsExprs_ = null; ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 116) public LinkedList getFundamentals() ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 119) fundStmtsExprs_ = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 121) for(Iterator i=statements_.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 135) protected LinkedList list_ = null; ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 137) public FundVisitor(LinkedList list) ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 173) list_.add(statement); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 177) list_.add(statement); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 181) list_.add(statement); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 185) list_.add(statement); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 192) list_.add(statement.getConditionExpression()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 205) list_.add(statement.getControllerExpression()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 212) list_.add(statement.getExpression()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 217) list_.add(statement.getConditionExpression()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 218) list_.add(statement.getIterationExpression()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPBasicBlock.java (at line 231) list_.add(statement.getCondition()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 37) protected LinkedList unconnectedChains_ = null; ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 38) protected LinkedList unresolvedChains_ = null; ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 39) protected Hashtable labelMap_ = null; ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 44) LinkedList unconnectedChains, ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 45) LinkedList unresolvedChains, ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 46) Hashtable labelMap) ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 99) protected Stack graphStack_ = new Stack(); ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 99) protected Stack graphStack_ = new Stack(); ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 100) protected HashSet usedNodes_ = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 100) protected HashSet usedNodes_ = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 119) graphStack_.push(rootNode_); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized ---------- 142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 127) graphStack_.push(nodes[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized ---------- 143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 135) graphStack_.push(rootNode_); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized ---------- 144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 139) usedNodes_.add(node); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 149) graphStack_.push(nodes[i]); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized ---------- 146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFG.java (at line 187) private String getShortClassName(Class c) ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFGNode.java (at line 24) protected LinkedList inNodes_ = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFGNode.java (at line 24) protected LinkedList inNodes_ = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFGNode.java (at line 25) protected LinkedList outNodes_ = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFGNode.java (at line 25) protected LinkedList outNodes_ = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFGNode.java (at line 58) inNodes_.add(inNode); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFGNode.java (at line 68) outNodes_.add(outNode); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFGNode.java (at line 100) for(Iterator i=inNodes_.iterator(); i.hasNext();) ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPCFGNode.java (at line 113) for(Iterator i=outNodes_.iterator(); i.hasNext();) ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPDFS.java (at line 26) protected HashSet visited_ = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPDFS.java (at line 26) protected HashSet visited_ = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPDFS.java (at line 28) protected Stack currentNodes_ = new Stack(); ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPDFS.java (at line 28) protected Stack currentNodes_ = new Stack(); ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPDFS.java (at line 62) currentNodes_.push(node); // sets the new context on the stack ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized ---------- 160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPDFS.java (at line 64) visited_.add(node); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPDFS.java (at line 87) for(Iterator i=currentNodes_.iterator(); i.hasNext();) ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPExpressionBlock.java (at line 26) protected LinkedList expressions_ = new LinkedList(); // of IASTExpressions (for now) ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPExpressionBlock.java (at line 26) protected LinkedList expressions_ = new LinkedList(); // of IASTExpressions (for now) ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPExpressionBlock.java (at line 39) expressions_.add(expression); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/OMPExpressionBlock.java (at line 65) for(Iterator i=expressions_.iterator(); i.hasNext();) ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FileConcurrencyAnalysis.java (at line 63) public Set getNodesConcurrentTo(IASTNode node) ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FileConcurrencyAnalysis.java (at line 67) Set s = analyses_[i].getNodesConcurrentTo(node); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FileConcurrencyAnalysis.java (at line 70) return new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FileConcurrencyAnalysis.java (at line 100) private LinkedList analysisList_ = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FileConcurrencyAnalysis.java (at line 100) private LinkedList analysisList_ = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FileConcurrencyAnalysis.java (at line 116) for(Iterator i=analysisList_.iterator(); i.hasNext();) ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FileConcurrencyAnalysis.java (at line 142) analysisList_.add(analysis); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- ---------- 173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FileStatementMap.java (at line 75) private String getShortClassName(Class c) ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 36) protected Hashtable pragmaRegionMap_ = null; // maps region to omp pragma ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 175. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 37) protected Hashtable pragmaLocationMap_ = null; // maps stmt to set of pragmas ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 38) protected LinkedList components_ = new LinkedList(); // of RegionConcurrencyAnalysis's ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 177. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 38) protected LinkedList components_ = new LinkedList(); // of RegionConcurrencyAnalysis's ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 57) components_.add(component); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 80) for(Iterator i=components_.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 92) public Set getNodesConcurrentTo(IASTNode node) ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 95) for(Iterator i=components_.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 97) Set s = component.getNodesConcurrentTo(node); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 183. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 107) for(Iterator i=components_.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 121) protected Hashtable buildRegionMap(PASTPragma [] pList) ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 123) Hashtable map = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 186. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 123) Hashtable map = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 187. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 130) map.put(region, pragma); // add to the map ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 188. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 142) protected Hashtable buildLocationMap(PASTPragma [] pList) ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 189. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 144) Hashtable map = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 190. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 144) Hashtable map = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 191. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 151) LinkedList l = (LinkedList)map.get(location); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 192. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 151) LinkedList l = (LinkedList)map.get(location); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 193. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 153) l = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 194. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 154) map.put(location, l); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 195. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/FunctionConcurrencyAnalysis.java (at line 156) l.add(pragma); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- ---------- 196. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 59) protected static Hashtable pragmaRegionMap_ = null; // maps IASTNode to pragma, if node is a pragma region ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 197. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 60) protected static Hashtable pragmaLocationMap_ = null; // maps IASTnode to list of pragmas that may immed. succeed it ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 198. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 61) protected static Stack pragmaContext_ = null; // stack of pragma - indicating depth of OMP control ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 199. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 79) public static OMPCFG constructCFG(PASTOMPPragma pragma, IASTStatement statement, Hashtable pragmaRegionMap, Hashtable pragmaLocationMap) ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 200. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 79) public static OMPCFG constructCFG(PASTOMPPragma pragma, IASTStatement statement, Hashtable pragmaRegionMap, Hashtable pragmaLocationMap) ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 201. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 83) pragmaContext_ = new Stack(); ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 202. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 250) pragmaContext_.push(pNode); // bump the context ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized ---------- 203. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 285) LinkedList l = (LinkedList)pragmaLocationMap_.get(statement); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 204. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 285) LinkedList l = (LinkedList)pragmaLocationMap_.get(statement); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 205. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 289) for(Iterator i=l.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 206. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 379) LinkedList chains = cBody.getChains(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 207. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 380) for(Iterator i=chains.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 208. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 393) LinkedList ucf = cBody.getUnresolvedControlFlow(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 209. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 446) LinkedList ucf = cBody.getUnresolvedControlFlow(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 210. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 447) for(Iterator i=ucf.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 211. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGMaker.java (at line 565) LinkedList ucf = cBody.getUnresolvedControlFlow(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- ---------- 212. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 35) protected LinkedList chains_ = new LinkedList(); // of Chain ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 213. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 35) protected LinkedList chains_ = new LinkedList(); // of Chain ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 214. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 39) protected LinkedList unconnectedChains_ = new LinkedList(); // of Chain ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 215. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 39) protected LinkedList unconnectedChains_ = new LinkedList(); // of Chain ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 216. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 43) protected LinkedList unresolvedControlFlow_ = new LinkedList(); // of Chain ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 217. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 43) protected LinkedList unresolvedControlFlow_ = new LinkedList(); // of Chain ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 218. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 45) protected Hashtable labelMap_ = new Hashtable(); // IASTName->LabeledBlock ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 219. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 45) protected Hashtable labelMap_ = new Hashtable(); // IASTName->LabeledBlock ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 220. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 47) protected LinkedList pragmaNodeList_ = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 221. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 47) protected LinkedList pragmaNodeList_ = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 222. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 81) chains_.add(chain); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 223. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 96) chains_.add(chain); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 224. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 110) labelMap_.put(label, new LabeledBlock(node, chain)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 225. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 123) pragmaNodeList_.add(node); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 226. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 134) unconnectedChains_.addAll(result.getUnconnectedChains()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 227. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 135) unresolvedControlFlow_.addAll(result.getUnresolvedControlFlow()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 228. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 136) labelMap_.putAll(result.getLabelMap()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method putAll(Map) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 229. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 137) pragmaNodeList_.addAll(result.getPragmaNodeList()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 230. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 147) for(Iterator i=unresolvedControlFlow_.iterator(); i.hasNext(); ) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 231. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 165) unconnectedChains_.add(chain); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 232. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 170) unresolvedControlFlow_.add(chain); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 233. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 189) public LinkedList getChains() { return chains_; } ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 234. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 190) public LinkedList getUnconnectedChains() { return unconnectedChains_; } ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 235. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 191) public LinkedList getUnresolvedControlFlow() { return unresolvedControlFlow_; } ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 236. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 192) public Hashtable getLabelMap() { return labelMap_; } ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 237. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/OMPCFGResult.java (at line 193) public LinkedList getPragmaNodeList() { return pragmaNodeList_; } ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- ---------- 238. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 51) protected Stack barrierStack_ = new Stack(); // of DFSWalk's ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 239. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 51) protected Stack barrierStack_ = new Stack(); // of DFSWalk's ^^^^^ Stack is a raw type. References to generic type Stack should be parameterized ---------- 240. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 52) protected HashSet finishedBarriers_ = new HashSet(); // of barriers that are finished being ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 241. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 52) protected HashSet finishedBarriers_ = new HashSet(); // of barriers that are finished being ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 242. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 54) protected LinkedList phases_ = new LinkedList(); // of PhaseConcurrencyAnalysis's ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 243. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 54) protected LinkedList phases_ = new LinkedList(); // of PhaseConcurrencyAnalysis's ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 244. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 63) protected Hashtable nodeToPhases_ = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 245. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 63) protected Hashtable nodeToPhases_ = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 246. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 81) barrierStack_.push(pc); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized ---------- 247. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 95) for(Iterator i=phases_.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 248. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 103) phases_.add(phase); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 249. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 127) for(Iterator i=barrierStack_.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 250. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 134) protected LinkedList memberPhases(OMPCFGNode node) ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 251. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 136) return (LinkedList)nodeToPhases_.get(node); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 252. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 147) LinkedList l = (LinkedList)nodeToPhases_.get(node); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 253. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 147) LinkedList l = (LinkedList)nodeToPhases_.get(node); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 254. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 149) l= new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 255. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 150) nodeToPhases_.put(node, l); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 256. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 153) l.add(phase); ^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 257. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 164) for(Iterator i=phases_.iterator(); i.hasNext();) ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 258. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 218) barrierStack_.push(pc); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method push(Object) belongs to the raw type Stack. References to generic type Stack should be parameterized ---------- 259. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseAnalysisFactory.java (at line 238) LinkedList l = memberPhases(nodes[i]); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- ---------- 260. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseConcurrencyAnalysis.java (at line 32) protected LinkedHashSet nodes_ = new LinkedHashSet(); ^^^^^^^^^^^^^ LinkedHashSet is a raw type. References to generic type LinkedHashSet should be parameterized ---------- 261. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseConcurrencyAnalysis.java (at line 32) protected LinkedHashSet nodes_ = new LinkedHashSet(); ^^^^^^^^^^^^^ LinkedHashSet is a raw type. References to generic type LinkedHashSet should be parameterized ---------- 262. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseConcurrencyAnalysis.java (at line 70) nodes_.add(node); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 263. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseConcurrencyAnalysis.java (at line 77) public Set getNodes() ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 264. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/PhaseConcurrencyAnalysis.java (at line 87) for(Iterator i=nodes_.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 265. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyAnalysis.java (at line 92) public Set getNodesConcurrentTo(IASTNode node) { ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- ---------- 266. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 44) protected ArrayList indexMap_ = new ArrayList(); // index->stmt ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 267. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 44) protected ArrayList indexMap_ = new ArrayList(); // index->stmt ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 268. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 45) protected Hashtable stmtMap_ = new Hashtable(); // stmt->index ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 269. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 45) protected Hashtable stmtMap_ = new Hashtable(); // stmt->index ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 270. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 47) protected Hashtable concurrencyMap_ = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 271. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 47) protected Hashtable concurrencyMap_ = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 272. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 50) protected LinkedList phaseStmts_ = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 273. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 50) protected LinkedList phaseStmts_ = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 274. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 55) protected Hashtable exclusionMap_ = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 275. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 55) protected Hashtable exclusionMap_ = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 276. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 84) Set nodes = phase.getNodes(); // of OMPCFGNode's ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 277. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 90) for(Iterator i=nodes.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 278. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 110) LinkedList stmts = ((OMPBasicBlock)node).getFundamentals(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 279. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 111) for(Iterator j=stmts.iterator(); j.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 280. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 127) for(Iterator i=phaseStmts_.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 281. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 131) for(Iterator j=phaseStmts_.iterator(); j.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 282. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 153) indexMap_.add(n); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 283. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 154) stmtMap_.put(n, new Integer(indexMap_.indexOf(n))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 284. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 155) concurrencyMap_.put(n, new BitSet()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 285. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 158) phaseStmts_.add(n); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 286. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 161) exclusionMap_.put(n, ePragma); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- 287. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 169) public Set getNodesConcurrentTo(IASTNode node) ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 288. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 174) HashSet ans = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 289. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 174) HashSet ans = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 290. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/RegionConcurrencyMap.java (at line 176) ans.add(indexMap_.get(i)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- ---------- 291. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/StatementMap.java (at line 25) protected Hashtable iastnodeToMember_ = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 292. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/StatementMap.java (at line 25) protected Hashtable iastnodeToMember_ = new Hashtable(); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized ---------- 293. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/ompcfg/factory/StatementMap.java (at line 39) iastnodeToMember_.put(node, m); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized ---------- ---------- 294. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/parser/OpenMPScanner.java (at line 434) boolean foundClosingQuote = false; ^^^^^^^^^^^^^^^^^ The local variable foundClosingQuote is never read ---------- 295. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/parser/OpenMPScanner.java (at line 435) loop: while (++currentPos_ < endPos_) { ^^^^ The label loop is never explicitly referenced ---------- 296. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/parser/OpenMPScanner.java (at line 527) boolean isMalformedOctal = false; ^^^^^^^^^^^^^^^^ The local variable isMalformedOctal is never read ---------- 297. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/parser/OpenMPScanner.java (at line 900) private void handleProblem(int id, int startOffset) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method handleProblem(int, int) from the type OpenMPScanner is never used locally ---------- ---------- 298. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 299. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 45) protected CEditor editor_ = null; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 300. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 59) if (targetEditor instanceof CEditor) ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 301. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 60) editor_ = (CEditor)targetEditor; ^^^^^^^ Discouraged access: The type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 302. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 148) Set cSet = oam.getNodesConcurrentTo(node); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 303. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 151) for(Iterator i=cSet.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 304. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 193) LinkedList ais = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 305. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 193) LinkedList ais = new LinkedList(); ^^^^^^^^^^ LinkedList is a raw type. References to generic type LinkedList should be parameterized ---------- 306. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 194) for(Iterator ai=am.getAnnotationIterator(); ai.hasNext();) { ais.add(ai.next()); } ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 307. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 194) for(Iterator ai=am.getAnnotationIterator(); ai.hasNext();) { ais.add(ai.next()); } ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type LinkedList. References to generic type LinkedList should be parameterized ---------- 308. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.analysis/src/org/eclipse/ptp/pldt/openmp/analysis/textview/ShowConcurrencyAction.java (at line 195) for(Iterator it=ais.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 308 problems (308 warnings)[59 .class files generated] # 7/29/11 3:04:40 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 143) String tempStr=temp.getRawSignature(); ^^^^^^^ The local variable tempStr is never read ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 165) msr.addProblems(OpenMPErrorManager.getCurrentErrorManager().getErrors()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type LinkedList needs unchecked conversion to conform to LinkedList ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 236) Map attrs = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 236) Map attrs = 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_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 237) 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 ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 238) 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 ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 239) 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 ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 240) 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 ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/actions/RunAnalyseOpenMPcommandHandler.java (at line 242) 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 ---------- ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 171) public static void generateHTML(Map fMap) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 173) Collection fColl = fMap.values(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 174) for (Iterator iter = fColl.iterator(); iter.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_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 177) String proto = fspi.getPrototypeString(false); ^^^^^ The local variable proto is never read ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 178) String args = fspi.getArguments(); ^^^^ The local variable args is never read ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 179) String rt = fspi.getReturnType(); ^^ The local variable rt is never read ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.core/src/org/eclipse/ptp/pldt/openmp/core/editorHelp/OpenMPCHelpBook.java (at line 217) Map map = makeFunctionMap(); ^^^ 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_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 18 problems (18 warnings)[17 .class files generated] # 7/29/11 3:04:39 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/src/org/eclipse/ptp/pldt/openmp/ui/pv/views/OpenMPProblemsView.java (at line 215) private HashMap iconHash = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/src/org/eclipse/ptp/pldt/openmp/ui/pv/views/OpenMPProblemsView.java (at line 215) 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_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/src/org/eclipse/ptp/pldt/openmp/ui/pv/views/OpenMPProblemsView.java (at line 238) iconHash.put(iconName_, img);// save for reuse ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/src/org/eclipse/ptp/pldt/openmp/ui/pv/views/OpenMPProblemsView.java (at line 246) for (Iterator iter = iconHash.values().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.openmp.ui.pv/src/org/eclipse/ptp/pldt/openmp/ui/pv/views/OpenMPProblemsView.java (at line 481) int len = md1.length; ^^^ The local variable len is never read ---------- 5 problems (5 warnings)[15 .class files generated] # 7/29/11 2:53:45 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.upc/src/org/eclipse/ptp/pldt/upc/analysis/UPCCASTVisitor.java (at line 49) public UPCCASTVisitor(List upcIncludes, String fileName, boolean allowPrefixOnlyMatch, ScanReturn msr){ ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.upc/src/org/eclipse/ptp/pldt/upc/analysis/UPCCASTVisitor.java (at line 50) super(upcIncludes, fileName, allowPrefixOnlyMatch, msr); ^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.upc/src/org/eclipse/ptp/pldt/upc/editorHelp/UPCCHelpBook.java (at line 146) @SuppressWarnings("restriction")// just for the javadoc comment to not get warning :) ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("restriction") ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 field UPCPreferencePage.UPC_HELP is never read locally ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 field UPCPreferencePage.UPC_HELP_DEFAULT is never read locally ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 field UPCPreferencePage.UPC_HELP_DEFAULT_ID is never read locally ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 field UPCPreferencePage.UPC_WHICH_HELP_ID is never read locally ---------- 7 problems (7 warnings)[11 .class files generated] # 7/29/11 3:04:44 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.wizards/src/org/eclipse/ptp/pldt/wizards/wizardPages/MPIProjectWizardPage.java (at line 141) boolean allowPrefixOnlyMatch = preferenceStore.getBoolean(MpiIDs.MPI_RECOGNIZE_APIS_BY_PREFIX_ALONE); ^^^^^^^^^^^^^^^^^^^^ The local variable allowPrefixOnlyMatch is never read ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.pldt.wizards/src/org/eclipse/ptp/pldt/wizards/wizardPages/OpenMPProjectProcess.java (at line 258) 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 ---------- 2 problems (2 warnings)[31 .class files generated] # 7/29/11 2:53:03 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. [234 .class files generated] # 7/29/11 2:53:29 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/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_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/IRemoteIndexerInfoProvider.java (at line 55) public static final List EXCLUDED_DIRECTORIES= new ArrayList() {{ ^^^^^^^^^^^^^^^^^^^ The serializable class does not declare a static final serialVersionUID field of type long ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/IRemoteIndexerInfoProvider.java (at line 59) public static final List EXCLUDED_FILES= new ArrayList(){{ ^^^^^^^^^^^^^^^^^^^ The serializable class does not declare a static final serialVersionUID field of type long ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/IRemoteIndexerInfoProvider.java (at line 102) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProvider.java (at line 53) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProvider.java (at line 61) Set indexerPreferences, List filesToParseUpFront, FileEncodingRegistry fileEncodingRegistry) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type FileEncodingRegistry is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProviderFactory.java (at line 35) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProviderFactory.java (at line 259) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProviderFactory.java (at line 261) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProviderFactory.java (at line 261) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProviderFactory.java (at line 316) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProviderFactory.java (at line 316) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProviderFactory.java (at line 319) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProviderFactory.java (at line 319) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProviderFactory.java (at line 400) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInfoProviderFactory.java (at line 407) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 15) import org.eclipse.cdt.internal.core.indexer.StandaloneIndexerInputAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneIndexerInputAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 16) import org.eclipse.cdt.internal.core.pdom.ASTFilePathResolver; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTFilePathResolver is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 18) public class RemoteIndexerInputAdapter extends ASTFilePathResolver { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTFilePathResolver is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 20) private final StandaloneIndexerInputAdapter adapter = new StandaloneIndexerInputAdapter(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneIndexerInputAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 20) private final StandaloneIndexerInputAdapter adapter = new StandaloneIndexerInputAdapter(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor StandaloneIndexerInputAdapter(StandaloneIndexer) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 20) private final StandaloneIndexerInputAdapter adapter = new StandaloneIndexerInputAdapter(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneIndexerInputAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 24) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 29) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 44) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 55) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/RemoteIndexerInputAdapter.java (at line 60) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 67) import org.eclipse.cdt.internal.core.dom.parser.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 121) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 121) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 121) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 123) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 213) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 214) || 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 215) || 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 216) || 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 217) || 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 218) || 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 219) || 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 220) || 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/contentassist/CompletionProposalComputer.java (at line 221) && !(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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexBuildSequenceController.java (at line 428) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexBuildSequenceController.java (at line 428) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexBuildSequenceController.java (at line 428) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexBuildSequenceController.java (at line 428) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexQueries.java (at line 65) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexQueries.java (at line 66) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexQueries.java (at line 67) import org.eclipse.cdt.utils.EFSExtensionManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.utils.EFSExtensionManager is never used ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexQueries.java (at line 212) location = new IndexFileLocation(uri, path); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexQueries.java (at line 212) location = new IndexFileLocation(uri, path); ^^^^^^^^^^^^^^^^^ 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexQueries.java (at line 266) for (int j=0; j 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/IndexQueries.java (at line 492) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteFastIndexer.java (at line 74) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteIndexerTask.java (at line 20) import org.eclipse.cdt.internal.core.pdom.IndexerProgress; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexerProgress is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteIndexerTask.java (at line 63) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteIndexerTask.java (at line 79) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/index/RemoteIndexerTask.java (at line 83) IndexBuildSequenceController projectStatus = IndexBuildSequenceController.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 86) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 218) problems= CPPVisitor.getProblems(ast); ^^^^^^^^^^ Discouraged access: The type CPPVisitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 218) problems= CPPVisitor.getProblems(ast); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getProblems(IASTTranslationUnit) from the type CPPVisitor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 235) Include element= new Include(parent, ASTStringUtil.getSimpleName(name), inclusion.isSystemInclude()); ^^^^^^^^^^^^^ Discouraged access: The type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 235) Include element= new Include(parent, ASTStringUtil.getSimpleName(name), inclusion.isSystemInclude()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSimpleName(IASTName) from the type ASTStringUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 263) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 263) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 312) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 312) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 327) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 327) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 446) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 446) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 457) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 457) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 514) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 514) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 547) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 547) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 574) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 574) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 619) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 619) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 652) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 652) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 698) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 698) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 704) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 704) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 734) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 734) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 749) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 749) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 773) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 773) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 810) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 810) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 811) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 811) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 812) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 812) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 841) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 841) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 850) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 850) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 852) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 852) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 896) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 896) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 902) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 902) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 910) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 910) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 915) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 915) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 970) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 970) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 971) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 971) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 972) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 972) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 1053) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 1053) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 1069) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/CModelBuilder2.java (at line 1069) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/LocalIndexLocationConverterFactory.java (at line 15) import org.eclipse.cdt.internal.core.pdom.dom.PDOMProjectIndexLocationConverter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMProjectIndexLocationConverter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/LocalIndexLocationConverterFactory.java (at line 23) return new PDOMProjectIndexLocationConverter(project.getProject()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMProjectIndexLocationConverter(IProject) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/LocalIndexLocationConverterFactory.java (at line 23) return new PDOMProjectIndexLocationConverter(project.getProject()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMProjectIndexLocationConverter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 47) import org.eclipse.cdt.internal.core.model.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 175. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 177. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 183. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 186. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 187. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 188. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 189. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 190. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 191. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 192. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 193. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 194. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 195. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 90) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 196. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 99) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 197. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 100) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 198. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 123) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 199. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 150) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 200. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 214) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 201. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 214) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 202. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 217) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 203. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 217) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 204. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 217) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 205. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 219) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 206. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 222) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 207. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 234) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 208. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 234) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 209. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 241) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 210. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 245) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 211. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 249) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 212. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 249) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 213. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 252) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 214. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 252) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 215. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 256) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 216. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 257) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 217. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 258) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 218. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 263) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 219. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 264) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 220. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 265) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 221. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 266) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 222. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 267) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 223. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 268) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 224. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 269) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 225. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 270) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 226. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 276) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 227. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 276) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 228. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 279) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 229. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 279) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 230. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 281) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 231. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 282) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 232. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 285) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 233. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 287) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 234. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 289) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 235. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 292) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 236. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 305) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 237. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 305) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 238. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 309) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 239. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 314) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 240. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 314) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 241. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 314) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 242. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 316) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 243. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 318) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 244. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 319) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 245. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 320) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 246. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 321) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 247. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 327) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 248. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 327) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 249. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 327) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 250. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 331) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 251. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 331) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 252. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 331) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 253. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 335) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 254. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 335) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 255. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 335) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 256. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 341) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 257. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 342) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 258. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 343) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 259. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 346) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 260. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 347) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 261. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 350) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 262. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 363) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 263. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 363) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 264. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 370) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 265. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 373) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 266. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 375) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 267. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/ModelBuilder.java (at line 375) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 268. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 269. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 270. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 271. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 272. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 273. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 274. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 275. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 276. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 277. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 278. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 279. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 280. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 281. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 282. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 283. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 284. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 285. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 286. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 287. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 288. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 289. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 290. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 291. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 292. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 293. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 294. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 295. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 296. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 297. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 298. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 299. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 300. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 301. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 302. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 303. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 304. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 305. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 306. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 307. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 308. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 309. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 310. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 311. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 312. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 313. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 314. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 315. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 316. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 317. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 318. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 319. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 320. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 321. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 322. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 323. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 324. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 325. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 43) import org.eclipse.cdt.internal.core.index.IndexBasedFileContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexBasedFileContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 326. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 44) import org.eclipse.cdt.internal.core.model.IBufferFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBufferFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 327. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 45) import org.eclipse.cdt.internal.core.pdom.ASTFilePathResolver; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTFilePathResolver is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 328. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 164) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 329. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 186) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 330. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 196) IndexBasedFileContentProvider ibcf= new IndexBasedFileContentProvider(index, pathResolver, linkageID, fileContentsProvider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexBasedFileContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 331. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 196) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 332. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 196) IndexBasedFileContentProvider ibcf= new IndexBasedFileContentProvider(index, pathResolver, linkageID, fileContentsProvider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexBasedFileContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 333. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 198) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 334. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 413) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 335. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 419) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 336. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 441) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 337. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/model/TranslationUnit.java (at line 475) public Map parse() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- ---------- 338. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 339. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 340. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 341. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 342. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 343. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 344. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 41) import org.eclipse.cdt.internal.core.pdom.dom.PDOMNotImplementedError; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 345. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 79) elementType = IndexModelUtil.getElementType(binding); ^^^^^^^^^^^^^^ Discouraged access: The type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 346. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 79) elementType = IndexModelUtil.getElementType(binding); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getElementType(IBinding) from the type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 347. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 93) final String[] paramTypes= IndexModelUtil.extractParameterTypes(function); ^^^^^^^^^^^^^^ Discouraged access: The type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 348. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 93) final String[] paramTypes= IndexModelUtil.extractParameterTypes(function); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method extractParameterTypes(IFunction) from the type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 349. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 94) final String returnType= IndexModelUtil.extractReturnType(function); ^^^^^^^^^^^^^^ Discouraged access: The type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 350. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 94) final String returnType= IndexModelUtil.extractReturnType(function); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method extractReturnType(IFunction) from the type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 351. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 116) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 352. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 116) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 353. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 120) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 354. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 120) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 355. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 124) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 356. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 124) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 357. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 128) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 358. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 128) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 359. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 132) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 360. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 132) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 361. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 140) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 362. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 140) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 363. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 144) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 364. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 144) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 365. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 148) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 366. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 148) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 367. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 152) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 368. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 152) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 369. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 171) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 370. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 171) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 371. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 202) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 372. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 202) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 373. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 206) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 374. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 206) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 375. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 210) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 376. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 210) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 377. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 214) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 378. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 214) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 379. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 218) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 380. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 218) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 381. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 222) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 382. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 222) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 383. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 226) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 384. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 226) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 385. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 230) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 386. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 230) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 387. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 234) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 388. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 234) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 389. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 238) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 390. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 238) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 391. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 242) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 392. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 242) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 393. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 246) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 394. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 246) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 395. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 250) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 396. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 250) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 397. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 254) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 398. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 254) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 399. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 258) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMNotImplementedError() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 400. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteASTTypeInfo.java (at line 258) throw new PDOMNotImplementedError(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMNotImplementedError is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 401. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchElementQuery.java (at line 16) import org.eclipse.cdt.core.dom.ast.DOMException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.dom.ast.DOMException is never used ---------- 402. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchElementQuery.java (at line 24) import org.eclipse.core.runtime.IStatus; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.IStatus is never used ---------- 403. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchElementQuery.java (at line 26) import org.eclipse.core.runtime.Status; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.Status is never used ---------- ---------- 404. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchMatch.java (at line 25) import org.eclipse.cdt.internal.core.browser.IndexModelUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 405. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchMatch.java (at line 37) int elementType = IndexModelUtil.getElementType(binding); ^^^^^^^^^^^^^^ Discouraged access: The type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 406. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchMatch.java (at line 37) int elementType = IndexModelUtil.getElementType(binding); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getElementType(IBinding) from the type IndexModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 407. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 45) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 408. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 46) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 409. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 47) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 410. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 164) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 411. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 171) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 412. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 171) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 413. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 172) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 414. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 174) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 415. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 174) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 416. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 179) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 417. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 179) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 418. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 179) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 419. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchQuery.java (at line 185) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 420. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchTextSelectionQuery.java (at line 30) import org.eclipse.core.runtime.IStatus; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.IStatus is never used ---------- 421. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/search/RemoteSearchTextSelectionQuery.java (at line 31) import org.eclipse.core.runtime.Status; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.Status is never used ---------- ---------- 422. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/serviceproviders/AbstractRemoteService.java (at line 111) ICProject project = element.getCProject(); ^^^^^^^ The local variable project is never read ---------- 423. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/serviceproviders/AbstractRemoteService.java (at line 123) private static AtomicBoolean showingDialog = new AtomicBoolean(false); ^^^^^^^^^^^^^ The field AbstractRemoteService.showingDialog is never read locally ---------- ---------- 424. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/typehierarchy/LocalTypeHierarchyService.java (at line 34) import org.eclipse.cdt.utils.EFSExtensionManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.utils.EFSExtensionManager is never used ---------- ---------- 425. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/typehierarchy/THGraph.java (at line 39) import org.eclipse.cdt.core.index.IIndexLocationConverter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.index.IIndexLocationConverter is never used ---------- 426. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/typehierarchy/THGraph.java (at line 180) private THGraph getOuterType() { ^^^^^^^^^^^^^^ The method getOuterType() from the type THGraph.StackElement is never used locally ---------- ---------- 427. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/internal/rdt/core/typehierarchy/TypeHierarchyUtil.java (at line 30) import org.eclipse.cdt.core.index.IIndexLocationConverter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.index.IIndexLocationConverter is never used ---------- ---------- 428. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 429. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 430. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 431. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 432. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- ---------- 433. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 434. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 435. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 436. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 437. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 438. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 439. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 143) @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- 440. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 162) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 441. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 162) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 442. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 205) Map.Entry entry = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 443. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 205) Map.Entry entry = (Map.Entry) iter.next(); ^^^^^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized ---------- 444. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 233) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 445. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 233) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 446. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 233) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 447. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 256) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 448. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 256) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 449. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 259) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 450. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 285) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 451. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 285) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 452. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 285) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 453. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 285) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 454. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 285) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 455. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 294) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 456. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 294) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 457. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 294) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 458. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 295) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 459. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 298) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 460. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 299) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 461. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 358) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 462. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 358) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 463. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 397) }, 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 464. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 397) }, 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 465. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 446) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 466. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 448) 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 ---------- 467. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 455) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 468. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 455) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 469. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 466) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 470. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteMakeBuilder.java (at line 466) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- ---------- 471. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 472. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 473. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 474. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 475. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 106) IScannerInfoCollector2 s2 = (IScannerInfoCollector2) collector; ^^ The local variable s2 is never read ---------- 476. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 163) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 477. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 163) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 478. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 164) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 479. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 164) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 480. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 164) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 481. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 168) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 482. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 168) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 483. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 168) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 484. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 170) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 485. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteRunSIProvider.java (at line 171) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 486. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 487. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteSpecsRunSIProvider.java (at line 187) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 488. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteSpecsRunSIProvider.java (at line 187) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 489. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteSpecsRunSIProvider.java (at line 189) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 490. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/src/org/eclipse/ptp/rdt/core/remotemake/RemoteSpecsRunSIProvider.java (at line 189) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- ---------- 491. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 492. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 493. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 494. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 495. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 496. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 497. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 498. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 499. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 500. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 501. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 502. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 503. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 504. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 505. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 506. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 507. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 508. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 509. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 510. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 511. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 512. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 513. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 514. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 515. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 516. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 517. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 518. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 519. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 520. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 521. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 522. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 523. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 524. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 525. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 526. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 527. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 528. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 529. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 530. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 531. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 532. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 533. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- ---------- 534. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 46) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 535. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 47) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 536. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 48) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 537. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 293) String scheme = getString(theCommand, 2); ^^^^^^ The local variable scheme is never read ---------- 538. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 294) String rootPath = getString(theCommand, 3); ^^^^^^^^ The local variable rootPath is never read ---------- 539. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 295) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The local variable mappedPath is never read ---------- 540. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 343) String rootPath = getString(theCommand, 3); ^^^^^^^^ The local variable rootPath is never read ---------- 541. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 344) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The local variable mappedPath is never read ---------- 542. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 365) String scheme = getString(theCommand, 2); ^^^^^^ The local variable scheme is never read ---------- 543. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 366) String rootPath = getString(theCommand, 3); ^^^^^^^^ The local variable rootPath is never read ---------- 544. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 367) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The local variable mappedPath is never read ---------- 545. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 388) String scheme = getString(theCommand, 2); ^^^^^^ The local variable scheme is never read ---------- 546. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 389) String rootPath = getString(theCommand, 3); ^^^^^^^^ The local variable rootPath is never read ---------- 547. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 390) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The local variable mappedPath is never read ---------- 548. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 412) String scheme = getString(theCommand, 2); ^^^^^^ The local variable scheme is never read ---------- 549. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 413) String rootPath = getString(theCommand, 3); ^^^^^^^^ The local variable rootPath is never read ---------- 550. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 414) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The local variable mappedPath is never read ---------- 551. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 438) String rootPath = getString(theCommand, 3); ^^^^^^^^ The local variable rootPath is never read ---------- 552. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 439) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The local variable mappedPath is never read ---------- 553. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 475) String scheme = getString(theCommand, 2); ^^^^^^ The local variable scheme is never read ---------- 554. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 476) String rootPath = getString(theCommand, 3); ^^^^^^^^ The local variable rootPath is never read ---------- 555. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 477) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The local variable mappedPath is never read ---------- 556. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 495) String scheme = getString(theCommand, 2); ^^^^^^ The local variable scheme is never read ---------- 557. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 496) String rootPath = getString(theCommand, 3); ^^^^^^^^ The local variable rootPath is never read ---------- 558. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 497) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The local variable mappedPath is never read ---------- 559. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 516) String scheme = getString(theCommand, 2); ^^^^^^ The local variable scheme is never read ---------- 560. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 517) String rootPath = getString(theCommand, 3); ^^^^^^^^ The local variable rootPath is never read ---------- 561. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 518) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The local variable mappedPath is never read ---------- 562. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 539) String rootPath = getString(theCommand, 3); ^^^^^^^^ The local variable rootPath is never read ---------- 563. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 540) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The local variable mappedPath is never read ---------- 564. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 570) String scheme = getString(theCommand, 2); ^^^^^^ The local variable scheme is never read ---------- 565. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 571) String rootPath = getString(theCommand, 3); ^^^^^^^^ The local variable rootPath is never read ---------- 566. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 572) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The local variable mappedPath is never read ---------- 567. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 594) String scheme = getString(theCommand, 2); ^^^^^^ The local variable scheme is never read ---------- 568. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 595) String rootPath = getString(theCommand, 3); ^^^^^^^^ The local variable rootPath is never read ---------- 569. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 596) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The local variable mappedPath is never read ---------- 570. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 618) String scheme = getString(theCommand, 2); ^^^^^^ The local variable scheme is never read ---------- 571. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 619) String rootPath = getString(theCommand, 3); ^^^^^^^^ The local variable rootPath is never read ---------- 572. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 620) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The local variable mappedPath is never read ---------- 573. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 644) String scheme = getString(theCommand, 2); ^^^^^^ The local variable scheme is never read ---------- 574. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 645) String rootPath = getString(theCommand, 3); ^^^^^^^^ The local variable rootPath is never read ---------- 575. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 646) String mappedPath = getString(theCommand, 4); ^^^^^^^^^^ The local variable mappedPath is never read ---------- 576. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 1278) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 577. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 1477) ICProject project = workingCopy.getCProject(); ^^^^^^^ The local variable project is never read ---------- 578. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 1658) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 579. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 1658) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 580. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 1790) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 581. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/CDTMiner.java (at line 1821) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 582. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 583. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 584. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 585. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 Exception; ^^^^^^^^^^^^^^^^^^^^^ 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 586. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/IndexerThread.java (at line 37) protected 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 587. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 588. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 589. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 590. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 591. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 592. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 593. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 594. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 595. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 596. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 62) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 597. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 598. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 599. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 600. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 601. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 602. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 603. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 477) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 604. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 477) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 605. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 477) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 606. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 477) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 607. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 490) } 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 608. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 492) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 609. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 492) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 610. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 645) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 611. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 645) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 612. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 646) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 613. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 647) LookupData data= CPPSemantics.createLookupData(sourceName, false); ^^^^^^^^^^ 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 614. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 647) LookupData data= CPPSemantics.createLookupData(sourceName, false); ^^^^^^^^^^^^ 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 615. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 647) LookupData data= CPPSemantics.createLookupData(sourceName, false); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method createLookupData(IASTName, boolean) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 616. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 648) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 617. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 649) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 618. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 658) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 619. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 658) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 620. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 677) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 621. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/OpenDeclarationHandler.java (at line 677) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 622. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 24) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 623. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 624. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 625. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 27) import org.eclipse.cdt.internal.core.indexer.StandaloneFastIndexer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneFastIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 626. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 28) import org.eclipse.cdt.internal.core.indexer.StandaloneIndexer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 627. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 29) import org.eclipse.cdt.internal.core.pdom.PDOMWriter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMWriter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 628. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 30) import org.eclipse.cdt.internal.core.pdom.dom.IPDOMLinkageFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMLinkageFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 629. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 31) import org.eclipse.cdt.internal.core.pdom.dom.c.PDOMCLinkageFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMCLinkageFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 630. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 32) import org.eclipse.cdt.internal.core.pdom.dom.cpp.PDOMCPPLinkageFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMCPPLinkageFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 631. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 33) import org.eclipse.cdt.internal.core.pdom.indexer.PDOMIndexerTask; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMIndexerTask is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 632. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 33) import org.eclipse.cdt.internal.core.pdom.indexer.PDOMIndexerTask; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.internal.core.pdom.indexer.PDOMIndexerTask is never used ---------- 633. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 50) private static final PDOMCLinkageFactory cLinkageFactory = new PDOMCLinkageFactory(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMCLinkageFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 634. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 50) private static final PDOMCLinkageFactory cLinkageFactory = new PDOMCLinkageFactory(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMCLinkageFactory() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 635. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 50) private static final PDOMCLinkageFactory cLinkageFactory = new PDOMCLinkageFactory(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMCLinkageFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 636. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 51) private static final PDOMCPPLinkageFactory cppLinkageFactory = new PDOMCPPLinkageFactory(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMCPPLinkageFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 637. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 51) private static final PDOMCPPLinkageFactory cppLinkageFactory = new PDOMCPPLinkageFactory(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor PDOMCPPLinkageFactory() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 638. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 51) private static final PDOMCPPLinkageFactory cppLinkageFactory = new PDOMCPPLinkageFactory(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMCPPLinkageFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 639. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 54) private static final Map linkageFactoryMap = new HashMap(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMLinkageFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 640. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 54) private static final Map linkageFactoryMap = new HashMap(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMLinkageFactory is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 641. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 60) private final Map scopeToIndexerMap; ^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 642. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 65) scopeToIndexerMap = new HashMap(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 643. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 80) Set fragments = new HashSet(); ^^^^^^^^^^^^^^ Discouraged access: The type IIndexFragment is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 644. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 80) Set fragments = new HashSet(); ^^^^^^^^^^^^^^ Discouraged access: The type IIndexFragment is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 645. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 83) IIndexFragment fragment = getIndexerForScope(currentScope, dataStore, null).getIndex().getWritableFragment(); ^^^^^^^^^^^^^^ Discouraged access: The type IIndexFragment is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 646. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 83) IIndexFragment fragment = getIndexerForScope(currentScope, dataStore, null).getIndex().getWritableFragment(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getIndex() from the type StandaloneIndexer is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 647. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 83) IIndexFragment fragment = getIndexerForScope(currentScope, dataStore, null).getIndex().getWritableFragment(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getWritableFragment() from the type IWritableIndex is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 648. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 94) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 649. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 94) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 650. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 94) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 651. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 97) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 652. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 100) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 653. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 100) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 654. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 100) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 655. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 100) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 656. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 100) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 657. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 109) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 658. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 110) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 659. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 113) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 660. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 114) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 661. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 115) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 662. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 116) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 663. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 119) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 664. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 119) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 665. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 119) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 666. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 124) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 667. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 124) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 668. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 126) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 669. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 126) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 670. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 131) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 671. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 131) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 672. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 131) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 673. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 133) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 674. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 136) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 675. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 158) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 676. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 164) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 677. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 164) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 678. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 174) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 679. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 210) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 680. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 210) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 681. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 258) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 682. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 262) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 683. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 262) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 684. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 272) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 685. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 272) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 686. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 287) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 687. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 288) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 688. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 290) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 689. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 293) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 690. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 293) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 691. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 298) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 692. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 299) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 693. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteIndexManager.java (at line 299) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 694. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 695. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 696. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 697. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 698. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 699. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 700. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 701. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 702. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLocationConverter.java (at line 19) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 703. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLocationConverter.java (at line 48) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 704. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLocationConverter.java (at line 48) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 705. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLocationConverter.java (at line 50) return new IndexFileLocation(new URI(raw), 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 706. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/miners/org/eclipse/ptp/internal/rdt/core/miners/RemoteLocationConverter.java (at line 50) return new IndexFileLocation(new URI(raw), 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 707. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 708. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 709. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 710. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 711. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 712. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 713. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 714. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 715. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 716. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 717. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 718. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 719. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 720. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 721. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 722. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 723. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 724. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 725. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 726. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 727. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 728. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 729. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 730. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 731. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 732. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 733. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 734. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 735. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 736. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 737. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 738. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 739. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 740. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 741. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 742. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 743. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 744. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 745. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 746. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 747. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 748. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 749. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 750. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 751. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 752. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 753. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 754. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 755. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 756. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 757. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 758. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 759. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 760. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 761. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 762. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 763. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 764. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 765. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 766. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 767. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 768. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 769. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 770. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 771. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 772. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 773. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 774. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 775. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 776. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 777. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 778. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 779. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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") ---------- 780. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 781. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 781 problems (781 warnings)[192 .class files generated] # 7/29/11 2:53:40 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201107262132.jar ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201107262132.jar ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201107262132.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201107262132.jar ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201107262132.jar ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201107262132.jar ---------- ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201107262132.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201107262132.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201107262132.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201107262132.jar ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201107262132.jar ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201107262132.jar ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201107262132.jar ---------- ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201107262132.jar ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201107262132.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201107262132.jar ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201107262132.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201107262132.jar ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201107262132.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201107262132.jar ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201107262132.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201107262132.jar ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201107262132.jar ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201107262132.jar ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.ui_7.0.0.201107262132.jar ---------- 25 problems (25 warnings)[5 .class files generated] # 7/29/11 2:53:39 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.gnu.ui/src/org/eclipse/ptp/rdt/managedbuilder/gnu/ui/scannerdiscovery/PerProjectSICollectorSkipCygTrans.java (at line 23) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.gnu.ui/src/org/eclipse/ptp/rdt/managedbuilder/gnu/ui/scannerdiscovery/PerProjectSICollectorSkipCygTrans.java (at line 24) import org.eclipse.cdt.make.internal.core.scannerconfig.util.CygpathTranslator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CygpathTranslator is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.gnu.ui/src/org/eclipse/ptp/rdt/managedbuilder/gnu/ui/scannerdiscovery/PerProjectSICollectorSkipCygTrans.java (at line 24) import org.eclipse.cdt.make.internal.core.scannerconfig.util.CygpathTranslator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.make.internal.core.scannerconfig.util.CygpathTranslator is never used ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.gnu.ui/src/org/eclipse/ptp/rdt/managedbuilder/gnu/ui/scannerdiscovery/PerProjectSICollectorSkipCygTrans.java (at line 25) import org.eclipse.cdt.make.internal.core.scannerconfig2.PerProjectSICollector; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PerProjectSICollector is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.gnu.ui/src/org/eclipse/ptp/rdt/managedbuilder/gnu/ui/scannerdiscovery/PerProjectSICollectorSkipCygTrans.java (at line 35) public class PerProjectSICollectorSkipCygTrans extends PerProjectSICollector { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PerProjectSICollector is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.gnu.ui/src/org/eclipse/ptp/rdt/managedbuilder/gnu/ui/scannerdiscovery/PerProjectSICollectorSkipCygTrans.java (at line 44) IDiscoveredPathInfo pathInfo = MakeCorePlugin.getDefault().getDiscoveryManager().getDiscoveredInfo(project, context); ^^^^^^^ Discouraged access: The field project from the type PerProjectSICollector is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.gnu.ui/src/org/eclipse/ptp/rdt/managedbuilder/gnu/ui/scannerdiscovery/PerProjectSICollectorSkipCygTrans.java (at line 44) IDiscoveredPathInfo pathInfo = MakeCorePlugin.getDefault().getDiscoveryManager().getDiscoveredInfo(project, context); ^^^^^^^ Discouraged access: The field context from the type PerProjectSICollector is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.gnu.ui/src/org/eclipse/ptp/rdt/managedbuilder/gnu/ui/scannerdiscovery/PerProjectSICollectorSkipCygTrans.java (at line 48) monitor.beginTask(MakeMessages.getString("ScannerInfoCollector.Processing"), 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.gnu.ui/src/org/eclipse/ptp/rdt/managedbuilder/gnu/ui/scannerdiscovery/PerProjectSICollectorSkipCygTrans.java (at line 48) monitor.beginTask(MakeMessages.getString("ScannerInfoCollector.Processing"), 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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.gnu.ui/src/org/eclipse/ptp/rdt/managedbuilder/gnu/ui/scannerdiscovery/PerProjectSICollectorSkipCygTrans.java (at line 49) monitor.subTask(MakeMessages.getString("ScannerInfoCollector.Processing")); //$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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.gnu.ui/src/org/eclipse/ptp/rdt/managedbuilder/gnu/ui/scannerdiscovery/PerProjectSICollectorSkipCygTrans.java (at line 49) monitor.subTask(MakeMessages.getString("ScannerInfoCollector.Processing")); //$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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.gnu.ui/src/org/eclipse/ptp/rdt/managedbuilder/gnu/ui/scannerdiscovery/PerProjectSICollectorSkipCygTrans.java (at line 52) monitor.subTask(MakeMessages.getString("ScannerInfoCollector.Updating") + project.getName()); //$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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.gnu.ui/src/org/eclipse/ptp/rdt/managedbuilder/gnu/ui/scannerdiscovery/PerProjectSICollectorSkipCygTrans.java (at line 52) monitor.subTask(MakeMessages.getString("ScannerInfoCollector.Updating") + project.getName()); //$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_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.gnu.ui/src/org/eclipse/ptp/rdt/managedbuilder/gnu/ui/scannerdiscovery/PerProjectSICollectorSkipCygTrans.java (at line 52) monitor.subTask(MakeMessages.getString("ScannerInfoCollector.Updating") + project.getName()); //$NON-NLS-1$ ^^^^^^^ Discouraged access: The field project from the type PerProjectSICollector is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.gnu.ui/src/org/eclipse/ptp/rdt/managedbuilder/gnu/ui/scannerdiscovery/PerProjectSICollectorSkipCygTrans.java (at line 56) resourceDelta.add(project); ^^^^^^^ Discouraged access: The field project from the type PerProjectSICollector is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.gnu.ui/src/org/eclipse/ptp/rdt/managedbuilder/gnu/ui/scannerdiscovery/PerProjectSICollectorSkipCygTrans.java (at line 57) MakeCorePlugin.getDefault().getDiscoveryManager().updateDiscoveredInfo(context, pathInfo, context.isDefaultContext(), resourceDelta); ^^^^^^^ Discouraged access: The field context from the type PerProjectSICollector is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.gnu.ui/src/org/eclipse/ptp/rdt/managedbuilder/gnu/ui/scannerdiscovery/PerProjectSICollectorSkipCygTrans.java (at line 57) MakeCorePlugin.getDefault().getDiscoveryManager().updateDiscoveredInfo(context, pathInfo, context.isDefaultContext(), resourceDelta); ^^^^^^^ Discouraged access: The field context from the type PerProjectSICollector is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.gnu.ui/src/org/eclipse/ptp/rdt/managedbuilder/gnu/ui/scannerdiscovery/PerProjectSICollectorSkipCygTrans.java (at line 64) scPersisted = true; ^^^^^^^^^^^ Discouraged access: The field scPersisted from the type PerProjectSICollector is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.gnu.ui/src/org/eclipse/ptp/rdt/managedbuilder/gnu/ui/scannerdiscovery/PerProjectSICollectorSkipCygTrans.java (at line 73) boolean addedSymbols = definedSymbolsNeedUpdate(discPathInfo); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method definedSymbolsNeedUpdate(IDiscoveredPathManager.IPerProjectDiscoveredPathInfo) from the type PerProjectSICollector is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.gnu.ui/src/org/eclipse/ptp/rdt/managedbuilder/gnu/ui/scannerdiscovery/PerProjectSICollectorSkipCygTrans.java (at line 83) List discoveredIncludes = discoveredSI.get(ScannerInfoTypes.INCLUDE_PATHS); ^^^^^^^^^^^^ Discouraged access: The field discoveredSI from the type PerProjectSICollector is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.gnu.ui/src/org/eclipse/ptp/rdt/managedbuilder/gnu/ui/scannerdiscovery/PerProjectSICollectorSkipCygTrans.java (at line 87) addedIncludes = addItemsWithOrder(sumDiscoveredIncludes, discoveredIncludes, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addItemsWithOrder(List, List, boolean) from the type PerProjectSICollector is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.gnu.ui/src/org/eclipse/ptp/rdt/managedbuilder/gnu/ui/scannerdiscovery/PerProjectSICollectorSkipCygTrans.java (at line 87) addedIncludes = addItemsWithOrder(sumDiscoveredIncludes, discoveredIncludes, true); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field sumDiscoveredIncludes from the type PerProjectSICollector is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.gnu.ui/src/org/eclipse/ptp/rdt/managedbuilder/gnu/ui/scannerdiscovery/PerProjectSICollectorSkipCygTrans.java (at line 95) addedIncludes = addItemsWithOrder(persistedKeyList, sumDiscoveredIncludes, true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method addItemsWithOrder(List, List, boolean) from the type PerProjectSICollector is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.gnu.ui/src/org/eclipse/ptp/rdt/managedbuilder/gnu/ui/scannerdiscovery/PerProjectSICollectorSkipCygTrans.java (at line 95) addedIncludes = addItemsWithOrder(persistedKeyList, sumDiscoveredIncludes, true); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field sumDiscoveredIncludes from the type PerProjectSICollector is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.make.core_7.0.1.201107262132.jar ---------- 24 problems (24 warnings)[4 .class files generated] # 7/29/11 2:53:53 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.xlc.ui/src/org/eclipse/ptp/rdt/managedbuilder/xlc/ui/properties/RemoteXLCompilerPropertyPage.java (at line 23) import org.eclipse.ptp.internal.rdt.ui.RSEUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RSEUtils is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.xlc.ui/src/org/eclipse/ptp/rdt/managedbuilder/xlc/ui/properties/RemoteXLCompilerPropertyPage.java (at line 61) IHost projectHost = RSEUtils.getAnyConnection(thisProject.getLocationURI()); ^^^^^^^^ Discouraged access: The type RSEUtils is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.xlc.ui/src/org/eclipse/ptp/rdt/managedbuilder/xlc/ui/properties/RemoteXLCompilerPropertyPage.java (at line 61) IHost projectHost = RSEUtils.getAnyConnection(thisProject.getLocationURI()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getAnyConnection(URI) from the type RSEUtils is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.xlc.ui/src/org/eclipse/ptp/rdt/managedbuilder/xlc/ui/properties/RemoteXLCompilerPropertyPage.java (at line 78) IHost projectConnectedHost = RSEUtils.getConnection(thisProject.getLocationURI()); ^^^^^^^^ Discouraged access: The type RSEUtils is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.managedbuilder.xlc.ui/src/org/eclipse/ptp/rdt/managedbuilder/xlc/ui/properties/RemoteXLCompilerPropertyPage.java (at line 78) IHost projectConnectedHost = RSEUtils.getConnection(thisProject.getLocationURI()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getConnection(URI) from the type RSEUtils is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 5 problems (5 warnings)[8 .class files generated] # 7/29/11 3:02:04 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. [1 .class file generated] # 7/29/11 3:02:12 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 43) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 44) 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_4_1/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 45) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 46) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 47) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 48) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 49) 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_4_1/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 50) 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_4_1/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 96) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 101) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 101) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 121) 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_4_1/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 126) 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_4_1/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 126) 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_4_1/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 137) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 142) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 142) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 153) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 158) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 158) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 180) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 185) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 185) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 199) 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_4_1/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 204) 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_4_1/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 204) 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_4_1/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 246) 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_4_1/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 251) 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_4_1/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 251) 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_4_1/results/plugins/org.eclipse.ptp.rdt.ui/@dot ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 272) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 277) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexServiceProvider.java (at line 277) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 31) import org.eclipse.cdt.internal.core.parser.ParserMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ParserMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 54) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 55) import org.eclipse.ptp.internal.rdt.core.RemoteProjectResourcesUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteProjectResourcesUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 56) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.index.IRemoteFastIndexerUpdateEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IRemoteFastIndexerUpdateEvent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.index.IRemoteFastIndexerUpdateEvent.EventType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IRemoteFastIndexerUpdateEvent.EventType is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 96) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 181) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 181) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 181) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 191) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 191) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 202) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 202) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 202) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 212) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 212) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 227) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 227) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 231) return (List) result; ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 231) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 248) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 248) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 250) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 250) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 253) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 253) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 255) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 277) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 277) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 279) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 279) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 285) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 297) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 297) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 298) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 298) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 300) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 303) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 315) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 315) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 316) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 316) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 318) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 321) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 331) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 333) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 333) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 348) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 350) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 350) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 366) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 366) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 369) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 369) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 371) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 371) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 373) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 385) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 385) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 388) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 388) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 391) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 391) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 393) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 404) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 407) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 407) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 423) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 427) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 427) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 444) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 444) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 462) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 462) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 463) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 470) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 470) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 475) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 475) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 479) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 479) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 479) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 480) args.add(dataStore.createObject(null, CDTMiner.T_INDEX_STRING_DESCRIPTOR, scope.getScheme())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 480) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.server.dstore/src/org/eclipse/ptp/rdt/server/dstore/core/RemoteToolsCIndexSubsystem.java (at line 480) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 148 problems (148 warnings)[17 .class files generated] # 7/29/11 2:53:49 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/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_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 112) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 114) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 114) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 118) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 133) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 149) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 154) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 154) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 155) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 155) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 166) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 166) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 167) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 167) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 340) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 340) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 384) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/GenerateActionGroup.java (at line 384) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 51. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 52. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 53. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 54. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 55. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 56. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/RemoteRebuildIndexAction.java (at line 27) import org.eclipse.ui.IActionDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IActionDelegate is never used ---------- 57. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/RemoteRebuildIndexAction.java (at line 39) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 58. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/actions/RemoteRebuildIndexAction.java (at line 39) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 59. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 28) import org.eclipse.cdt.internal.corext.util.CModelUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 60. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 29) import org.eclipse.cdt.internal.ui.callhierarchy.CHMultiDefNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMultiDefNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 61. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 30) import org.eclipse.cdt.internal.ui.callhierarchy.CHNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 62. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 31) import org.eclipse.cdt.internal.ui.callhierarchy.CHReferenceInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHReferenceInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 63. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 32) import org.eclipse.cdt.internal.ui.viewsupport.AsyncTreeContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 64. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 33) import org.eclipse.cdt.internal.ui.viewsupport.WorkingSetFilterUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 65. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 56) public class CHContentProvider extends AsyncTreeContentProvider { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 66. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 60) private WorkingSetFilterUI fFilter; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 67. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 67) super(disp); ^^^^^^^^^^^^ Discouraged access: The constructor AsyncTreeContentProvider(Display) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 68. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 73) if (element instanceof CHNode) { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 69. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 74) CHNode node = (CHNode) element; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 70. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 74) CHNode node = (CHNode) element; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 71. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 75) return node.getParent(); ^^^^^^^^^^^^^^^^ Discouraged access: The method getParent() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 72. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 77) return super.getParent(element); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getParent(Object) from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 73. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 82) if (parentElement instanceof CHMultiDefNode) { ^^^^^^^^^^^^^^ Discouraged access: The type CHMultiDefNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 74. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 83) return ((CHMultiDefNode) parentElement).getChildNodes(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getChildNodes() from the type CHMultiDefNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 75. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 83) return ((CHMultiDefNode) parentElement).getChildNodes(); ^^^^^^^^^^^^^^ Discouraged access: The type CHMultiDefNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 76. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 85) if (parentElement instanceof CHNode) { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 77. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 86) CHNode node = (CHNode) parentElement; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 78. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 86) CHNode node = (CHNode) parentElement; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 79. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 87) if (node.isRecursive() || node.getRepresentedDeclaration() == null) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The method isRecursive() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 80. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 87) if (node.isRecursive() || node.getRepresentedDeclaration() == null) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRepresentedDeclaration() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 81. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 88) return NO_CHILDREN; ^^^^^^^^^^^ Discouraged access: The field NO_CHILDREN from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 82. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 91) if (node.isInitializer()) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isInitializer() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 83. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 92) return NO_CHILDREN; ^^^^^^^^^^^ Discouraged access: The field NO_CHILDREN from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 84. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 95) else if (node.isVariableOrEnumerator() || node.isMacro()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isVariableOrEnumerator() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 95) else if (node.isVariableOrEnumerator() || node.isMacro()) { ^^^^^^^^^^^^^^ Discouraged access: The method isMacro() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 96) return NO_CHILDREN; ^^^^^^^^^^^ Discouraged access: The field NO_CHILDREN from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 87. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 111) if (parentElement instanceof CHNode) { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 88. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 112) CHNode node = (CHNode) parentElement; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 89. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 112) CHNode node = (CHNode) parentElement; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 125) return NO_CHILDREN; ^^^^^^^^^^^ Discouraged access: The field NO_CHILDREN from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 132) if (/*element == null*/ false) { getDisplay().asyncExec(new Runnable() { public void run() { fView.reportNotIndexed(input); } }); } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 133) getDisplay().asyncExec(new Runnable() { ^^^^^^^^^^^^ Discouraged access: The method getDisplay() from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 140) getDisplay().asyncExec(new Runnable() { ^^^^^^^^^^^^ Discouraged access: The method getDisplay() from the type AsyncTreeContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 146) ITranslationUnit tu= CModelUtil.getTranslationUnit(element); ^^^^^^^^^^ Discouraged access: The type CModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 146) ITranslationUnit tu= CModelUtil.getTranslationUnit(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTranslationUnit(ICElement) from the type CModelUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 147) return new Object[] { new CHNode(null, tu, 0, element, -1) }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CHNode(CHNode, ITranslationUnit, long, ICElement, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 97. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 147) return new Object[] { new CHNode(null, tu, 0, element, -1) }; ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 98. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 150) private Object[] asyncronouslyComputeReferencedBy(CHNode parent) throws CoreException, InterruptedException { ^^^^^^ Discouraged access: The type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 99. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 151) ICElement callee = parent.getRepresentedDeclaration(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getRepresentedDeclaration() from the type CHNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 173) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 174) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 203) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 205) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 208) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 208) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 209) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 209) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 214) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 217) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 223) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 226) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 226) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 227) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 227) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 229) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 229) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 229) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 231) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 237) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 237) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 237) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 241) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 242) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 246) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 246) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 247) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 247) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 247) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 248) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 248) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 256) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 261) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 264) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 264) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 267) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 273) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 273) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 276) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 276) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 283) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 283) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 283) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 287) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHContentProvider.java (at line 288) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryAction.java (at line 27) import org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 175. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 177. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 75) LabelProvider labelProvider= new CUILabelProvider(CHHistoryAction.LABEL_OPTIONS, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CUILabelProvider(int, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 183. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 75) LabelProvider labelProvider= new CUILabelProvider(CHHistoryAction.LABEL_OPTIONS, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 75) LabelProvider labelProvider= new CUILabelProvider(CHHistoryAction.LABEL_OPTIONS, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 75) LabelProvider labelProvider= new CUILabelProvider(CHHistoryAction.LABEL_OPTIONS, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^ Discouraged access: The field OVERLAY_ICONS from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 186. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 187. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 188. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 189. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 190. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 191. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 192. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 193. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 194. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 195. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 196. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 197. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 198. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 199. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 108) LayoutUtil.setHorizontalGrabbing(fHistoryList.getListControl(null)); ^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 200. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 108) LayoutUtil.setHorizontalGrabbing(fHistoryList.getListControl(null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 201. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHHistoryListAction.java (at line 108) LayoutUtil.setHorizontalGrabbing(fHistoryList.getListControl(null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getListControl(Composite) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 202. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 203. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 204. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 205. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 206. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 207. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 208. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 209. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 210. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 211. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 212. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 213. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 214. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 215. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 216. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 217. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 29) import org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 218. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 30) import org.eclipse.cdt.internal.ui.viewsupport.CUILabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 219. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 31) import org.eclipse.cdt.internal.ui.viewsupport.ImageImageDescriptor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ImageImageDescriptor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 220. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 49) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 221. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 49) private CUILabelProvider fCLabelProvider= new CUILabelProvider(LABEL_OPTIONS_SIMPLE, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CUILabelProvider(int, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 222. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 49) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 223. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 49) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 224. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 49) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 225. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 61) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 226. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 62) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 227. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 62) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 228. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 64) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 229. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 65) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 230. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 65) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 231. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 66) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 232. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 69) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 233. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 71) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 234. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 83) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 235. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 84) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 236. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 84) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 237. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 85) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 238. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 88) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 239. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 89) int options= fCLabelProvider.getTextFlags(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTextFlags() from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 240. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 90) fCLabelProvider.setTextFlags(LABEL_OPTIONS_SIMPLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setTextFlags(int) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 241. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 91) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 242. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 92) fCLabelProvider.setTextFlags(options); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setTextFlags(int) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 243. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 95) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 244. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 96) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 245. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 100) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 246. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 102) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 247. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 102) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 248. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 130) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 249. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 139) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 250. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 141) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 251. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 144) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 252. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 149) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 253. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 157) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 254. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 160) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 255. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 168) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 256. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 168) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 257. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 180) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 258. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CHLabelProvider.java (at line 187) fCLabelProvider.setTextFlags(show ? LABEL_OPTIONS_SHOW_FILES : LABEL_OPTIONS_SIMPLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setTextFlags(int) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 259. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 260. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 261. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 262. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 263. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 57) Job job= new Job(CHMessages.CallHierarchyUI_label) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 264. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 57) Job job= new Job(CHMessages.CallHierarchyUI_label) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CallHierarchyUI_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 265. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 60) StatusLineHandler.clearStatusLine(editor.getSite()); ^^^^^^^^^^^^^^^^^ Discouraged access: The type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 266. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 60) StatusLineHandler.clearStatusLine(editor.getSite()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method clearStatusLine(IWorkbenchSite) from the type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 267. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 69) StatusLineHandler.showStatusLineMessage(editor.getSite(), ^^^^^^^^^^^^^^^^^ Discouraged access: The type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 268. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 69) StatusLineHandler.showStatusLineMessage(editor.getSite(), CHMessages.CallHierarchyUI_openFailureMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method showStatusLineMessage(IWorkbenchSite, String) from the type StatusLineHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 269. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 70) CHMessages.CallHierarchyUI_openFailureMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 270. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 70) CHMessages.CallHierarchyUI_openFailureMessage); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CallHierarchyUI_openFailureMessage from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 271. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 89) Job job= new Job(CHMessages.CallHierarchyUI_label) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 272. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 89) Job job= new Job(CHMessages.CallHierarchyUI_label) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CallHierarchyUI_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 273. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 114) ExceptionHandler.handle(e, window.getShell(), CHMessages.OpenCallHierarchyAction_label, null); ^^^^^^^^^^^^^^^^ Discouraged access: The type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 274. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 114) ExceptionHandler.handle(e, window.getShell(), CHMessages.OpenCallHierarchyAction_label, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method handle(CoreException, Shell, String, String) from the type ExceptionHandler is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 275. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 114) ExceptionHandler.handle(e, window.getShell(), CHMessages.OpenCallHierarchyAction_label, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 276. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 114) ExceptionHandler.handle(e, window.getShell(), CHMessages.OpenCallHierarchyAction_label, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field OpenCallHierarchyAction_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 277. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 131) elem = OpenActionUtil.selectCElement(input, window.getShell(), ^^^^^^^^^^^^^^ Discouraged access: The type OpenActionUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 278. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 131) elem = OpenActionUtil.selectCElement(input, window.getShell(), CHMessages.CallHierarchyUI_label, CHMessages.CallHierarchyUI_selectMessage, CElementBaseLabels.ALL_DEFAULT | CElementBaseLabels.MF_POST_FILE_QUALIFIED, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method selectCElement(ICElement[], Shell, String, String, int, int) from the type OpenActionUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 279. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 132) CHMessages.CallHierarchyUI_label, CHMessages.CallHierarchyUI_selectMessage, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 280. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 132) CHMessages.CallHierarchyUI_label, CHMessages.CallHierarchyUI_selectMessage, ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CallHierarchyUI_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 281. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 132) CHMessages.CallHierarchyUI_label, CHMessages.CallHierarchyUI_selectMessage, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 282. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/CallHierarchyUtil.java (at line 132) CHMessages.CallHierarchyUI_label, CHMessages.CallHierarchyUI_selectMessage, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CallHierarchyUI_selectMessage from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 283. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 284. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 285. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 286. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 287. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 288. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 289. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 290. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 291. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 292. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenCallHierarchyAction.java (at line 132) private Object getAdapter(Object object, Class desiredClass) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 293. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 294. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 295. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 296. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 297. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 298. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 299. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 300. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 301. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 302. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/OpenElementInCallHierarchyAction.java (at line 80) IProject project = elements[0].getCProject().getProject(); ^^^^^^^ The local variable project is never read ---------- 303. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 304. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 305. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 306. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 307. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 308. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 309. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 310. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 311. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 312. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 313. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 314. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 315. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 316. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 317. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 318. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 319. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 320. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 321. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 322. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 323. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 324. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 325. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 326. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 327. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 328. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 329. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 117) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 330. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 130) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 331. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 136) private WorkingSetFilterUI fWorkingSetFilterUI; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 332. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 172) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 333. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 172) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 334. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 195) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 335. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 195) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 336. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 221) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 337. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 221) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 338. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 227) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 339. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 227) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 340. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 260) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 341. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 298) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 342. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 328) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 343. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 328) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 344. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 363) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 345. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 375) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 346. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 375) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 347. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 383) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 348. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 383) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 349. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 384) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 350. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 384) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 351. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 384) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 352. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 384) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 353. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 384) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 354. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 384) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 355. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 387) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 356. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 387) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 357. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 395) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 358. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 395) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 359. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 396) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 360. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 396) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 361. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 396) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 362. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 396) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 363. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 396) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 364. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 396) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 365. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 401) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 366. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 402) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 367. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 402) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 368. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 403) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 369. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 408) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 370. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 408) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 371. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 419) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 372. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 419) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 373. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 420) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 374. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 420) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 375. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 420) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 376. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 420) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 377. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 420) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 378. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 420) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 379. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 426) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 380. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 433) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 381. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 434) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 382. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 439) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 383. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 442) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 384. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 442) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 385. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 443) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 386. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 443) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 387. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 444) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 388. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 445) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 389. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 446) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 390. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 446) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 391. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 450) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 392. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 450) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 393. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 456) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 394. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 456) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 395. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 457) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 396. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 457) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 397. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 463) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 398. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 463) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 399. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 464) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 400. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 464) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 401. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 466) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 402. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 466) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 403. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 472) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 404. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 472) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 405. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 473) fNextAction = new Action(CHMessages.CHViewPart_NextReference_label) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 406. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 473) fNextAction = new Action(CHMessages.CHViewPart_NextReference_label) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_NextReference_label from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 407. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 479) fNextAction.setToolTipText(CHMessages.CHViewPart_NextReference_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 408. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 479) fNextAction.setToolTipText(CHMessages.CHViewPart_NextReference_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CHViewPart_NextReference_tooltip from the type CHMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 409. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/callhierarchy/RemoteCHViewPart.java (at line 480) CPluginImages.setImageDescriptors(fNextAction, CPluginImages.T_LCL, CPluginImages.IMG_SHOW_NEXT); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 410. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 411. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 412. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 413. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 414. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 415. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 416. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 417. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 418. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 419. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 420. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 421. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 422. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 423. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 424. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 425. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 426. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 427. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 428. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 429. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 430. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 431. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 432. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 433. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 434. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 435. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 436. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 437. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 438. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 439. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 440. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 441. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 442. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 443. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 444. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 445. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 446. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 447. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 448. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 449. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 450. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 451. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 452. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 453. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 454. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 455. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 456. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 457. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 458. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 459. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 460. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 461. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 462. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 463. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 464. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 465. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 21) import org.eclipse.cdt.internal.ui.text.contentassist.CContentAssistInvocationContext; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 466. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 26) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 467. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 52) if (!(context instanceof CContentAssistInvocationContext)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 468. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 55) CContentAssistInvocationContext cContext = (CContentAssistInvocationContext) context; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 469. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 55) CContentAssistInvocationContext cContext = (CContentAssistInvocationContext) context; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 470. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 59) if (cContext.getEditor().isDirty()) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getEditor() from the type CContentAssistInvocationContext is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 471. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 82) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 472. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 82) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 473. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 86) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 474. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/contentassist/RemoteContentAssistService.java (at line 86) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- ---------- 475. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 476. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 477. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 478. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 40) import org.eclipse.cdt.internal.ui.util.EditorUtility; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 479. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 480. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 481. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 482. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 483. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 484. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 485. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 486. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 487. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 190) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 488. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 190) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 489. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 221) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 490. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 221) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 491. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 289) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 492. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 289) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 493. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 289) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 494. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 291) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 495. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 292) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 496. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 294) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 497. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/OpenIncludeAction.java (at line 295) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 498. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 499. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 500. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 501. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 502. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 503. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 504. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 505. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 506. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 507. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 508. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 509. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 510. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 511. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 512. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 513. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 514. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 58) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 515. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 66) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 516. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 69) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 517. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 78) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 518. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 92) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 519. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 97) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 520. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 106) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 521. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 116) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 522. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 123) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 523. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 125) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 524. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 126) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 525. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 127) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 526. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 127) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 527. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 129) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 528. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 129) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 529. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 130) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 530. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 132) return super.getOutlinePage(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getOutlinePage() from the type CEditor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 531. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 145) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 532. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 151) CTextTools textTools = CUIPlugin.getDefault().getTextTools(); ^^^^^^^^^^ Discouraged access: The type CTextTools is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 533. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 152) setSourceViewerConfiguration(new RemoteCSourceViewerConfiguration(textTools.getColorManager(), store, this, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 534. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 170) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 535. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 175) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 536. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 184) super.fillActionBars(actionBars); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method fillActionBars(IActionBars) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 537. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 210) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 538. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 210) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 539. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCEditor.java (at line 232) return isRemote() ? false : super.isSemanticHighlightingEnabled(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isSemanticHighlightingEnabled() 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 540. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 541. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 542. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 543. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 544. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 545. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 546. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 547. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 548. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 549. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 550. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 551. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/editor/RemoteCReconcilingStrategy.java (at line 71) boolean forced= false; ^^^^^^ The local variable forced is never read ---------- 552. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 553. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 554. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 555. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 556. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 557. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 558. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 559. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 560. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 561. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 562. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 563. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 564. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 565. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 566. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 567. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 568. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 569. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 570. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 571. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 572. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 573. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 574. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 575. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 576. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 577. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 578. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 579. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 580. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 581. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 582. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 583. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 584. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 585. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 586. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 587. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 588. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 589. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 590. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 591. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 592. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 593. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 594. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 595. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 596. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 597. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 598. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 599. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 600. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 601. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 602. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 603. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 604. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 605. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 606. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 607. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 608. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 609. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 610. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 611. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 612. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 613. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 614. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 615. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 616. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 617. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 618. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 619. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 620. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 621. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 622. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 623. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 624. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 625. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 626. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryAction.java (at line 27) import org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 627. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 628. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 629. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 630. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 631. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 632. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 633. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 634. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 635. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 636. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 637. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 638. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 639. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 640. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 641. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 642. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 26) import org.eclipse.cdt.internal.ui.dialogs.StatusInfo; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 643. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 27) import org.eclipse.cdt.internal.ui.includebrowser.IBMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 644. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 28) import org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 645. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 646. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 647. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 648. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 649. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 650. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 50) private ListDialogField fHistoryList; ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 651. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 57) setTitle(IBMessages.IBHistoryListAction_HistoryDialog_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 652. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 57) setTitle(IBMessages.IBHistoryListAction_HistoryDialog_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBHistoryListAction_HistoryDialog_title from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 653. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 59) IBMessages.IBHistoryListAction_Remove_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 654. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 59) IBMessages.IBHistoryListAction_Remove_label, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBHistoryListAction_Remove_label from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 655. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 62) IListAdapter adapter= new IListAdapter() { ^^^^^^^^^^^^ Discouraged access: The type IListAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 656. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 62) IListAdapter adapter= new IListAdapter() { ^^^^^^^^^^^^ Discouraged access: The type IListAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 657. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 63) public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 658. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 66) public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 659. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 70) public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 660. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 75) CUILabelProvider labelProvider= new CUILabelProvider(CElementBaseLabels.APPEND_ROOT_PATH, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 661. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 75) CUILabelProvider labelProvider= new CUILabelProvider(CElementBaseLabels.APPEND_ROOT_PATH, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CUILabelProvider(int, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 662. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 75) CUILabelProvider labelProvider= new CUILabelProvider(CElementBaseLabels.APPEND_ROOT_PATH, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 663. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 75) CUILabelProvider labelProvider= new CUILabelProvider(CElementBaseLabels.APPEND_ROOT_PATH, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 664. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 75) CUILabelProvider labelProvider= new CUILabelProvider(CElementBaseLabels.APPEND_ROOT_PATH, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^ Discouraged access: The field OVERLAY_ICONS from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 665. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 77) fHistoryList= new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ListDialogField(IListAdapter, String[], IBaseLabelProvider) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 666. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 77) fHistoryList= new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 667. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 78) fHistoryList.setLabelText(IBMessages.IBHistoryListAction_HistoryList_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setLabelText(String) from the type DialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 668. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 78) fHistoryList.setLabelText(IBMessages.IBHistoryListAction_HistoryList_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 669. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 78) fHistoryList.setLabelText(IBMessages.IBHistoryListAction_HistoryList_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBHistoryListAction_HistoryList_label from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 670. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 79) fHistoryList.setElements(Arrays.asList(elements)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setElements(List) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 671. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 88) fHistoryList.selectElements(sel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method selectElements(ISelection) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 672. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 106) LayoutUtil.doDefaultLayout(inner, new DialogField[] { fHistoryList }, true, 0, 0); ^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 673. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 106) LayoutUtil.doDefaultLayout(inner, new DialogField[] { fHistoryList }, true, 0, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method doDefaultLayout(Composite, DialogField[], boolean, int, int) from the type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 674. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 106) LayoutUtil.doDefaultLayout(inner, new DialogField[] { fHistoryList }, true, 0, 0); ^^^^^^^^^^^ Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 675. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 107) LayoutUtil.setHeightHint(fHistoryList.getListControl(null), convertHeightInCharsToPixels(12)); ^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 676. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 107) LayoutUtil.setHeightHint(fHistoryList.getListControl(null), convertHeightInCharsToPixels(12)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setHeightHint(Control, int) from the type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 677. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 107) LayoutUtil.setHeightHint(fHistoryList.getListControl(null), convertHeightInCharsToPixels(12)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getListControl(Composite) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 678. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 108) LayoutUtil.setHorizontalGrabbing(fHistoryList.getListControl(null)); ^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 679. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 108) LayoutUtil.setHorizontalGrabbing(fHistoryList.getListControl(null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 680. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 108) LayoutUtil.setHorizontalGrabbing(fHistoryList.getListControl(null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getListControl(Composite) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 681. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 118) fHistoryList.removeElements(fHistoryList.getSelectedElements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method removeElements(List) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 682. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 118) fHistoryList.removeElements(fHistoryList.getSelectedElements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSelectedElements() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 683. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 129) StatusInfo status= new StatusInfo(); ^^^^^^^^^^ Discouraged access: The type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 684. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 129) StatusInfo status= new StatusInfo(); ^^^^^^^^^^^^^^^^ Discouraged access: The constructor StatusInfo() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 685. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 129) StatusInfo status= new StatusInfo(); ^^^^^^^^^^ Discouraged access: The type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 686. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 130) List selected= fHistoryList.getSelectedElements(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSelectedElements() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 687. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 132) status.setError(""); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setError(String) from the type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 688. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 137) fHistoryList.enableButton(0, fHistoryList.getSize() > selected.size() && selected.size() != 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method enableButton(int, boolean) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 689. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 137) fHistoryList.enableButton(0, fHistoryList.getSize() > selected.size() && selected.size() != 0); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSize() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 690. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 147) List elems= fHistoryList.getElements(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getElements() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 691. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 175) setText(IBMessages.IBHistoryListAction_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 692. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBHistoryListAction.java (at line 175) setText(IBMessages.IBHistoryListAction_label); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IBHistoryListAction_label from the type IBMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 693. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 25) import org.eclipse.cdt.internal.ui.CPluginImages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 694. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 26) import org.eclipse.cdt.internal.ui.includebrowser.IBNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IBNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 695. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 27) import org.eclipse.cdt.internal.ui.viewsupport.ImageImageDescriptor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ImageImageDescriptor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 696. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 697. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 698. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 699. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 700. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 57) Image image= tu != null ? fCLabelProvider.getImage(tu) : CPluginImages.get(CPluginImages.IMG_OBJS_TUNIT_HEADER); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 701. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 57) Image image= tu != null ? fCLabelProvider.getImage(tu) : CPluginImages.get(CPluginImages.IMG_OBJS_TUNIT_HEADER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method get(String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 702. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 57) Image image= tu != null ? fCLabelProvider.getImage(tu) : CPluginImages.get(CPluginImages.IMG_OBJS_TUNIT_HEADER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 703. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBLabelProvider.java (at line 57) Image image= tu != null ? fCLabelProvider.getImage(tu) : CPluginImages.get(CPluginImages.IMG_OBJS_TUNIT_HEADER); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_OBJS_TUNIT_HEADER from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 704. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 705. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 706. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 707. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 708. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 709. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 710. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 711. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 712. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 713. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 714. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 715. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 716. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 717. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 718. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 719. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 720. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 721. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 722. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 723. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 724. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 725. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 726. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 727. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 728. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 729. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 730. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 731. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 732. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 733. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 734. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 735. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 736. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 737. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 738. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 739. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 740. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 741. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 742. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 743. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 744. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 745. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 746. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 747. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 748. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 749. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 750. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 751. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 290) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 752. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 290) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 753. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 313) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 754. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 371) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 755. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 371) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 756. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 425) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 757. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 425) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 758. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 460) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 759. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 472) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 760. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 472) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 761. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 480) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 762. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 480) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 763. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 481) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 764. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 481) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 765. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 481) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 766. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 481) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 767. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 481) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 768. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 481) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 769. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 484) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 770. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 484) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 771. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 492) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 772. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 492) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 773. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 493) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 774. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 493) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 775. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 493) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 776. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 493) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 777. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 493) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 778. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 493) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 779. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 498) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 780. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 499) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 781. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 499) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 782. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 500) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 783. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 505) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 784. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 505) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 785. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 516) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 786. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 516) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 787. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 517) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 788. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 517) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 789. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 517) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 790. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 517) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 791. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 517) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 792. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 517) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 793. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 522) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 794. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 523) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 795. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 523) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 796. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 524) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 797. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 529) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 798. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 529) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 799. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 540) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 800. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 540) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 801. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 541) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 802. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 541) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 803. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 541) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 804. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 541) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 805. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 541) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 806. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 541) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 807. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 547) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 808. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 554) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 809. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 555) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 810. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 560) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 811. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 563) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 812. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 563) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 813. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 564) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 814. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 564) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 815. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 565) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 816. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 565) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 817. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 569) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 818. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 569) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 819. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 575) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 820. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 575) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 821. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 576) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 822. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 576) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 823. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 582) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 824. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/includebrowser/IBViewPart.java (at line 582) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 825. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 826. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 827. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 828. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 829. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 830. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 831. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 832. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 833. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 834. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 835. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 836. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/INavigationService.java (at line 15) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 837. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/INavigationService.java (at line 20) OpenDeclarationResult openDeclaration(ITextEditor editor, 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- ---------- 838. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/LocalNavigationService.java (at line 21) import org.eclipse.cdt.internal.core.model.ASTCache.ASTRunnable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTCache.ASTRunnable is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 839. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/LocalNavigationService.java (at line 22) import org.eclipse.cdt.internal.ui.editor.ASTProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 840. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/LocalNavigationService.java (at line 31) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 841. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/LocalNavigationService.java (at line 39) public OpenDeclarationResult openDeclaration(ITextEditor editor, 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 842. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/LocalNavigationService.java (at line 55) private static OpenDeclarationResult handleOpenDeclarationLocally(final ITranslationUnit translationUnit, final String selectedText, ^^^^^^^^^^^^^^^^^^^^^ 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 843. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/LocalNavigationService.java (at line 63) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 844. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/LocalNavigationService.java (at line 63) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 845. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/LocalNavigationService.java (at line 75) final OpenDeclarationResult[] result = new OpenDeclarationResult[1]; ^^^^^^^^^^^^^^^^^^^^^^^ 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 846. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/LocalNavigationService.java (at line 75) final OpenDeclarationResult[] result = new OpenDeclarationResult[1]; ^^^^^^^^^^^^^^^^^^^^^ 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 847. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/LocalNavigationService.java (at line 77) ASTRunnable astRunnable = new ASTRunnable() { ^^^^^^^^^^^ Discouraged access: The type ASTCache.ASTRunnable is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 848. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/LocalNavigationService.java (at line 77) ASTRunnable astRunnable = new ASTRunnable() { ^^^^^^^^^^^ Discouraged access: The type ASTCache.ASTRunnable is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 849. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/LocalNavigationService.java (at line 87) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 850. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/LocalNavigationService.java (at line 87) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 851. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/LocalNavigationService.java (at line 91) ASTProvider.getASTProvider().runOnAST(translationUnit, ASTProvider.WAIT_ACTIVE_ONLY, new NullProgressMonitor(), astRunnable); ^^^^^^^^^^^ Discouraged access: The type ASTProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 852. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/LocalNavigationService.java (at line 91) ASTProvider.getASTProvider().runOnAST(translationUnit, ASTProvider.WAIT_ACTIVE_ONLY, new NullProgressMonitor(), astRunnable); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getASTProvider() from the type ASTProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 853. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/LocalNavigationService.java (at line 91) ASTProvider.getASTProvider().runOnAST(translationUnit, ASTProvider.WAIT_ACTIVE_ONLY, new NullProgressMonitor(), astRunnable); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method runOnAST(ICElement, ASTProvider.WAIT_FLAG, IProgressMonitor, ASTCache.ASTRunnable) from the type ASTProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 854. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/LocalNavigationService.java (at line 91) ASTProvider.getASTProvider().runOnAST(translationUnit, ASTProvider.WAIT_ACTIVE_ONLY, new NullProgressMonitor(), astRunnable); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ASTProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 855. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/LocalNavigationService.java (at line 91) ASTProvider.getASTProvider().runOnAST(translationUnit, ASTProvider.WAIT_ACTIVE_ONLY, new NullProgressMonitor(), astRunnable); ^^^^^^^^^^^^^^^^ Discouraged access: The field WAIT_ACTIVE_ONLY from the type ASTProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 856. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/RemoteNavigationService.java (at line 22) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 857. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/RemoteNavigationService.java (at line 27) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 858. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/RemoteNavigationService.java (at line 45) public OpenDeclarationResult openDeclaration(ITextEditor editor, 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 859. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/RemoteNavigationService.java (at line 58) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 860. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/RemoteNavigationService.java (at line 58) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 861. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/RemoteNavigationService.java (at line 69) scannerInfo = RemoteIndexerInfoProviderFactory.getScannerInfo(workingCopy.getCProject().getProject()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 862. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/RemoteNavigationService.java (at line 69) scannerInfo = RemoteIndexerInfoProviderFactory.getScannerInfo(workingCopy.getCProject().getProject()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 863. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/RemoteNavigationService.java (at line 72) scannerInfo = RemoteIndexerInfoProviderFactory.getScannerInfo(workingCopy.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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 864. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/RemoteNavigationService.java (at line 72) scannerInfo = RemoteIndexerInfoProviderFactory.getScannerInfo(workingCopy.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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 865. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/RemoteNavigationService.java (at line 79) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 866. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/navigation/RemoteNavigationService.java (at line 79) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- ---------- 867. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 868. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 869. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 870. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 871. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 872. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 873. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 874. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 875. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 876. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 877. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 878. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 879. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 880. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 881. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 882. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 883. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 884. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 885. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 886. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 887. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 888. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 59) import org.eclipse.ui.activities.WorkbenchActivityHelper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.activities.WorkbenchActivityHelper is never used ---------- 889. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 890. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 891. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 892. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 893. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 894. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 895. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 896. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 897. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 898. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 899. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 900. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 901. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 902. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 903. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 904. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 905. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 906. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 907. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 908. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 909. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 910. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 911. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 912. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 913. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 914. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 915. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 916. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 917. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 918. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 919. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 920. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 921. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 922. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 923. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 571) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 924. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 571) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 925. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 573) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 926. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 573) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 927. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 580) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 928. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 580) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 929. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 584) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 930. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 584) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 931. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 591) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 932. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 591) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 933. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 618) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 934. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 618) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 935. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 618) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 936. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 618) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 937. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 629) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 938. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 629) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 939. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 630) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 940. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/preferences/IndexerBlock.java (at line 630) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 941. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 942. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 943. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 944. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 945. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 946. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 947. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 948. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 949. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 950. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 951. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 952. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 953. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 954. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchElement.java (at line 58) public Object getAdapter(Class adapterType) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 955. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 26) import org.eclipse.cdt.internal.ui.CPluginImages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 956. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 27) import org.eclipse.cdt.internal.ui.search.IPDOMSearchContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 957. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 28) import org.eclipse.cdt.internal.ui.search.ProblemSearchElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProblemSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 958. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 29) import org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 959. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 30) import org.eclipse.cdt.internal.ui.viewsupport.CUILabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 960. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 57) private final CUILabelProvider fCElementLabelProvider; ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 961. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 61) fCElementLabelProvider= new CUILabelProvider(0, CElementImageProvider.SMALL_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CUILabelProvider(int, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 962. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 61) fCElementLabelProvider= new CUILabelProvider(0, CElementImageProvider.SMALL_ICONS); ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 963. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 61) fCElementLabelProvider= new CUILabelProvider(0, CElementImageProvider.SMALL_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 964. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 61) fCElementLabelProvider= new CUILabelProvider(0, CElementImageProvider.SMALL_ICONS); ^^^^^^^^^^^ Discouraged access: The field SMALL_ICONS from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 965. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 70) if (element instanceof ProblemSearchElement) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProblemSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 966. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 71) return CPluginImages.get(CPluginImages.IMG_OBJS_REFACTORING_WARNING); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 967. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 71) return CPluginImages.get(CPluginImages.IMG_OBJS_REFACTORING_WARNING); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method get(String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 968. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 71) return CPluginImages.get(CPluginImages.IMG_OBJS_REFACTORING_WARNING); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 969. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 71) return CPluginImages.get(CPluginImages.IMG_OBJS_REFACTORING_WARNING); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_OBJS_REFACTORING_WARNING from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 970. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 76) return CPluginImages.get(CPluginImages.IMG_OBJS_INCLUDE); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 971. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 76) return CPluginImages.get(CPluginImages.IMG_OBJS_INCLUDE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method get(String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 972. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 76) return CPluginImages.get(CPluginImages.IMG_OBJS_INCLUDE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 973. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 76) return CPluginImages.get(CPluginImages.IMG_OBJS_INCLUDE); ^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_OBJS_INCLUDE from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 974. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 79) if (element == IPDOMSearchContentProvider.URI_CONTAINER) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 975. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 79) if (element == IPDOMSearchContentProvider.URI_CONTAINER) { ^^^^^^^^^^^^^ Discouraged access: The field URI_CONTAINER from the type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 976. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 81) return CPluginImages.get(CPluginImages.IMG_OBJS_INCLUDES_CONTAINER); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 977. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 81) return CPluginImages.get(CPluginImages.IMG_OBJS_INCLUDES_CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method get(String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 978. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 81) return CPluginImages.get(CPluginImages.IMG_OBJS_INCLUDES_CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 979. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 81) return CPluginImages.get(CPluginImages.IMG_OBJS_INCLUDES_CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_OBJS_INCLUDES_CONTAINER from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 980. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 85) return CPluginImages.get(CPluginImages.IMG_OBJS_INCLUDES_FOLDER); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 981. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 85) return CPluginImages.get(CPluginImages.IMG_OBJS_INCLUDES_FOLDER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method get(String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 982. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 85) return CPluginImages.get(CPluginImages.IMG_OBJS_INCLUDES_FOLDER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 983. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 85) return CPluginImages.get(CPluginImages.IMG_OBJS_INCLUDES_FOLDER); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_OBJS_INCLUDES_FOLDER from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 984. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 101) return fCElementLabelProvider.getImage(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getImage(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 985. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 109) else if (element instanceof ProblemSearchElement) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProblemSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 986. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 110) ProblemSearchElement pse= (ProblemSearchElement) element; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProblemSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 987. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 110) ProblemSearchElement pse= (ProblemSearchElement) element; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ProblemSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 988. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 111) return ASTSignatureUtil.getProblemMessage(pse.getProblemID(), pse.getDetail()); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method getProblemID() from the type ProblemSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 989. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 111) return ASTSignatureUtil.getProblemMessage(pse.getProblemID(), pse.getDetail()); ^^^^^^^^^^^^^^^ Discouraged access: The method getDetail() from the type ProblemSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 990. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchLabelProvider.java (at line 135) return fCElementLabelProvider.getText(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getText(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 991. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 30) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 992. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 31) import org.eclipse.cdt.internal.ui.search.IPDOMSearchContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 993. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 41) IStructuredContentProvider, IPDOMSearchContentProvider { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 994. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 47) Set uncoveredProjects = new HashSet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 995. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 47) Set uncoveredProjects = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 996. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 52) List resultList = new ArrayList(Arrays.asList(results)); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 997. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 52) List resultList = new ArrayList(Arrays.asList(results)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 998. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 52) List resultList = new ArrayList(Arrays.asList(results)); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 999. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 56) resultList.add(IPDOMSearchContentProvider.INCOMPLETE_RESULTS_NODE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 1000. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 56) resultList.add(IPDOMSearchContentProvider.INCOMPLETE_RESULTS_NODE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1001. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 56) resultList.add(IPDOMSearchContentProvider.INCOMPLETE_RESULTS_NODE); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field INCOMPLETE_RESULTS_NODE from the type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1002. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 65) uncoveredProjects.add(new Path(path).segment(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized ---------- 1003. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 78) resultList.add(createUnindexedProjectWarningElement(project)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 1004. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 81) resultList.add(createClosedProjectWarningElement(project)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 1005. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 92) CSearchMessages.PDOMSearchListContentProvider_IndexerNotEnabledMessageFormat, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1006. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 92) CSearchMessages.PDOMSearchListContentProvider_IndexerNotEnabledMessageFormat, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchListContentProvider_IndexerNotEnabledMessageFormat from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1007. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 99) CSearchMessages.PDOMSearchListContentProvider_ProjectClosedMessageFormat, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1008. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListContentProvider.java (at line 99) CSearchMessages.PDOMSearchListContentProvider_ProjectClosedMessageFormat, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchListContentProvider_ProjectClosedMessageFormat from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1009. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 26) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1010. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1011. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 49) + Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(count)); ^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1012. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 49) + Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(count)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method format(String, Object[]) from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1013. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 49) + Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(count)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1014. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchListLabelProvider.java (at line 49) + Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(count)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchResultCollector_matches from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1015. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 29) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1016. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 30) import org.eclipse.cdt.internal.ui.search.CSearchUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1017. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 31) import org.eclipse.cdt.internal.ui.search.PDOMSearchPatternQuery; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1018. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 32) import org.eclipse.cdt.internal.ui.util.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1019. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 33) import org.eclipse.cdt.internal.ui.util.RowLayouter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RowLayouter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1020. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 100) CSearchMessages.CSearchPage_searchFor_classStruct, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1021. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 100) CSearchMessages.CSearchPage_searchFor_classStruct, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_classStruct from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1022. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 101) CSearchMessages.CSearchPage_searchFor_function, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1023. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 101) CSearchMessages.CSearchPage_searchFor_function, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_function from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1024. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 102) CSearchMessages.CSearchPage_searchFor_variable, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1025. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 102) CSearchMessages.CSearchPage_searchFor_variable, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_variable from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1026. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 103) CSearchMessages.CSearchPage_searchFor_union, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1027. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 103) CSearchMessages.CSearchPage_searchFor_union, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_union from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1028. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 104) CSearchMessages.CSearchPage_searchFor_method, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1029. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 104) CSearchMessages.CSearchPage_searchFor_method, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_method from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1030. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 105) CSearchMessages.CSearchPage_searchFor_field, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1031. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 105) CSearchMessages.CSearchPage_searchFor_field, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_field from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1032. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 106) CSearchMessages.CSearchPage_searchFor_enum, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1033. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 106) CSearchMessages.CSearchPage_searchFor_enum, ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_enum from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1034. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 107) CSearchMessages.CSearchPage_searchFor_enumr, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1035. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 107) CSearchMessages.CSearchPage_searchFor_enumr, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_enumr from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1036. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 108) CSearchMessages.CSearchPage_searchFor_namespace, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1037. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 108) CSearchMessages.CSearchPage_searchFor_namespace, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_namespace from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1038. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 109) CSearchMessages.CSearchPage_searchFor_typedef, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1039. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 109) CSearchMessages.CSearchPage_searchFor_typedef, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_typedef from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1040. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 110) CSearchMessages.CSearchPage_searchFor_macro, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1041. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 110) CSearchMessages.CSearchPage_searchFor_macro, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_macro from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1042. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 111) CSearchMessages.CSearchPage_searchFor_any ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1043. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 111) CSearchMessages.CSearchPage_searchFor_any ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_searchFor_any from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1044. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 116) new Integer(PDOMSearchPatternQuery.FIND_CLASS_STRUCT), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1045. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 116) new Integer(PDOMSearchPatternQuery.FIND_CLASS_STRUCT), ^^^^^^^^^^^^^^^^^ Discouraged access: The field FIND_CLASS_STRUCT from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1046. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 117) new Integer(PDOMSearchPatternQuery.FIND_FUNCTION), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1047. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 117) new Integer(PDOMSearchPatternQuery.FIND_FUNCTION), ^^^^^^^^^^^^^ Discouraged access: The field FIND_FUNCTION from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1048. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 118) new Integer(PDOMSearchPatternQuery.FIND_VARIABLE), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1049. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 118) new Integer(PDOMSearchPatternQuery.FIND_VARIABLE), ^^^^^^^^^^^^^ Discouraged access: The field FIND_VARIABLE from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1050. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 119) new Integer(PDOMSearchPatternQuery.FIND_UNION), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1051. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 119) new Integer(PDOMSearchPatternQuery.FIND_UNION), ^^^^^^^^^^ Discouraged access: The field FIND_UNION from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1052. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 120) new Integer(PDOMSearchPatternQuery.FIND_METHOD), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1053. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 120) new Integer(PDOMSearchPatternQuery.FIND_METHOD), ^^^^^^^^^^^ Discouraged access: The field FIND_METHOD from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1054. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 121) new Integer(PDOMSearchPatternQuery.FIND_FIELD), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1055. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 121) new Integer(PDOMSearchPatternQuery.FIND_FIELD), ^^^^^^^^^^ Discouraged access: The field FIND_FIELD from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1056. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 122) new Integer(PDOMSearchPatternQuery.FIND_ENUM), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1057. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 122) new Integer(PDOMSearchPatternQuery.FIND_ENUM), ^^^^^^^^^ Discouraged access: The field FIND_ENUM from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1058. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 123) new Integer(PDOMSearchPatternQuery.FIND_ENUMERATOR), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1059. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 123) new Integer(PDOMSearchPatternQuery.FIND_ENUMERATOR), ^^^^^^^^^^^^^^^ Discouraged access: The field FIND_ENUMERATOR from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1060. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 124) new Integer(PDOMSearchPatternQuery.FIND_NAMESPACE), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1061. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 124) new Integer(PDOMSearchPatternQuery.FIND_NAMESPACE), ^^^^^^^^^^^^^^ Discouraged access: The field FIND_NAMESPACE from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1062. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 125) new Integer(PDOMSearchPatternQuery.FIND_TYPEDEF), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1063. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 125) new Integer(PDOMSearchPatternQuery.FIND_TYPEDEF), ^^^^^^^^^^^^ Discouraged access: The field FIND_TYPEDEF from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1064. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 126) new Integer(PDOMSearchPatternQuery.FIND_MACRO), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1065. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 126) new Integer(PDOMSearchPatternQuery.FIND_MACRO), ^^^^^^^^^^ Discouraged access: The field FIND_MACRO from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1066. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 127) new Integer(PDOMSearchPatternQuery.FIND_ALL_TYPES) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1067. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 127) new Integer(PDOMSearchPatternQuery.FIND_ALL_TYPES) ^^^^^^^^^^^^^^ Discouraged access: The field FIND_ALL_TYPES from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1068. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 134) CSearchMessages.CSearchPage_limitTo_declarations, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1069. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 134) CSearchMessages.CSearchPage_limitTo_declarations, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_limitTo_declarations from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1070. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 135) CSearchMessages.CSearchPage_limitTo_definitions, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1071. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 135) CSearchMessages.CSearchPage_limitTo_definitions, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_limitTo_definitions from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1072. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 136) CSearchMessages.CSearchPage_limitTo_references, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1073. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 136) CSearchMessages.CSearchPage_limitTo_references, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_limitTo_references from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1074. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 137) CSearchMessages.CSearchPage_limitTo_allOccurrences ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1075. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 137) CSearchMessages.CSearchPage_limitTo_allOccurrences ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_limitTo_allOccurrences from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1076. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 187) searchFlags |= PDOMSearchPatternQuery.FIND_ALL_TYPES; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1077. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 187) searchFlags |= PDOMSearchPatternQuery.FIND_ALL_TYPES; ^^^^^^^^^^^^^^ Discouraged access: The field FIND_ALL_TYPES from the type PDOMSearchPatternQuery is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1078. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 200) List elements = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 1079. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 200) List elements = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 1080. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 205) scopeDescription = CSearchMessages.ProjectScope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1081. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 205) scopeDescription = CSearchMessages.ProjectScope; ^^^^^^^^^^^^ Discouraged access: The field ProjectScope from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1082. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 206) for (Iterator i = structuredSelection.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 1083. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 209) elements.add(project); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 1084. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 215) scopeDescription = CSearchMessages.SelectionScope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1085. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 215) scopeDescription = CSearchMessages.SelectionScope; ^^^^^^^^^^^^^^ Discouraged access: The field SelectionScope from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1086. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 216) for (Iterator i = structuredSelection.iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 1087. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 219) elements.add(CoreModel.getDefault().create((IResource)obj)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 1088. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 221) elements.add(obj); ^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 1089. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 227) scopeDescription = CSearchMessages.WorkspaceScope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1090. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 227) scopeDescription = CSearchMessages.WorkspaceScope; ^^^^^^^^^^^^^^ Discouraged access: The field WorkspaceScope from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1091. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 232) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, CSearchUtil.toString(workingSets)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method format(String, Object[]) from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1092. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 232) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, CSearchUtil.toString(workingSets)); ^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1093. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 232) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, CSearchUtil.toString(workingSets)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1094. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 232) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, CSearchUtil.toString(workingSets)); ^^^^^^^^^^^^^^^ Discouraged access: The field WorkingSetScope from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1095. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 232) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, CSearchUtil.toString(workingSets)); ^^^^^^^^^^^ Discouraged access: The type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1096. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 232) scopeDescription = Messages.format(CSearchMessages.WorkingSetScope, CSearchUtil.toString(workingSets)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method toString(IWorkingSet[]) from the type CSearchUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1097. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 238) elements.add(project); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 1098. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 247) : (ICElement[])elements.toArray(new ICElement[elements.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type List. References to generic type List should be parameterized ---------- 1099. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 283) fLineManager.setErrorMessage(CSearchMessages.PDOMSearch_query_pattern_error); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1100. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 283) fLineManager.setErrorMessage(CSearchMessages.PDOMSearch_query_pattern_error); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearch_query_pattern_error from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1101. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 328) RowLayouter layouter = new RowLayouter( layout.numColumns ); ^^^^^^^^^^^ Discouraged access: The type RowLayouter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1102. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 328) RowLayouter layouter = new RowLayouter( layout.numColumns ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor RowLayouter(int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1103. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 328) RowLayouter layouter = new RowLayouter( layout.numColumns ); ^^^^^^^^^^^ Discouraged access: The type RowLayouter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1104. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 333) layouter.setDefaultGridData( gd, 0 ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setDefaultGridData(GridData, int) from the type RowLayouter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1105. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 334) layouter.setDefaultGridData( gd, 1 ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setDefaultGridData(GridData, int) from the type RowLayouter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1106. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 335) layouter.setDefaultSpan(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setDefaultSpan() from the type RowLayouter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1107. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 337) layouter.perform( createExpression(result) ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method perform(Control) from the type RowLayouter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1108. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 338) layouter.perform( createSearchFor(result), createLimitTo(result), -1 ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method perform(Control, Control, int) from the type RowLayouter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 378) label.setText( CSearchMessages.CSearchPage_expression_label ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 378) label.setText( CSearchMessages.CSearchPage_expression_label ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_expression_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 404) caseSensitiveButton.setText(CSearchMessages.CSearchPage_expression_caseSensitive); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 404) caseSensitiveButton.setText(CSearchMessages.CSearchPage_expression_caseSensitive); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_expression_caseSensitive from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 419) result.setText( CSearchMessages.CSearchPage_limitTo_label ); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPage.java (at line 419) result.setText( CSearchMessages.CSearchPage_limitTo_label ); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchPage_limitTo_label from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPatternQueryAdapter.java (at line 33) return Messages.format(CSearchMessages.PDOMSearchPatternQuery_PatternQuery_labelPatternInScope, super.getLabel(), ((RemoteSearchPatternQuery) fQuery).getPattern(), ((RemoteSearchPatternQuery) fQuery).getScopeDescription()); ^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPatternQueryAdapter.java (at line 33) return Messages.format(CSearchMessages.PDOMSearchPatternQuery_PatternQuery_labelPatternInScope, super.getLabel(), ((RemoteSearchPatternQuery) fQuery).getPattern(), ((RemoteSearchPatternQuery) fQuery).getScopeDescription()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method format(String, Object[]) from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPatternQueryAdapter.java (at line 33) return Messages.format(CSearchMessages.PDOMSearchPatternQuery_PatternQuery_labelPatternInScope, super.getLabel(), ((RemoteSearchPatternQuery) fQuery).getPattern(), ((RemoteSearchPatternQuery) fQuery).getScopeDescription()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchPatternQueryAdapter.java (at line 33) return Messages.format(CSearchMessages.PDOMSearchPatternQuery_PatternQuery_labelPatternInScope, super.getLabel(), ((RemoteSearchPatternQuery) fQuery).getPattern(), ((RemoteSearchPatternQuery) fQuery).getScopeDescription()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchPatternQuery_PatternQuery_labelPatternInScope from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 101) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 101) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 103) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 103) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 105) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchQueryAdapter.java (at line 105) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 31) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 33) import org.eclipse.cdt.internal.ui.util.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 75) private String getFileName(IEditorPart editor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getFileName(IEditorPart) from the type RemoteSearchResult is never used locally ---------- 1132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 86) } else if (input instanceof ExternalEditorInput) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 87) ExternalEditorInput extInput = (ExternalEditorInput)input; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 87) ExternalEditorInput extInput = (ExternalEditorInput)input; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 88) if(extInput.getPath() != null) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The method getPath() from the type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 89) return extInput.getPath().toOSString(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method getPath() from the type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 122) } else if (input instanceof ExternalEditorInput) { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 123) ExternalEditorInput extInput = (ExternalEditorInput)input; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 123) ExternalEditorInput extInput = (ExternalEditorInput)input; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 124) return extInput.getTranslationUnit().getLocationURI(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTranslationUnit() from the type ExternalEditorInput is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 153) private Match[] computeContainedMatches(AbstractTextSearchResult result, String filename) throws CoreException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method computeContainedMatches(AbstractTextSearchResult, String) from the type RemoteSearchResult is never used locally ---------- 1142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 238) String countLabel = Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(getMatchCount())); ^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 238) String countLabel = Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(getMatchCount())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method format(String, Object[]) from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 238) String countLabel = Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(getMatchCount())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchResult.java (at line 238) String countLabel = Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(getMatchCount())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchResultCollector_matches from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- ---------- 1149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 37) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 38) import org.eclipse.cdt.internal.ui.search.IPDOMSearchContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 55) public class RemoteSearchTreeContentProvider implements ITreeContentProvider, IPDOMSearchContentProvider { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 62) Set children = tree.get(parentElement); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 1153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 70) Iterator p = tree.keySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 1154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 73) Set children = tree.get(parent); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 1155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 106) CSearchMessages.PDOMSearchTreeContentProvider_IndexerNotEnabledWarning)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 106) CSearchMessages.PDOMSearchTreeContentProvider_IndexerNotEnabledWarning)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchTreeContentProvider_IndexerNotEnabledWarning from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 117) CSearchMessages.PDOMSearchTreeContentProvider_ProjectClosedWarning)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 117) CSearchMessages.PDOMSearchTreeContentProvider_ProjectClosedWarning)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field PDOMSearchTreeContentProvider_ProjectClosedWarning from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 165) insertChild(IPDOMSearchContentProvider.URI_CONTAINER, location.getURI()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 165) insertChild(IPDOMSearchContentProvider.URI_CONTAINER, location.getURI()); ^^^^^^^^^^^^^ Discouraged access: The field URI_CONTAINER from the type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 166) insertChild(result, IPDOMSearchContentProvider.URI_CONTAINER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 166) insertChild(result, IPDOMSearchContentProvider.URI_CONTAINER); ^^^^^^^^^^^^^ Discouraged access: The field URI_CONTAINER from the type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 253) insertChild(result, IPDOMSearchContentProvider.INCOMPLETE_RESULTS_NODE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 253) insertChild(result, IPDOMSearchContentProvider.INCOMPLETE_RESULTS_NODE); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field INCOMPLETE_RESULTS_NODE from the type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeContentProvider.java (at line 279) Set siblings = tree.get(parent); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- ---------- 1166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 23) import org.eclipse.cdt.internal.ui.search.CSearchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 24) import org.eclipse.cdt.internal.ui.util.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 41) + Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(count)); ^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 41) + Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(count)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method format(String, Object[]) from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 41) + Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(count)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchTreeLabelProvider.java (at line 41) + Messages.format(CSearchMessages.CSearchResultCollector_matches, new Integer(count)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field CSearchResultCollector_matches from the type CSearchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 25) import org.eclipse.cdt.internal.ui.search.IPDOMSearchContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 26) import org.eclipse.cdt.internal.ui.search.TypeInfoSearchElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TypeInfoSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1175. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 35) import org.eclipse.jface.viewers.Viewer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.viewers.Viewer is never used ---------- 1176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 37) import org.eclipse.jface.viewers.ViewerSorter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.jface.viewers.ViewerSorter is never used ---------- 1177. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 49) private IPDOMSearchContentProvider contentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 62) contentProvider.elementsChanged(objects); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method elementsChanged(Object[]) from the type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 68) contentProvider.clear(); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method clear() from the type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 103) if (element instanceof TypeInfoSearchElement) { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TypeInfoSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1181. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 104) TypeInfoSearchElement searchElement = (TypeInfoSearchElement)element; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TypeInfoSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1182. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 104) TypeInfoSearchElement searchElement = (TypeInfoSearchElement)element; ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type TypeInfoSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1183. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 105) int type = searchElement.getTypeInfo().getCElementType(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTypeInfo() from the type TypeInfoSearchElement is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1184. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 126) if (element == IPDOMSearchContentProvider.URI_CONTAINER) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1185. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 126) if (element == IPDOMSearchContentProvider.URI_CONTAINER) { ^^^^^^^^^^^^^ Discouraged access: The field URI_CONTAINER from the type IPDOMSearchContentProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1186. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 161) editor = EditorUtility.openInEditor(path, null); ^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1187. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 161) editor = EditorUtility.openInEditor(path, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method openInEditor(IPath, ICElement) from the type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1188. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 163) editor = EditorUtility.openInEditor(ifl.getURI(), null); ^^^^^^^^^^^^^ Discouraged access: The type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1189. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/RemoteSearchViewPage.java (at line 163) editor = EditorUtility.openInEditor(ifl.getURI(), null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method openInEditor(URI, ICElement) from the type EditorUtility is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1190. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1191. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1192. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1193. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1194. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1195. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1196. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1197. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1198. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1199. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1200. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1201. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1202. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1203. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1204. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1205. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1206. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1207. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1208. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1209. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1210. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1211. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1212. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1213. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1214. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1215. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1216. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1217. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1218. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1219. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1220. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1221. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1222. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1223. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1224. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1225. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1226. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1227. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1228. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1229. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1230. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1231. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1232. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1233. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1234. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1235. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1236. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1237. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1238. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1239. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1240. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1241. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1242. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1243. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1244. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1245. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1246. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1247. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1248. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1249. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1250. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1251. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1252. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1253. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1254. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1255. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1256. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1257. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1258. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1259. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1260. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1261. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1262. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1263. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1264. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1265. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1266. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1267. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1268. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1269. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1270. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1271. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1272. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1273. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1274. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1275. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1276. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1277. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1278. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1279. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1280. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1281. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1282. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1283. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1284. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1285. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1286. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1287. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1288. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1289. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1290. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1291. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1292. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1293. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1294. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1295. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1296. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1297. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1298. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1299. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1300. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1301. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1302. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1303. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1304. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1305. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1306. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1307. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1308. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1309. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1310. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1311. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1312. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1313. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1314. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1315. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1316. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1317. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1318. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1319. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1320. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1321. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1322. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1323. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1324. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1325. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1326. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1327. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1328. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1329. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1330. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1331. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1332. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1333. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1334. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1335. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1336. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1337. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1338. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1339. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1340. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1341. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1342. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1343. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 35) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1344. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1345. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1346. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1347. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1348. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 49) import org.eclipse.ptp.internal.rdt.core.model.ModelAdapter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.internal.rdt.core.model.ModelAdapter is never used ---------- 1349. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 50) import org.eclipse.ptp.internal.rdt.core.model.Scope; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.internal.rdt.core.model.Scope is never used ---------- 1350. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 51) import org.eclipse.ptp.internal.rdt.core.model.WorkingCopy; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.internal.rdt.core.model.WorkingCopy is never used ---------- 1351. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 52) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1352. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 69) private final ITranslationUnit fTranslationUnit; ^^^^^^^^^^^^^^^^ The field OpenDeclarationsJob.fTranslationUnit is never read locally ---------- 1353. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 72) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1354. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 74) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1355. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 75) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1356. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 75) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1357. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 114) OpenDeclarationResult result = service.openDeclaration(fEditor, 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1358. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 119) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1359. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 120) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1360. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 121) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1361. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 124) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1362. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 125) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1363. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 128) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1364. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 129) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1365. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 132) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1366. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 133) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1367. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 136) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1368. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 137) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1369. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 140) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1370. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 141) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1371. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 144) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1372. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 145) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1373. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 162) if("org.eclipse.cdt.core.fastIndexer".equals(IndexerPreferences.get(project, IndexerPreferences.KEY_INDEXER_ID, null))) { // //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^ 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1374. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 162) if("org.eclipse.cdt.core.fastIndexer".equals(IndexerPreferences.get(project, IndexerPreferences.KEY_INDEXER_ID, null))) { // //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method get(IProject, String, String) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1375. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 162) if("org.eclipse.cdt.core.fastIndexer".equals(IndexerPreferences.get(project, IndexerPreferences.KEY_INDEXER_ID, null))) { // //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1376. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 162) if("org.eclipse.cdt.core.fastIndexer".equals(IndexerPreferences.get(project, IndexerPreferences.KEY_INDEXER_ID, null))) { // //$NON-NLS-1$ ^^^^^^^^^^^^^^ 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1377. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 189) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1378. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 189) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1379. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 217) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1380. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 217) target = OpenActionUtil.selectCElement(elements, fAction.getSite().getShell(), CEditorMessages.OpenDeclarationsAction_dialog_title, CEditorMessages.OpenDeclarationsAction_selectMessage, CElementBaseLabels.ALL_DEFAULT | CElementBaseLabels.ALL_FULLY_QUALIFIED | CElementBaseLabels.MF_POST_FILE_QUALIFIED, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method selectCElement(ICElement[], Shell, String, String, int, int) from the type OpenActionUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1381. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 218) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1382. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 218) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1383. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 218) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1384. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 218) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1385. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 240) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1386. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/search/actions/OpenDeclarationsJob.java (at line 240) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1387. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1388. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1389. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1390. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1391. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1392. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1393. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1394. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1395. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1396. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1397. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1398. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1399. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1400. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1401. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1402. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1403. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1404. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1405. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1406. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1407. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1408. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1409. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1410. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1411. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1412. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1413. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1414. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1415. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1416. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1417. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1418. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1419. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1420. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1421. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1422. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1423. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1424. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1425. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1426. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1427. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1428. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1429. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1430. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1431. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1432. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1433. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1434. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1435. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1436. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1437. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1438. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1439. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1440. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1441. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1442. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1443. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1444. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1445. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1446. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1447. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1448. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1449. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1450. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1451. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1452. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1453. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1454. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1455. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1456. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1457. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1458. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1459. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1460. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1461. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1462. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1463. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1464. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1465. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1466. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1467. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1468. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1469. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1470. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1471. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1472. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1473. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1474. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1475. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1476. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1477. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1478. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 120) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1479. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 143) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1480. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 143) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1481. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 164) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1482. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 169) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1483. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 218) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1484. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 218) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1485. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 247) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1486. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 247) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1487. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 279) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1488. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 286) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1489. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 286) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1490. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 286) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1491. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 287) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1492. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 288) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1493. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 289) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1494. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 289) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1495. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 353) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1496. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 404) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1497. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 404) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1498. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 406) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1499. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 406) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1500. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 408) CElementLabels.getTextLabel(elem, CElementBaseLabels.ALL_FULLY_QUALIFIED | CElementBaseLabels.M_PARAMETER_TYPES) ^^^^^^^^^^^^^^ Discouraged access: The type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1501. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 408) CElementLabels.getTextLabel(elem, CElementBaseLabels.ALL_FULLY_QUALIFIED | CElementBaseLabels.M_PARAMETER_TYPES) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getTextLabel(Object, int) from the type CElementLabels is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1502. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 410) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1503. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 410) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1504. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 453) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1505. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 453) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1506. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 458) fMemberLabelProvider= new CUILabelProvider(MEMBER_LABEL_OPTIONS_SIMPLE, MEMBER_ICON_OPTIONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CUILabelProvider(int, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1507. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 458) fMemberLabelProvider= new CUILabelProvider(MEMBER_LABEL_OPTIONS_SIMPLE, MEMBER_ICON_OPTIONS); ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1508. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 551) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1509. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 580) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1510. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 591) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1511. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 591) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1512. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 597) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1513. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 597) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1514. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 597) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1515. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 597) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1516. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 597) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1517. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 597) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1518. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 599) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1519. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 599) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1520. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 605) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1521. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 605) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1522. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 605) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1523. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 605) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1524. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 605) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1525. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 605) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1526. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 607) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1527. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 607) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1528. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 613) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1529. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 613) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1530. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 613) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1531. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 613) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1532. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 613) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1533. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 613) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1534. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 615) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1535. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 615) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1536. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 621) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1537. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 621) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1538. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 621) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1539. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 621) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1540. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 621) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1541. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 621) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1542. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 623) fShowTypeHierarchyAction= new Action(Messages.THViewPart_CompleteTypeHierarchy, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1543. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 623) fShowTypeHierarchyAction= new Action(Messages.THViewPart_CompleteTypeHierarchy, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THViewPart_CompleteTypeHierarchy from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1544. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 631) fShowTypeHierarchyAction.setToolTipText(Messages.THViewPart_CompleteTypeHierarchy_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1545. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 631) fShowTypeHierarchyAction.setToolTipText(Messages.THViewPart_CompleteTypeHierarchy_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THViewPart_CompleteTypeHierarchy_tooltip from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1546. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 632) CPluginImages.setImageDescriptors(fShowTypeHierarchyAction, CPluginImages.T_LCL, CPluginImages.IMG_LCL_TYPE_HIERARCHY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1547. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 632) CPluginImages.setImageDescriptors(fShowTypeHierarchyAction, CPluginImages.T_LCL, CPluginImages.IMG_LCL_TYPE_HIERARCHY); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1548. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 632) CPluginImages.setImageDescriptors(fShowTypeHierarchyAction, CPluginImages.T_LCL, CPluginImages.IMG_LCL_TYPE_HIERARCHY); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1549. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 632) CPluginImages.setImageDescriptors(fShowTypeHierarchyAction, CPluginImages.T_LCL, CPluginImages.IMG_LCL_TYPE_HIERARCHY); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1550. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 632) CPluginImages.setImageDescriptors(fShowTypeHierarchyAction, CPluginImages.T_LCL, CPluginImages.IMG_LCL_TYPE_HIERARCHY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1551. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 632) CPluginImages.setImageDescriptors(fShowTypeHierarchyAction, CPluginImages.T_LCL, CPluginImages.IMG_LCL_TYPE_HIERARCHY); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_LCL_TYPE_HIERARCHY from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1552. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 634) fShowSubTypeHierarchyAction= new Action(Messages.THViewPart_SubtypeHierarchy, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1553. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 634) fShowSubTypeHierarchyAction= new Action(Messages.THViewPart_SubtypeHierarchy, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THViewPart_SubtypeHierarchy from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1554. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 642) fShowSubTypeHierarchyAction.setToolTipText(Messages.THViewPart_SubtypeHierarchy_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1555. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 642) fShowSubTypeHierarchyAction.setToolTipText(Messages.THViewPart_SubtypeHierarchy_tooltip); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THViewPart_SubtypeHierarchy_tooltip from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1556. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 643) CPluginImages.setImageDescriptors(fShowSubTypeHierarchyAction, CPluginImages.T_LCL, CPluginImages.IMG_LCL_SUB_TYPE_HIERARCHY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageDescriptors(IAction, String, String) from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1557. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 643) CPluginImages.setImageDescriptors(fShowSubTypeHierarchyAction, CPluginImages.T_LCL, CPluginImages.IMG_LCL_SUB_TYPE_HIERARCHY); ^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1558. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 643) CPluginImages.setImageDescriptors(fShowSubTypeHierarchyAction, CPluginImages.T_LCL, CPluginImages.IMG_LCL_SUB_TYPE_HIERARCHY); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1559. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 643) CPluginImages.setImageDescriptors(fShowSubTypeHierarchyAction, CPluginImages.T_LCL, CPluginImages.IMG_LCL_SUB_TYPE_HIERARCHY); ^^^^^ Discouraged access: The field T_LCL from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1560. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 643) CPluginImages.setImageDescriptors(fShowSubTypeHierarchyAction, CPluginImages.T_LCL, CPluginImages.IMG_LCL_SUB_TYPE_HIERARCHY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1561. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 643) CPluginImages.setImageDescriptors(fShowSubTypeHierarchyAction, CPluginImages.T_LCL, CPluginImages.IMG_LCL_SUB_TYPE_HIERARCHY); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field IMG_LCL_SUB_TYPE_HIERARCHY from the type CPluginImages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1562. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/RemoteTHViewPart.java (at line 645) fShowSuperTypeHierarchyAction= new Action(Messages.THViewPart_SupertypeHierarchy, IAction.AS_RADIO_BUTTON) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THViewPart_SupertypeHierarchy from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1563. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1564. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1565. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1566. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1567. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1568. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1569. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1570. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1571. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1572. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1573. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1574. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1575. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1576. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 29) import org.eclipse.cdt.internal.ui.typehierarchy.ITHModelPresenter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ITHModelPresenter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1577. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 30) import org.eclipse.cdt.internal.ui.typehierarchy.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1578. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 31) import org.eclipse.cdt.internal.ui.typehierarchy.THNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1579. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 32) import org.eclipse.cdt.internal.ui.typehierarchy.THSchedulingRule; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type THSchedulingRule is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1580. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 33) import org.eclipse.cdt.internal.ui.viewsupport.IndexUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type IndexUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1581. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 34) import org.eclipse.cdt.internal.ui.viewsupport.WorkingSetFilterUI; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1582. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 62) super(Messages.THHierarchyModel_Job_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1583. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 62) super(Messages.THHierarchyModel_Job_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THHierarchyModel_Job_title from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1584. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 77) private static final ISchedulingRule RULE = new THSchedulingRule(); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor THSchedulingRule() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1585. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 77) private static final ISchedulingRule RULE = new THSchedulingRule(); ^^^^^^^^^^^^^^^^ Discouraged access: The type THSchedulingRule is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1586. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 85) private THNode[] fRootNodes; ^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1587. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 86) private THNode fSelectedTypeNode; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1588. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 93) private ITHModelPresenter fView; ^^^^^^^^^^^^^^^^^ Discouraged access: The type ITHModelPresenter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1589. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 94) private WorkingSetFilterUI fFilter; ^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1590. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 96) public THHierarchyModel(ITHModelPresenter view, Display display) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type ITHModelPresenter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1591. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 131) public void setWorkingSetFilter(WorkingSetFilterUI filterUI) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type WorkingSetFilterUI is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1592. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 152) IWorkbenchSiteProgressService ps= fView.getProgressService(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getProgressService() from the type ITHModelPresenter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1593. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 206) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1594. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 206) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1595. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 207) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1596. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 207) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1597. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 208) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1598. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 208) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1599. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 228) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1600. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 234) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1601. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 235) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1602. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 244) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1603. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 245) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1604. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 250) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1605. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 254) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1606. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 261) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1607. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 263) THNode node = rootNodes[i]; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1608. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 264) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1609. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 268) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1610. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 268) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1611. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 269) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1612. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 269) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1613. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 277) private void findSelection(THNode[] seachme, THNode[] result) { ^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1614. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 277) private void findSelection(THNode[] seachme, THNode[] result) { ^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1615. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 286) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1616. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 286) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1617. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 287) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1618. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 292) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1619. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 296) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1620. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 296) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1621. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 304) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1622. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 327) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1623. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 327) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1624. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 329) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1625. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 329) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1626. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 329) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1627. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 330) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1628. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 331) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1629. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 344) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1630. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 344) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1631. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 344) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1632. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 347) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1633. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 347) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1634. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 347) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1635. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 363) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1636. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 374) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1637. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 378) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1638. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 381) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1639. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 389) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1640. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 409) THNode node = fRootNodes[i]; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1641. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 415) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1642. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 416) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1643. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 416) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1644. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 417) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1645. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 417) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1646. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHierarchyModel.java (at line 419) THNode child = children[i]; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1647. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1648. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryAction.java (at line 26) import org.eclipse.cdt.internal.ui.viewsupport.CElementImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1649. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1650. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1651. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1652. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1653. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1654. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1655. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1656. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1657. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1658. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1659. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1660. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1661. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1662. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1663. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1664. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1665. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1666. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1667. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1668. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1669. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1670. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1671. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1672. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 49) private ListDialogField fHistoryList; ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1673. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 56) setTitle(Messages.THHistoryListAction_HistoryList_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1674. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 56) setTitle(Messages.THHistoryListAction_HistoryList_title); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THHistoryListAction_HistoryList_title from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1675. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 58) Messages.THHistoryListAction_Remove, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1676. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 58) Messages.THHistoryListAction_Remove, ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THHistoryListAction_Remove from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1677. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 61) IListAdapter adapter= new IListAdapter() { ^^^^^^^^^^^^ Discouraged access: The type IListAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1678. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 61) IListAdapter adapter= new IListAdapter() { ^^^^^^^^^^^^ Discouraged access: The type IListAdapter is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1679. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 62) public void customButtonPressed(ListDialogField field, int index) { ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1680. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 65) public void selectionChanged(ListDialogField field) { ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1681. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 69) public void doubleClicked(ListDialogField field) { ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1682. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 74) LabelProvider labelProvider= new CUILabelProvider(THHistoryAction.LABEL_OPTIONS, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CUILabelProvider(int, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1683. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 74) LabelProvider labelProvider= new CUILabelProvider(THHistoryAction.LABEL_OPTIONS, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1684. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 74) LabelProvider labelProvider= new CUILabelProvider(THHistoryAction.LABEL_OPTIONS, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1685. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 74) LabelProvider labelProvider= new CUILabelProvider(THHistoryAction.LABEL_OPTIONS, CElementImageProvider.OVERLAY_ICONS); ^^^^^^^^^^^^^ Discouraged access: The field OVERLAY_ICONS from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1686. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 76) fHistoryList= new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ListDialogField(IListAdapter, String[], IBaseLabelProvider) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1687. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 76) fHistoryList= new ListDialogField(adapter, buttonLabels, labelProvider); ^^^^^^^^^^^^^^^ Discouraged access: The type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1688. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 77) fHistoryList.setLabelText(Messages.THHistoryListAction_HistoryList_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setLabelText(String) from the type DialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1689. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 77) fHistoryList.setLabelText(Messages.THHistoryListAction_HistoryList_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1690. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 77) fHistoryList.setLabelText(Messages.THHistoryListAction_HistoryList_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THHistoryListAction_HistoryList_label from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1691. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 78) fHistoryList.setElements(Arrays.asList(historyEntries)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setElements(List) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1692. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 87) fHistoryList.selectElements(sel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method selectElements(ISelection) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1693. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 105) LayoutUtil.doDefaultLayout(inner, new DialogField[] { fHistoryList }, true, 0, 0); ^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1694. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 105) LayoutUtil.doDefaultLayout(inner, new DialogField[] { fHistoryList }, true, 0, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method doDefaultLayout(Composite, DialogField[], boolean, int, int) from the type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1695. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 105) LayoutUtil.doDefaultLayout(inner, new DialogField[] { fHistoryList }, true, 0, 0); ^^^^^^^^^^^ Discouraged access: The type DialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1696. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 106) LayoutUtil.setHeightHint(fHistoryList.getListControl(null), convertHeightInCharsToPixels(12)); ^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1697. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 106) LayoutUtil.setHeightHint(fHistoryList.getListControl(null), convertHeightInCharsToPixels(12)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setHeightHint(Control, int) from the type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1698. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 106) LayoutUtil.setHeightHint(fHistoryList.getListControl(null), convertHeightInCharsToPixels(12)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getListControl(Composite) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1699. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 107) LayoutUtil.setHorizontalGrabbing(fHistoryList.getListControl(null)); ^^^^^^^^^^ Discouraged access: The type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1700. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 107) LayoutUtil.setHorizontalGrabbing(fHistoryList.getListControl(null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setHorizontalGrabbing(Control) from the type LayoutUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1701. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 107) LayoutUtil.setHorizontalGrabbing(fHistoryList.getListControl(null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getListControl(Composite) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1702. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 117) fHistoryList.removeElements(fHistoryList.getSelectedElements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method removeElements(List) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1703. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 117) fHistoryList.removeElements(fHistoryList.getSelectedElements()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSelectedElements() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1704. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 128) StatusInfo status= new StatusInfo(); ^^^^^^^^^^ Discouraged access: The type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1705. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 128) StatusInfo status= new StatusInfo(); ^^^^^^^^^^^^^^^^ Discouraged access: The constructor StatusInfo() is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1706. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 128) StatusInfo status= new StatusInfo(); ^^^^^^^^^^ Discouraged access: The type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1707. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 129) List selected= fHistoryList.getSelectedElements(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSelectedElements() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1708. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 131) status.setError(""); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setError(String) from the type StatusInfo is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1709. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 136) fHistoryList.enableButton(0, fHistoryList.getSize() > selected.size() && selected.size() != 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method enableButton(int, boolean) from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1710. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 136) fHistoryList.enableButton(0, fHistoryList.getSize() > selected.size() && selected.size() != 0); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getSize() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1711. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 146) List elems= fHistoryList.getElements(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getElements() from the type ListDialogField is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1712. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 174) setText(Messages.THHistoryListAction_label); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1713. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THHistoryListAction.java (at line 174) setText(Messages.THHistoryListAction_label); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field THHistoryListAction_label from the type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1714. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 25) import org.eclipse.cdt.internal.ui.typehierarchy.THNode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1715. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1716. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 27) import org.eclipse.cdt.internal.ui.viewsupport.CUILabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1717. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 28) import org.eclipse.cdt.internal.ui.viewsupport.ImageImageDescriptor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ImageImageDescriptor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1718. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 43) private CUILabelProvider fCLabelProvider= new CUILabelProvider(LABEL_OPTIONS_SIMPLE, 0); ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1719. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 43) private CUILabelProvider fCLabelProvider= new CUILabelProvider(LABEL_OPTIONS_SIMPLE, 0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor CUILabelProvider(int, int) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1720. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 43) private CUILabelProvider fCLabelProvider= new CUILabelProvider(LABEL_OPTIONS_SIMPLE, 0); ^^^^^^^^^^^^^^^^ Discouraged access: The type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1721. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 57) if (element instanceof THNode) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1722. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 58) THNode node= (THNode) element; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1723. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 58) THNode node= (THNode) element; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1724. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 59) ICElement decl= node.getElement(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method getElement() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1725. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 61) if (node.isFiltered() || ^^^^^^^^^^^^^^^^^ Discouraged access: The method isFiltered() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1726. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 62) (fHideNonImplementers && !node.isImplementor())) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isImplementor() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1727. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 63) fCLabelProvider.setImageFlags(CElementImageProvider.LIGHT_TYPE_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageFlags(int) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1728. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 63) fCLabelProvider.setImageFlags(CElementImageProvider.LIGHT_TYPE_ICONS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1729. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 63) fCLabelProvider.setImageFlags(CElementImageProvider.LIGHT_TYPE_ICONS); ^^^^^^^^^^^^^^^^ Discouraged access: The field LIGHT_TYPE_ICONS from the type CElementImageProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1730. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 65) Image image= fCLabelProvider.getImage(decl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getImage(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1731. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 66) fCLabelProvider.setImageFlags(0); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setImageFlags(int) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1732. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 73) return fCLabelProvider.getImage(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getImage(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1733. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 80) if (element instanceof THNode) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1734. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 81) THNode node= (THNode) element; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1735. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 81) THNode node= (THNode) element; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1736. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 82) ICElement decl= node.getElement(); ^^^^^^^^^^^^^^^^^ Discouraged access: The method getElement() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1737. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 84) String label= fCLabelProvider.getText(decl); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getText(Object) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1738. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 93) fCLabelProvider.dispose(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method dispose() from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1739. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 102) private Image decorateImage(Image image, THNode node) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1740. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 104) if (node.hasChildren()) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The method hasChildren() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1741. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 112) if (fMarkImplementers && node.isImplementor()) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method isImplementor() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1742. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 120) new ImageImageDescriptor(image), flags, new Point(20,16)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor ImageImageDescriptor(Image) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1743. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 120) new ImageImageDescriptor(image), flags, new Point(20,16)); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type ImageImageDescriptor is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1744. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 132) if (element instanceof THNode) { ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1745. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 133) THNode node= (THNode) element; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1746. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 133) THNode node= (THNode) element; ^^^^^^ Discouraged access: The type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1747. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 134) if (node.isFiltered()) { ^^^^^^^^^^^^^^^^^ Discouraged access: The method isFiltered() from the type THNode is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1748. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/internal/rdt/ui/typehierarchy/THLabelProvider.java (at line 142) fCLabelProvider.setTextFlags(show ? LABEL_OPTIONS_SHOW_FILES : LABEL_OPTIONS_SIMPLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method setTextFlags(int) from the type CUILabelProvider is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1749. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1750. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1751. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1752. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1753. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1754. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1755. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1756. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1757. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1758. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1759. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1760. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1761. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1762. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1763. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1764. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1765. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1766. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1767. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1768. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1769. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1770. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1771. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1772. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1773. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1774. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.ui.editors_3.6.1.r361_v20100825-0800.jar ---------- 1775. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.ui.editors_3.6.1.r361_v20100825-0800.jar ---------- 1776. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.ui.editors_3.6.1.r361_v20100825-0800.jar ---------- 1777. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.ui.editors_3.6.1.r361_v20100825-0800.jar ---------- 1778. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.ui.editors_3.6.1.r361_v20100825-0800.jar ---------- 1779. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1780. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1781. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1782. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1783. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- ---------- 1784. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1785. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1786. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1787. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1788. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1789. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1790. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/properties/RemoteEnvironmentTab.java (at line 88) boolean changed; ^^^^^^^ The field RemoteEnvironmentTab.TabData.changed is never read locally ---------- 1791. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 1792. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1793. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1794. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 1795. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1796. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1797. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1798. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 1799. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/serviceproviders/NullBuildServiceProvider.java (at line 19) import org.eclipse.ui.IMemento; ^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IMemento is never used ---------- ---------- 1800. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/serviceproviders/NullCIndexServiceProvider.java (at line 38) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1801. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/serviceproviders/NullCIndexServiceProvider.java (at line 226) public OpenDeclarationResult openDeclaration(ITextEditor editor, String selectedText, ^^^^^^^^^^^^^^^^^^^^^ 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- ---------- 1802. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 1803. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 1804. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 1805. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 1806. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 30) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1807. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 53) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1808. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 54) import org.eclipse.ptp.internal.rdt.core.RemoteProjectResourcesUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteProjectResourcesUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1809. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 55) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1810. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1811. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 206) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1812. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 228) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1813. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 228) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1814. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 341) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1815. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 341) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1816. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 343) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1817. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 343) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1818. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 345) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1819. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 345) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1820. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 413) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1821. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 438) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1822. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 438) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1823. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 533) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1824. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 533) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1825. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 729) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1826. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 734) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1827. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 734) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1828. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 735) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1829. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 850) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1830. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 850) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1831. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 976) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1832. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 976) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1833. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 988) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1834. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 988) 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_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1835. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 1104) final List cElements = RemoteProjectResourcesUtil.getCElements(project); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type RemoteProjectResourcesUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- 1836. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/subsystems/RSECIndexSubsystem.java (at line 1104) final List cElements = RemoteProjectResourcesUtil.getCElements(project); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getCElements(IProject) from the type RemoteProjectResourcesUtil is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.core/@dot ---------- ---------- 1837. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.ui.ide_3.6.2.M20101201-0800.jar ---------- 1838. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.ui.ide_3.6.2.M20101201-0800.jar ---------- 1839. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.ui.ide_3.6.2.M20101201-0800.jar ---------- ---------- 1840. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 1841. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar ---------- 1842. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar ---------- ---------- 1843. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.ui.ide_3.6.2.M20101201-0800.jar ---------- 1844. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.ui.ide_3.6.2.M20101201-0800.jar ---------- 1845. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.ui.ide_3.6.2.M20101201-0800.jar ---------- 1846. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.ui.ide_3.6.2.M20101201-0800.jar ---------- 1847. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.ui.ide_3.6.2.M20101201-0800.jar ---------- 1848. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.ui.ide_3.6.2.M20101201-0800.jar ---------- 1849. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.ui.ide_3.6.2.M20101201-0800.jar ---------- 1850. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 1851. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.ui.ide_3.6.2.M20101201-0800.jar ---------- 1852. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.ui.ide_3.6.2.M20101201-0800.jar ---------- 1853. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.ui.ide_3.6.2.M20101201-0800.jar ---------- 1854. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.ui.ide_3.6.2.M20101201-0800.jar ---------- 1855. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.ui.ide_3.6.2.M20101201-0800.jar ---------- 1856. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.ui.ide_3.6.2.M20101201-0800.jar ---------- ---------- 1857. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 field NewRemoteProjectWizard.PREFIX is never read locally ---------- ---------- 1858. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RSECIndexServiceProviderContributer.java (at line 177) private IConnectorService getDStoreConnectorService(IHost host) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getDStoreConnectorService(IHost) from the type RSECIndexServiceProviderContributer is never used locally ---------- ---------- 1859. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 1860. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1861. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1862. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1863. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.rse.connectorservice.dstore_3.1.100.v201005281600.jar ---------- 1864. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1865. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.rse.connectorservice.dstore_3.1.100.v201005281600.jar ---------- 1866. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1867. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1868. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1869. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1870. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1871. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1872. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1873. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteCommonProjectWizard.java (at line 581) private static Object getMBSProperty(String propertyId) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getMBSProperty(String) from the type RemoteCommonProjectWizard is never used locally ---------- ---------- 1874. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1875. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1876. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1877. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1878. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1879. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1880. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1881. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1882. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1883. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 field RemoteMainWizardPage.defaultConfig is never read locally ---------- 1884. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 1885. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 1886. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 1887. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 16) import org.eclipse.cdt.core.settings.model.ICConfigurationDescription; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.core.settings.model.ICConfigurationDescription is never used ---------- 1888. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1889. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1890. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 1891. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 1892. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 1893. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 1894. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 34) import org.eclipse.cdt.utils.envvar.StorableEnvironment; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.utils.envvar.StorableEnvironment is never used ---------- 1895. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 60) private static final UserDefinedEnvironmentSupplier fUserSupplier = EnvironmentVariableManager.fUserSupplier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type UserDefinedEnvironmentSupplier is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1896. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 60) private static final UserDefinedEnvironmentSupplier fUserSupplier = EnvironmentVariableManager.fUserSupplier; ^^^^^^^^^^^^^ The field RemoteMakefileWizardHandler.fUserSupplier is never read locally ---------- 1897. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 60) private static final UserDefinedEnvironmentSupplier fUserSupplier = EnvironmentVariableManager.fUserSupplier; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type EnvironmentVariableManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1898. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 60) private static final UserDefinedEnvironmentSupplier fUserSupplier = EnvironmentVariableManager.fUserSupplier; ^^^^^^^^^^^^^ Discouraged access: The field fUserSupplier from the type EnvironmentVariableManager is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1899. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 77) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 1900. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 78) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 1901. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 78) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 1902. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 78) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 1903. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 79) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 1904. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 85) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 1905. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 85) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 1906. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 86) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 1907. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 86) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 1908. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 86) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 1909. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 86) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 1910. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 87) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 1911. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 92) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 1912. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 92) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 1913. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 93) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 1914. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 100) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- 1915. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteMakefileWizardHandler.java (at line 101) 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_4_1/results/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_7.0.2.201107262132.jar ---------- ---------- 1916. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteProjectContentsLocationArea.java (at line 45) 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_4_1/results/eclipse/plugins/org.eclipse.ui.ide_3.6.2.M20101201-0800.jar ---------- 1917. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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.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_4_1/results/eclipse/plugins/org.eclipse.ui.ide_3.6.2.M20101201-0800.jar ---------- 1918. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteProjectContentsLocationArea.java (at line 100) 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_4_1/results/eclipse/plugins/org.eclipse.ui.ide_3.6.2.M20101201-0800.jar ---------- 1919. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteProjectContentsLocationArea.java (at line 100) 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_4_1/results/eclipse/plugins/org.eclipse.ui.ide_3.6.2.M20101201-0800.jar ---------- 1920. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteProjectContentsLocationArea.java (at line 135) 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_4_1/results/eclipse/plugins/org.eclipse.ui.ide_3.6.2.M20101201-0800.jar ---------- 1921. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteProjectContentsLocationArea.java (at line 135) 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_4_1/results/eclipse/plugins/org.eclipse.ui.ide_3.6.2.M20101201-0800.jar ---------- 1922. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteProjectContentsLocationArea.java (at line 140) 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_4_1/results/eclipse/plugins/org.eclipse.ui.ide_3.6.2.M20101201-0800.jar ---------- 1923. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteProjectContentsLocationArea.java (at line 140) 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_4_1/results/eclipse/plugins/org.eclipse.ui.ide_3.6.2.M20101201-0800.jar ---------- 1924. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteProjectContentsLocationArea.java (at line 146) 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_4_1/results/eclipse/plugins/org.eclipse.ui.ide_3.6.2.M20101201-0800.jar ---------- 1925. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rdt.ui/src/org/eclipse/ptp/rdt/ui/wizards/RemoteProjectContentsLocationArea.java (at line 146) 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_4_1/results/eclipse/plugins/org.eclipse.ui.ide_3.6.2.M20101201-0800.jar ---------- ---------- 1926. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1927. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1928. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.rse.connectorservice.dstore_3.1.100.v201005281600.jar ---------- 1929. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1930. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.ui_5.2.2.201107262132.jar ---------- 1931. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.rse.connectorservice.dstore_3.1.100.v201005281600.jar ---------- 1932. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1933. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1934. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1935. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 1935 problems (1935 warnings)[295 .class files generated] # 7/29/11 2:53:37 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. [4 .class files generated] # 7/29/11 2:52:48 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. [39 .class files generated] # 7/29/11 2:52:59 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. [19 .class files generated] # 7/29/11 2:53:27 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remote.remotetools.ui/src/org/eclipse/ptp/remote/remotetools/ui/environment/ConfigurationPage.java (at line 44) public ConfigurationPage(String targetName, Map attributesMap) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remote.remotetools.ui/src/org/eclipse/ptp/remote/remotetools/ui/environment/ConfigurationPage.java (at line 53) configFactory = new ConfigFactory(attributesMap); ^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remote.remotetools.ui/src/org/eclipse/ptp/remote/remotetools/ui/environment/ConfigurationPage.java (at line 133) Map cipherMap = PTPTargetControl.getCipherTypesMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remote.remotetools.ui/src/org/eclipse/ptp/remote/remotetools/ui/environment/ConfigurationPage.java (at line 134) Set cKeySet = cipherMap.keySet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remote.remotetools.ui/src/org/eclipse/ptp/remote/remotetools/ui/environment/ConfigurationPage.java (at line 136) for(Iterator it = cKeySet.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remote.remotetools.ui/src/org/eclipse/ptp/remote/remotetools/ui/environment/ConfigurationPage.java (at line 187) public Map getAttributes() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 6 problems (6 warnings)[17 .class files generated] # 7/29/11 2:53:20 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.ptp.remote.rse.core/src/org/eclipse/ptp/internal/remote/rse/core/SpawnerSubsystem.java (at line 115) @SuppressWarnings("restriction") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("restriction") ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 field CommandMinerThread.PSEUDO_TERMINAL is never read locally ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 local variable isBash is never read ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 local variable suCommand is never read ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 local variable didLogin is never read ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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") ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/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 ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/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 ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 37. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/SpawnerMiner.java (at line 13) import java.io.BufferedReader; ^^^^^^^^^^^^^^^^^^^^^^ The import java.io.BufferedReader is never used ---------- 38. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/SpawnerMiner.java (at line 14) import java.io.BufferedWriter; ^^^^^^^^^^^^^^^^^^^^^^ The import java.io.BufferedWriter is never used ---------- 39. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/SpawnerMiner.java (at line 15) import java.io.DataInputStream; ^^^^^^^^^^^^^^^^^^^^^^^ The import java.io.DataInputStream is never used ---------- 40. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/SpawnerMiner.java (at line 18) import java.io.InputStream; ^^^^^^^^^^^^^^^^^^^ The import java.io.InputStream is never used ---------- 41. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/SpawnerMiner.java (at line 19) import java.io.InputStreamReader; ^^^^^^^^^^^^^^^^^^^^^^^^^ The import java.io.InputStreamReader is never used ---------- 42. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/SpawnerMiner.java (at line 20) import java.io.OutputStream; ^^^^^^^^^^^^^^^^^^^^ The import java.io.OutputStream is never used ---------- 43. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/SpawnerMiner.java (at line 21) import java.io.OutputStreamWriter; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The import java.io.OutputStreamWriter is never used ---------- 44. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/SpawnerMiner.java (at line 22) import java.io.UnsupportedEncodingException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import java.io.UnsupportedEncodingException is never used ---------- 45. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/SpawnerMiner.java (at line 23) import java.util.ArrayList; ^^^^^^^^^^^^^^^^^^^ The import java.util.ArrayList is never used ---------- 46. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/SpawnerMiner.java (at line 25) import java.util.List; ^^^^^^^^^^^^^^ The import java.util.List is never used ---------- 47. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/SpawnerMiner.java (at line 29) import org.eclipse.cdt.utils.spawner.Spawner; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.cdt.utils.spawner.Spawner is never used ---------- 48. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/SpawnerMiner.java (at line 35) import org.eclipse.rse.dstore.universal.miners.CommandMiner; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.rse.dstore.universal.miners.CommandMiner is never used ---------- 49. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/SpawnerMiner.java (at line 37) import org.eclipse.rse.internal.dstore.universal.miners.command.patterns.Patterns; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type Patterns is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.rse.services.dstore_3.1.102.R32x_v201102011435.jar ---------- 50. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remote.rse.core/miners/org/eclipse/ptp/internal/remote/rse/core/miners/SpawnerMiner.java (at line 106) private final class WaitThread extends Thread { ^^^^^^^^^^ The type SpawnerMiner.WaitThread is never used locally ---------- 50 problems (50 warnings)[20 .class files generated] # 7/29/11 2:53:41 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. [9 .class files generated] # 7/29/11 2:53:26 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. [33 .class files generated] # 7/29/11 2:52:53 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/RemotetoolsPlugin.java (at line 112) public static Map getCipherTypesMap() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/RemotetoolsPlugin.java (at line 113) HashMap map = new HashMap(CipherTypes.getCipherTypesMap()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/RemotetoolsPlugin.java (at line 113) HashMap map = new HashMap(CipherTypes.getCipherTypesMap()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashMap(Map) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/RemotetoolsPlugin.java (at line 113) HashMap map = new HashMap(CipherTypes.getCipherTypesMap()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/core/IRemoteExecutionTools.java (at line 14) import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/core/IRemoteStatusTools.java (at line 18) import org.eclipse.ptp.remotetools.exception.RemoteExecutionException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.remotetools.exception.RemoteExecutionException is never used ---------- ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/CipherTypes.java (at line 51) private static Map cipherTypesMap = null; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/CipherTypes.java (at line 58) private static Map createCipherTypesMap() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/CipherTypes.java (at line 60) List fieldList = new ArrayList(Arrays.asList(fields)); ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/CipherTypes.java (at line 60) List fieldList = new ArrayList(Arrays.asList(fields)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/CipherTypes.java (at line 60) List fieldList = new ArrayList(Arrays.asList(fields)); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/CipherTypes.java (at line 62) Map cipherMap = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/CipherTypes.java (at line 62) Map cipherMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/CipherTypes.java (at line 65) for(Iterator it = fieldList.iterator(); it.hasNext(); ) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/CipherTypes.java (at line 76) cipherMap.put(ciphField.get(null), nameCiphField.get(null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/CipherTypes.java (at line 108) static public Map getCipherTypesMap() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/FileTools.java (at line 956) private boolean checkOSName(String name) { ^^^^^^^^^^^^^^^^^^^^^^^^ The method checkOSName(String) from the type FileTools is never used locally ---------- ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/StatusTools.java (at line 156) private static int PASSWD_HOMEDIR_FIELD = 5; ^^^^^^^^^^^^^^^^^^^^ The field StatusTools.PASSWD_HOMEDIR_FIELD is never read locally ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.core/src/org/eclipse/ptp/remotetools/internal/ssh/StatusTools.java (at line 183) private Set getGroupIDSet_CatBased() throws RemoteConnectionException, RemoteOperationException, CancelException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getGroupIDSet_CatBased() from the type StatusTools is never used locally ---------- 21 problems (21 warnings)[82 .class files generated] # 7/29/11 2:52:57 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/EnvironmentPlugin.java (at line 117) @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/EnvironmentPlugin.java (at line 118) public synchronized void destroyTypeElements(Class extensionClass) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/control/PoolingTargetControlEventProvider.java (at line 36) private Map controls = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/control/PoolingTargetControlEventProvider.java (at line 36) private Map controls = 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_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/control/PoolingTargetControlEventProvider.java (at line 47) Iterator ctrls = controls.keySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/control/PoolingTargetControlEventProvider.java (at line 57) controls.put(control,info); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/control/PoolingTargetControlEventProvider.java (at line 90) controls.put (control, new TargetInfo(listener,ITargetStatus.STOPPED)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/control/SSHTargetControl.java (at line 73) public static Map getCipherTypesMap() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/control/SSHTargetControl.java (at line 78) HashMap cipherTypesMap = new HashMap(RemotetoolsPlugin.getCipherTypesMap()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/control/SSHTargetControl.java (at line 78) HashMap cipherTypesMap = new HashMap(RemotetoolsPlugin.getCipherTypesMap()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashMap(Map) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/control/SSHTargetControl.java (at line 78) HashMap cipherTypesMap = new HashMap(RemotetoolsPlugin.getCipherTypesMap()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/wizard/AbstractEnvironmentDialogPage.java (at line 54) abstract public Map getAttributes(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/wizard/EnvironmentWizard.java (at line 80) Map attributes = page.getAttributes(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/wizard/EnvironmentWizard.java (at line 87) typeElement.addElement(new TargetElement(typeElement, page.getName(), attributes, id)); ^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/environment/wizard/EnvironmentWizard.java (at line 89) targetElement.setAttributes(attributes); ^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/AttributeVerification.java (at line 265) public IStatus createResultStatus(List errors) { ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/AttributeVerification.java (at line 269) List oldList = errors; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/AttributeVerification.java (at line 270) errors = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/AttributeVerification.java (at line 271) Iterator iterator = oldList.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/AttributeVerification.java (at line 275) errors.add(object); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/AttributeVerification.java (at line 286) Iterator iterator2 = errors.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/ControlAttributes.java (at line 22) Map currentMap = null; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/ControlAttributes.java (at line 24) Map defaultMap = null; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/ControlAttributes.java (at line 27) public ControlAttributes(Map config) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/ControlAttributes.java (at line 30) this.defaultMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/ControlAttributes.java (at line 34) public ControlAttributes(Map currentMap, Map defaultMap) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/ControlAttributes.java (at line 34) public ControlAttributes(Map currentMap, Map defaultMap) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/ControlAttributes.java (at line 64) newObject.currentMap = new HashMap(currentMap); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashMap(Map) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/ControlAttributes.java (at line 64) newObject.currentMap = new HashMap(currentMap); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/ControlAttributes.java (at line 67) newObject.defaultMap = new HashMap(defaultMap); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashMap(Map) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/ControlAttributes.java (at line 67) newObject.defaultMap = new HashMap(defaultMap); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/ControlAttributes.java (at line 339) currentMap.put(attributeKey, value); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.core/src/org/eclipse/ptp/remotetools/utils/verification/IllegalAttributeException.java (at line 14) public class IllegalAttributeException extends Exception { ^^^^^^^^^^^^^^^^^^^^^^^^^ The serializable class IllegalAttributeException does not declare a static final serialVersionUID field of type long ---------- 36 problems (36 warnings)[39 .class files generated] # 7/29/11 3:02:42 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 35) Map currentMap = null; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 36) Map defaultMap = null; ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 67) public ConfigFactory(Map newMap) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 72) currentMap = new HashMap(newMap); ^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashMap(Map) belongs to the raw type HashMap. References to generic type HashMap should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 72) currentMap = new HashMap(newMap); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 77) public Map getMap() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 86) defaultMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 87) defaultMap.put(ATTR_LOCALHOST_SELECTION, DefaultValues.LOCALHOST_SELECTION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 88) defaultMap.put(ATTR_LOGIN_USERNAME, DefaultValues.LOGIN_USERNAME); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 89) defaultMap.put(ATTR_LOGIN_PASSWORD, DefaultValues.LOGIN_PASSWORD); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 90) defaultMap.put(ATTR_CONNECTION_PORT, DefaultValues.CONNECTION_PORT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 91) defaultMap.put(ATTR_CONNECTION_ADDRESS, DefaultValues.CONNECTION_ADDRESS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 92) defaultMap.put(ATTR_KEY_PATH, DefaultValues.KEY_PATH); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 93) defaultMap.put(ATTR_KEY_PASSPHRASE, DefaultValues.KEY_PASSPHRASE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 94) defaultMap.put(ATTR_IS_PASSWORD_AUTH, DefaultValues.IS_PASSWORD_AUTH); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 95) defaultMap.put(ATTR_CONNECTION_TIMEOUT, DefaultValues.CONNECTION_TIMEOUT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 96) defaultMap.put(ATTR_SYSTEM_WORKSPACE, DefaultValues.SYSTEM_WORKSPACE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 97) defaultMap.put(ATTR_CIPHER_TYPE, TargetControl.DEFAULT_CIPHER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 101) currentMap = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 103) currentMap.put(ATTR_LOGIN_USERNAME, store.getString(ATTR_LOGIN_USERNAME)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 104) currentMap.put(ATTR_CONNECTION_ADDRESS, store.getString(ATTR_CONNECTION_ADDRESS)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 105) currentMap.put(ATTR_CONNECTION_PORT, store.getString(ATTR_CONNECTION_PORT)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/core/ConfigFactory.java (at line 106) currentMap.put(ATTR_SYSTEM_WORKSPACE, store.getString(ATTR_SYSTEM_WORKSPACE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized ---------- ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/ui/ConfigurationPage.java (at line 45) public ConfigurationPage(String targetName, Map attributesMap) { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/ui/ConfigurationPage.java (at line 154) Map cipherMap = TargetControl.getCipherTypesMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/ui/ConfigurationPage.java (at line 155) Set cKeySet = cipherMap.keySet(); ^^^ Set is a raw type. References to generic type Set should be parameterized ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/ui/ConfigurationPage.java (at line 157) for (Iterator it = cKeySet.iterator(); it.hasNext();) { ^^^^^^^^ 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_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.generichost/src/org/eclipse/ptp/remotetools/environment/generichost/ui/ConfigurationPage.java (at line 212) public Map getAttributes() { ^^^ Map is a raw type. References to generic type Map should be parameterized ---------- 28 problems (28 warnings)[12 .class files generated] # 7/29/11 2:53:23 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 85. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 86. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/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_4_1/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_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 90. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 91. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 92. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 93. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 94. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 95. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 96. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- 109. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/eclipse/plugins/org.eclipse.cdt.core_5.2.1.201107262132.jar ---------- ---------- 110. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/DownloadRuleDialog.java (at line 442) ArrayList list = new ArrayList(Arrays.asList(fileList.getItems())); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 111. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/DownloadRuleDialog.java (at line 442) ArrayList list = new ArrayList(Arrays.asList(fileList.getItems())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 112. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/DownloadRuleDialog.java (at line 442) ArrayList list = new ArrayList(Arrays.asList(fileList.getItems())); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 113. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/DownloadRuleDialog.java (at line 443) list.add(inputDialog.getValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 114. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/DownloadRuleDialog.java (at line 445) s = (String[]) list.toArray(s); ^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 115. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/DownloadRuleDialog.java (at line 474) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 116. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/DownloadRuleDialog.java (at line 474) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 117. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/DownloadRuleDialog.java (at line 474) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 118. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/DownloadRuleDialog.java (at line 481) items = (String[]) fileSet.toArray(items); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type AbstractCollection. References to generic type AbstractCollection should be parameterized ---------- ---------- 119. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 19) import org.eclipse.cdt.launch.internal.ui.LaunchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 120. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 20) import org.eclipse.cdt.launch.internal.ui.LaunchUIPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 121. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 72) protected ArrayList rules = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 122. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 72) protected ArrayList rules = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 123. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 284) configuration.setAttribute(IRemoteLaunchAttributes.ATTR_SYNC_RULES, new ArrayList()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 124. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 301) java.util.List list = configuration.getAttribute( ^^^^^^^^^^^^^^ List is a raw type. References to generic type List should be parameterized ---------- 125. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 303) new ArrayList()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 126. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 305) for (Iterator iter = list.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 127. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 308) rules.add(rule); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 128. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 326) setErrorMessage(LaunchMessages ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 129. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 326) setErrorMessage(LaunchMessages .getFormattedString( "Launch.common.Exception_occurred_reading_configuration_EXCEPTION", e.getStatus().getMessage())); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 130. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 329) LaunchUIPlugin.log(e); ^^^^^^^^^^^^^^ Discouraged access: The type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 131. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 329) LaunchUIPlugin.log(e); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method log(Throwable) from the type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 132. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 351) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 133. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 351) ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 134. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 352) for (Iterator iter = rules.iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 135. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 354) list.add(rule.toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 136. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 388) rules.add(newRule); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 137. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 408) rules.set(index, newRule); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(int, Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 138. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 422) HashSet set = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 139. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 422) HashSet set = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 140. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 425) set.add(rules.get(index)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 141. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/EnhancedSynchronizeTab.java (at line 427) rules.removeAll(set); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeAll(Collection) belongs to the raw type AbstractCollection. References to generic type AbstractCollection should be parameterized ---------- ---------- 142. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/LauncherExecutionTab.java (at line 17) import org.eclipse.cdt.launch.internal.ui.LaunchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 143. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/LauncherExecutionTab.java (at line 18) import org.eclipse.cdt.launch.internal.ui.LaunchUIPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 144. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/LauncherExecutionTab.java (at line 46) private ArrayList observerIDs; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 145. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/LauncherExecutionTab.java (at line 183) observerIDs = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 146. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/LauncherExecutionTab.java (at line 184) observerIDs.add(null); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 147. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/LauncherExecutionTab.java (at line 197) observerIDs.add(id); ^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 148. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/LauncherExecutionTab.java (at line 219) setErrorMessage(LaunchMessages.getFormattedString("Launch.common.Exception_occurred_reading_configuration_EXCEPTION", e.getStatus().getMessage())); //$NON-NLS-1$ ^^^^^^^^^^^^^^ Discouraged access: The type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 149. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/LauncherExecutionTab.java (at line 219) setErrorMessage(LaunchMessages.getFormattedString("Launch.common.Exception_occurred_reading_configuration_EXCEPTION", e.getStatus().getMessage())); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method getFormattedString(String, String) from the type LaunchMessages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 150. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/LauncherExecutionTab.java (at line 220) LaunchUIPlugin.log(e); ^^^^^^^^^^^^^^ Discouraged access: The type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- 151. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/LauncherExecutionTab.java (at line 220) LaunchUIPlugin.log(e); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method log(Throwable) from the type LaunchUIPlugin is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/eclipse/plugins/org.eclipse.cdt.launch_6.1.0.201107262132.jar ---------- ---------- 152. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 301) class PathIterator implements Iterator { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 153. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 302) Iterator internalIterator; ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 154. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 304) public PathIterator(Iterator internalIterator) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 155. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 312) public PathIterator(java.util.List list) { ^^^^^^^^^^^^^^ List is a raw type. References to generic type List should be parameterized ---------- 156. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 348) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 157. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 348) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 158. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 348) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 159. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 349) for (Iterator iter = new PathIterator(fileDialog.getFileNames()); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 160. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 372) fileSet.add(fullPath); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 161. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 377) items = (String[]) fileSet.toArray(items); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type AbstractCollection. References to generic type AbstractCollection should be parameterized ---------- 162. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 393) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 163. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 393) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 164. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 393) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 165. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 410) fileSet.add(fullPath); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 166. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 413) items = (String[]) fileSet.toArray(items); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type AbstractCollection. References to generic type AbstractCollection should be parameterized ---------- 167. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 437) ArrayList resourceList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 168. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 437) ArrayList resourceList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 169. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 438) for (Iterator iter = new PathIterator(fileList.getItems()); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 170. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 445) resourceList.add(resource); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 171. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 471) HashSet newFileList = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 172. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 471) HashSet newFileList = new HashSet(); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 173. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 472) for (Iterator iter = new PathIterator(fileList.getItems()); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- 174. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 477) newFileList.add(path.toOSString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 175. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 486) newFileList.add(entry); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 176. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 490) items = (String[]) newFileList.toArray(items); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type AbstractCollection. References to generic type AbstractCollection should be parameterized ---------- 177. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 502) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 178. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 502) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet should be parameterized ---------- 179. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 502) HashSet fileSet = new HashSet(Arrays.asList(fileList.getItems())); ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized ---------- 180. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.environment.launcher/src/org/eclipse/ptp/remotetools/environment/launcher/ui/UploadRuleDialog.java (at line 509) items = (String[]) fileSet.toArray(items); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type AbstractCollection. References to generic type AbstractCollection should be parameterized ---------- 180 problems (180 warnings)[85 .class files generated] # 7/29/11 2:53:19 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. [25 .class files generated] # 7/29/11 2:52:47 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.preferences/src/org/eclipse/ptp/remotetools/preferences/PreferencesPlugin.java (at line 35) private final List propertiesListeners; ^^^^ List is a raw type. References to generic type List should be parameterized ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.preferences/src/org/eclipse/ptp/remotetools/preferences/PreferencesPlugin.java (at line 44) propertiesListeners = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.preferences/src/org/eclipse/ptp/remotetools/preferences/PreferencesPlugin.java (at line 85) propertiesListeners.add(listener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.preferences/src/org/eclipse/ptp/remotetools/preferences/PreferencesPlugin.java (at line 96) Iterator i = propertiesListeners.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.remotetools.preferences/src/org/eclipse/ptp/remotetools/preferences/ui/PreferenceInitializer.java (at line 37) PreferenceConstants prefs = PreferenceConstants.getInstance(); ^^^^^ The local variable prefs is never read ---------- 5 problems (5 warnings)[16 .class files generated] # 7/29/11 2:52:40 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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] # 7/29/11 3:03:39 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. [30 .class files generated] # 7/29/11 3:04:16 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. [11 .class files generated] # 7/29/11 3:04:36 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.ptp.ui/ptpui.jar ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.ptp.ui/ptpui.jar ---------- 2 problems (2 warnings)[7 .class files generated] # 7/29/11 3:04:19 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. [8 .class files generated] # 7/29/11 2:53:40 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. [1 .class file generated] # 7/29/11 3:04:25 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/preferences/IBMLLPreferencePage.java (at line 27) import java.io.File; ^^^^^^^^^^^^ The import java.io.File is never used ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/preferences/IBMLLPreferencePage.java (at line 34) import org.eclipse.ptp.utils.ui.swt.SWTUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.utils.ui.swt.SWTUtil is never used ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/preferences/IBMLLPreferencePage.java (at line 45) import org.eclipse.swt.widgets.DirectoryDialog; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.widgets.DirectoryDialog is never used ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/preferences/IBMLLPreferencePage.java (at line 46) import org.eclipse.swt.widgets.FileDialog; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.widgets.FileDialog is never used ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/preferences/IBMLLPreferencePage.java (at line 50) import org.eclipse.swt.widgets.Text; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.widgets.Text is never used ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/preferences/IBMLLPreferencePage.java (at line 54) private EventMonitor libraryListener = null; /* validate library name */ ^^^^^^^^^^^^^^^ The field IBMLLPreferencePage.libraryListener is never read locally ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/preferences/IBMLLPreferencePage.java (at line 68) private EventMonitor templateListener = null; /* validate template file name */ ^^^^^^^^^^^^^^^^ The field IBMLLPreferencePage.templateListener is never read locally ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/preferences/IBMLLPreferencePage.java (at line 103) public void widgetModified(SelectionEvent e) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method widgetModified(SelectionEvent) from the type IBMLLPreferencePage.EventMonitor is never used locally ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/preferences/IBMLLPreferencePage.java (at line 155) Group proxyLibraryGroup = null; ^^^^^^^^^^^^^^^^^ The local variable proxyLibraryGroup is never read ---------- ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 field CheckboxRowWidget.attrDef is never read locally ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 field CheckboxRowWidget.defaultValue is never read locally ---------- ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 272) private static final String LL_PTP_MAX_INT = "LL_PTP_MAX_INT"; //$NON-NLS-1$ ^^^^^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.LL_PTP_MAX_INT is never read locally ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 324) private TextRowWidget llComment = null; ^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llComment is never read locally ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 331) private ComboRowWidget llLargePage = null; ^^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llLargePage is never read locally ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 335) private TextRowWidget llRequirements = null; ^^^^^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llRequirements is never read locally ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 339) private TextRowWidget llResources = null; ^^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llResources is never read locally ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 349) private TextRowWidget llEnvironment = null; ^^^^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llEnvironment is never read locally ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 354) private ComboRowWidget llBulkxfer = null; ^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llBulkxfer is never read locally ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 355) private TextRowWidget llNetwork_mpi = null; ^^^^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llNetwork_mpi is never read locally ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 356) private TextRowWidget llNetwork_lapi = null; ^^^^^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llNetwork_lapi is never read locally ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 357) private TextRowWidget llNetwork_mpi_lapi = null; ^^^^^^^^^^^^^^^^^^ The field IBMLLRMLaunchConfigurationDynamicTab.llNetwork_mpi_lapi is never read locally ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 599) private CheckboxRowWidget createCheckbox(Composite parent, IResourceManager rm, String id) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createCheckbox(Composite, IResourceManager, String) from the type IBMLLRMLaunchConfigurationDynamicTab is never used locally ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 716) private DualFieldRowWidget createDualField(Composite parent, IResourceManager rm, String id1, String id2) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createDualField(Composite, IResourceManager, String, String) from the type IBMLLRMLaunchConfigurationDynamicTab is never used locally ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 751) private ComboRowWidget createEditableCombobox(Composite parent, IResourceManager rm, String id, int selector_id) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createEditableCombobox(Composite, IResourceManager, String, int) from the type IBMLLRMLaunchConfigurationDynamicTab is never used locally ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 1135) Boolean state; ^^^^^ The local variable state is never read ---------- 28. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 1136) boolean enableFlag; ^^^^^^^^^^ The local variable enableFlag is never read ---------- 29. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 1217) allAttrs = configuration.getAttributes(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 30. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 1646) private boolean isValidListSelection(ComboRowWidget widget, String attrName) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isValidListSelection(ComboRowWidget, String) from the type IBMLLRMLaunchConfigurationDynamicTab is never used locally ---------- 31. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 1768) private void restoreTabPaneWidgetState(Control widget) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method restoreTabPaneWidgetState(Control) from the type IBMLLRMLaunchConfigurationDynamicTab is never used locally ---------- 32. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 2633) private void validateLongNumericRange(String value, String attrName, String errorID) throws ValidationException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method validateLongNumericRange(String, String, String) from the type IBMLLRMLaunchConfigurationDynamicTab is never used locally ---------- 33. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 2665) String jt_default = ""; //$NON-NLS-1$ ^^^^^^^^^^ The local variable jt_default is never read ---------- 34. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 2891) private void validateNumericRange(String value, int lowLimit, int highLimit, String errorID) throws ValidationException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method validateNumericRange(String, int, int, String) from the type IBMLLRMLaunchConfigurationDynamicTab is never used locally ---------- 35. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/rmLaunchConfiguration/IBMLLRMLaunchConfigurationDynamicTab.java (at line 2972) private void validateNumericRange(TextRowWidget control, String attrName, String errorID) throws ValidationException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method validateNumericRange(TextRowWidget, String, String) from the type IBMLLRMLaunchConfigurationDynamicTab is never used locally ---------- ---------- 36. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.ll.ui/src/org/eclipse/ptp/rm/ibm/ll/ui/wizards/IBMLLResourceManagerOptionWizardPage.java (at line 108) public void widgetModified(SelectionEvent e) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method widgetModified(SelectionEvent) from the type IBMLLResourceManagerOptionWizardPage.EventMonitor is never used locally ---------- 36 problems (36 warnings)[29 .class files generated] # 7/29/11 3:03:44 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. [7 .class files generated] # 7/29/11 2:52:45 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. [1 .class file generated] # 7/29/11 3:04:24 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/preferences/PEPreferencePage.java (at line 272) int interval; ^^^^^^^^ The local variable interval is never read ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 25) import java.io.BufferedReader; ^^^^^^^^^^^^^^^^^^^^^^ The import java.io.BufferedReader is never used ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 27) import java.io.FileNotFoundException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import java.io.FileNotFoundException is never used ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 28) import java.io.FileReader; ^^^^^^^^^^^^^^^^^^ The import java.io.FileReader is never used ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 29) import java.io.IOException; ^^^^^^^^^^^^^^^^^^^ The import java.io.IOException is never used ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 208) private static final int MP_PRIORITY_LOG_NAME_SELECTOR = 17; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field PERMLaunchConfigurationDynamicTab.MP_PRIORITY_LOG_NAME_SELECTOR is never read locally ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 346) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 348) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 350) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 353) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 367) @SuppressWarnings( { "unused", "unused" }) ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 369) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 395) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 401) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 1853) allAttrs = configuration.getAttributes(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/rmLaunchConfiguration/PERMLaunchConfigurationDynamicTab.java (at line 2283) environment = configuration.getAttribute( "org.eclipse.debug.core.environmentVariables", //$NON-NLS-1$ new HashMap()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/widgets/CheckboxRowWidget.java (at line 27) private IAttributeDefinition attrDef; ^^^^^^^ The field CheckboxRowWidget.attrDef is never read locally ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/widgets/CheckboxRowWidget.java (at line 29) private String defaultValue; ^^^^^^^^^^^^ The field CheckboxRowWidget.defaultValue is never read locally ---------- ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/wizards/PEResourceManagerOptionDialog.java (at line 156) Preferences preferences; ^^^^^^^^^^^ The local variable preferences is never read ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ibm.pe.ui/src/org/eclipse/ptp/rm/ibm/pe/ui/wizards/PEResourceManagerOptionDialog.java (at line 347) int interval; ^^^^^^^^ The local variable interval is never read ---------- 21 problems (21 warnings)[29 .class files generated] # 7/29/11 3:04:17 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.mpi.mpich2.core/src/org/eclipse/ptp/rm/mpi/mpich2/core/rtsystem/MPICH2RuntimeSystemJob.java (at line 97) final IPJob ipJob = PTPCorePlugin.getDefault().getUniverse().getResourceManager(rtSystem.getRmID()).getQueueById(getQueueID()).getJobById(getJobID()); ^^^^^ The local variable ipJob is never read ---------- 1 problem (1 warning)[26 .class files generated] # 7/29/11 3:04:33 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.mpi.mpich2.ui/src/org/eclipse/ptp/rm/mpi/mpich2/ui/wizards/MPICH2ConfigurationWizardPage.java (at line 68) private IMPICH2ResourceManagerConfiguration config; ^^^^^^ The field MPICH2ConfigurationWizardPage.DataSource.config is never read locally ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.mpi.mpich2.ui/src/org/eclipse/ptp/rm/mpi/mpich2/ui/wizards/MPICH2ConfigurationWizardPage.java (at line 168) String remoteInstallPath = null; ^^^^^^^^^^^^^^^^^ The local variable remoteInstallPath is never read ---------- 2 problems (2 warnings)[18 .class files generated] # 7/29/11 3:03:41 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 local variable processPid is never read ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/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_4_1/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_4_1/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)[63 .class files generated] # 7/29/11 3:04:28 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.mpi.openmpi.ui/src/org/eclipse/ptp/rm/mpi/openmpi/ui/launch/AdvancedOpenMpiRMLaunchConfigurationDynamicTab.java (at line 194) params = getConfiguration().getAttribute( OpenMPILaunchConfiguration.ATTR_PARAMETERS, OpenMPILaunchConfigurationDefaults.ATTR_PARAMETERS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.mpi.openmpi.ui/src/org/eclipse/ptp/rm/mpi/openmpi/ui/launch/BasicOpenMpiRMLaunchConfigurationDynamicTab.java (at line 386) private DataSource getBasicDataSource() { ^^^^^^^^^^^^^^^^^^^^ The method getBasicDataSource() from the type BasicOpenMpiRMLaunchConfigurationDynamicTab is never used locally ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.mpi.openmpi.ui/src/org/eclipse/ptp/rm/mpi/openmpi/ui/launch/BasicOpenMpiRMLaunchConfigurationDynamicTab.java (at line 398) private DataSource getLocalDataSource() { ^^^^^^^^^^^^^^^^^^^^ The method getLocalDataSource() from the type BasicOpenMpiRMLaunchConfigurationDynamicTab is never used locally ---------- ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.mpi.openmpi.ui/src/org/eclipse/ptp/rm/mpi/openmpi/ui/launch/OpenMPILaunchConfiguration.java (at line 69) Map params = configuration.getAttribute(ATTR_PARAMETERS, OpenMPILaunchConfigurationDefaults.ATTR_PARAMETERS); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map ---------- 4 problems (4 warnings)[26 .class files generated] # 7/29/11 3:03:45 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. [10 .class files generated] # 7/29/11 2:52:45 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. [1 .class file generated] # 7/29/11 2:53:43 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.pbs.jproxy/src/org/eclipse/ptp/rm/pbs/jproxy/PBSProxyRuntimeServer.java (at line 101) System.err.println(org.eclipse.ptp.proxy.messages.Messages.getString("AbstractProxyRuntimeServer_0") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type Messages is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.pbs.jproxy/src/org/eclipse/ptp/rm/pbs/jproxy/PBSProxyRuntimeServer.java (at line 101) System.err.println(org.eclipse.ptp.proxy.messages.Messages.getString("AbstractProxyRuntimeServer_0") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The method getString(String) 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_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- 2 problems (2 warnings)[12 .class files generated] # 7/29/11 3:04:50 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.pbs.ui/src/org/eclipse/ptp/rm/pbs/ui/PBSServiceProvider.java (at line 33) private final Preferences preferences = PBSPreferenceManager.getPreferences(); ^^^^^^^^^^^ The field PBSServiceProvider.preferences is never read locally ---------- 1 problem (1 warning)[27 .class files generated] # 7/29/11 2:53:42 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.proxy.core/src/org/eclipse/ptp/rm/proxy/core/event/JobEventFactory.java (at line 14) import org.eclipse.ptp.internal.proxy.runtime.event.ProxyRuntimeJobChangeEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ProxyRuntimeJobChangeEvent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.proxy.core/src/org/eclipse/ptp/rm/proxy/core/event/JobEventFactory.java (at line 15) import org.eclipse.ptp.internal.proxy.runtime.event.ProxyRuntimeNewJobEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ProxyRuntimeNewJobEvent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.proxy.core/src/org/eclipse/ptp/rm/proxy/core/event/JobEventFactory.java (at line 16) import org.eclipse.ptp.internal.proxy.runtime.event.ProxyRuntimeRemoveJobEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ProxyRuntimeRemoveJobEvent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.proxy.core/src/org/eclipse/ptp/rm/proxy/core/event/JobEventFactory.java (at line 32) return new ProxyRuntimeJobChangeEvent(-1, args); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The constructor ProxyRuntimeJobChangeEvent(int, String[]) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.proxy.core/src/org/eclipse/ptp/rm/proxy/core/event/JobEventFactory.java (at line 32) return new ProxyRuntimeJobChangeEvent(-1, args); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ProxyRuntimeJobChangeEvent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.proxy.core/src/org/eclipse/ptp/rm/proxy/core/event/JobEventFactory.java (at line 43) return new ProxyRuntimeNewJobEvent(-1, args); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The constructor ProxyRuntimeNewJobEvent(int, String[]) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.proxy.core/src/org/eclipse/ptp/rm/proxy/core/event/JobEventFactory.java (at line 43) return new ProxyRuntimeNewJobEvent(-1, args); ^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ProxyRuntimeNewJobEvent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.proxy.core/src/org/eclipse/ptp/rm/proxy/core/event/JobEventFactory.java (at line 54) return new ProxyRuntimeRemoveJobEvent(-1, args); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The constructor ProxyRuntimeRemoveJobEvent(int, String[]) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.proxy.core/src/org/eclipse/ptp/rm/proxy/core/event/JobEventFactory.java (at line 54) return new ProxyRuntimeRemoveJobEvent(-1, args); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ProxyRuntimeRemoveJobEvent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.proxy.core/src/org/eclipse/ptp/rm/proxy/core/event/NodeEventFactory.java (at line 14) import org.eclipse.ptp.internal.proxy.runtime.event.ProxyRuntimeNewNodeEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ProxyRuntimeNewNodeEvent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.proxy.core/src/org/eclipse/ptp/rm/proxy/core/event/NodeEventFactory.java (at line 15) import org.eclipse.ptp.internal.proxy.runtime.event.ProxyRuntimeNodeChangeEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ProxyRuntimeNodeChangeEvent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.proxy.core/src/org/eclipse/ptp/rm/proxy/core/event/NodeEventFactory.java (at line 16) import org.eclipse.ptp.internal.proxy.runtime.event.ProxyRuntimeRemoveNodeEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ProxyRuntimeRemoveNodeEvent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.proxy.core/src/org/eclipse/ptp/rm/proxy/core/event/NodeEventFactory.java (at line 32) return new ProxyRuntimeNodeChangeEvent(-1, args); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The constructor ProxyRuntimeNodeChangeEvent(int, String[]) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.proxy.core/src/org/eclipse/ptp/rm/proxy/core/event/NodeEventFactory.java (at line 32) return new ProxyRuntimeNodeChangeEvent(-1, args); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ProxyRuntimeNodeChangeEvent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.proxy.core/src/org/eclipse/ptp/rm/proxy/core/event/NodeEventFactory.java (at line 43) return new ProxyRuntimeNewNodeEvent(-1, args); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The constructor ProxyRuntimeNewNodeEvent(int, String[]) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- 16. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.proxy.core/src/org/eclipse/ptp/rm/proxy/core/event/NodeEventFactory.java (at line 43) return new ProxyRuntimeNewNodeEvent(-1, args); ^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ProxyRuntimeNewNodeEvent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- 17. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.proxy.core/src/org/eclipse/ptp/rm/proxy/core/event/NodeEventFactory.java (at line 54) return new ProxyRuntimeRemoveNodeEvent(-1, args); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The constructor ProxyRuntimeRemoveNodeEvent(int, String[]) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- 18. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.proxy.core/src/org/eclipse/ptp/rm/proxy/core/event/NodeEventFactory.java (at line 54) return new ProxyRuntimeRemoveNodeEvent(-1, args); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ProxyRuntimeRemoveNodeEvent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- ---------- 19. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.proxy.core/src/org/eclipse/ptp/rm/proxy/core/event/QueueEventFactory.java (at line 14) import org.eclipse.ptp.internal.proxy.runtime.event.ProxyRuntimeNewQueueEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ProxyRuntimeNewQueueEvent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- 20. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.proxy.core/src/org/eclipse/ptp/rm/proxy/core/event/QueueEventFactory.java (at line 15) import org.eclipse.ptp.internal.proxy.runtime.event.ProxyRuntimeQueueChangeEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ProxyRuntimeQueueChangeEvent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- 21. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.proxy.core/src/org/eclipse/ptp/rm/proxy/core/event/QueueEventFactory.java (at line 16) import org.eclipse.ptp.internal.proxy.runtime.event.ProxyRuntimeRemoveQueueEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ProxyRuntimeRemoveQueueEvent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- 22. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.proxy.core/src/org/eclipse/ptp/rm/proxy/core/event/QueueEventFactory.java (at line 32) return new ProxyRuntimeQueueChangeEvent(-1, args); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The constructor ProxyRuntimeQueueChangeEvent(int, String[]) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- 23. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.proxy.core/src/org/eclipse/ptp/rm/proxy/core/event/QueueEventFactory.java (at line 32) return new ProxyRuntimeQueueChangeEvent(-1, args); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ProxyRuntimeQueueChangeEvent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- 24. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.proxy.core/src/org/eclipse/ptp/rm/proxy/core/event/QueueEventFactory.java (at line 43) return new ProxyRuntimeNewQueueEvent(-1, args); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The constructor ProxyRuntimeNewQueueEvent(int, String[]) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.proxy.core/src/org/eclipse/ptp/rm/proxy/core/event/QueueEventFactory.java (at line 43) return new ProxyRuntimeNewQueueEvent(-1, args); ^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ProxyRuntimeNewQueueEvent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- 26. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.proxy.core/src/org/eclipse/ptp/rm/proxy/core/event/QueueEventFactory.java (at line 54) return new ProxyRuntimeRemoveQueueEvent(-1, args); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The constructor ProxyRuntimeRemoveQueueEvent(int, String[]) is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- 27. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.proxy.core/src/org/eclipse/ptp/rm/proxy/core/event/QueueEventFactory.java (at line 54) return new ProxyRuntimeRemoveQueueEvent(-1, args); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Access restriction: The type ProxyRuntimeRemoveQueueEvent is not accessible due to restriction on classpath entry /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.proxy.protocol/@dot ---------- 27 problems (27 warnings)[16 .class files generated] # 7/29/11 3:04:20 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.slurm.core/src/org/eclipse/ptp/rm/slurm/core/SLURMPreferenceManager.java (at line 49) if (server == null) { server = ""; //$NON-NLS-1$ } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code ---------- 1 problem (1 warning)[17 .class files generated] # 7/29/11 2:53:46 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. [1 .class file generated] # 7/29/11 3:04:35 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/SLURMRuntimeModelPresentation.java (at line 22) import org.eclipse.ptp.core.elements.attributes.ProcessAttributes; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ptp.core.elements.attributes.ProcessAttributes is never used ---------- ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 323) ArrayList int_al = 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_4_1/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 323) ArrayList int_al = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 325) int_al.add(iattr0); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 327) int_al.add(iattr1); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 329) int_al.add(iattr2); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 331) ArrayList str_al = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 331) ArrayList str_al = 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_4_1/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 333) str_al.add(sattr3); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 335) str_al.add(sattr4); ^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 337) str_al.add(sattr5); ^^^^^^^^^^^^^^^^^^ 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_4_1/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 342) IAttribute[] attr = new IAttribute[size]; ^^^^^^^^^^ IAttribute is a raw type. References to generic type IAttribute should be parameterized ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 457) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 468) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.slurm.ui/src/org/eclipse/ptp/rm/slurm/ui/rmLaunchConfiguration/SLURMRMLaunchConfigurationDynamicTab.java (at line 479) @SuppressWarnings("unused") ^^^^^^^^ Unnecessary @SuppressWarnings("unused") ---------- 15 problems (15 warnings)[19 .class files generated] # 7/29/11 3:04:23 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ui/src/org/eclipse/ptp/rm/ui/preferences/AbstractRemoteRMPreferencePage.java (at line 55) Object source = evt.getSource(); ^^^^^^ The local variable source is never read ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ui/src/org/eclipse/ptp/rm/ui/preferences/AbstractRemoteRMPreferencePage.java (at line 64) Object source = e.getSource(); ^^^^^^ The local variable source is never read ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ui/src/org/eclipse/ptp/rm/ui/preferences/AbstractRemoteRMPreferencePage.java (at line 72) private String serverFile = EMPTY_STRING; ^^^^^^^^^^ The field AbstractRemoteRMPreferencePage.serverFile is never read locally ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.rm.ui/src/org/eclipse/ptp/rm/ui/preferences/AbstractRemoteRMPreferencePage.java (at line 73) private boolean loading = true; ^^^^^^^ The field AbstractRemoteRMPreferencePage.loading is never read locally ---------- 4 problems (4 warnings)[43 .class files generated] # 7/29/11 2:53:28 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.services.core/src/org/eclipse/ptp/services/core/ServiceModelManager.java (at line 212) private boolean fEventsEnabled = true; ^^^^^^^^^^^^^^ The field ServiceModelManager.fEventsEnabled is never read locally ---------- 1 problem (1 warning)[25 .class files generated] # 7/29/11 2:53:48 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.services.ui/src/org/eclipse/ptp/services/internal/ui/actions/AddServiceConfigurationAction.java (at line 26) private IServiceModelManager fManager = ServiceModelManager.getInstance(); ^^^^^^^^ The field AddServiceConfigurationAction.fManager is never read locally ---------- 2. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.services.ui/src/org/eclipse/ptp/services/internal/ui/actions/AddServiceConfigurationAction.java (at line 27) private IServiceConfiguration fConfiguration = null; ^^^^^^^^^^^^^^ The field AddServiceConfigurationAction.fConfiguration is never read locally ---------- ---------- 3. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.services.ui/src/org/eclipse/ptp/services/internal/ui/actions/EditServiceConfigurationAction.java (at line 25) private IServiceModelManager fManager = ServiceModelManager.getInstance(); ^^^^^^^^ The field EditServiceConfigurationAction.fManager is never read locally ---------- 4. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.services.ui/src/org/eclipse/ptp/services/internal/ui/actions/EditServiceConfigurationAction.java (at line 26) private IServiceConfiguration fConfiguration = null; ^^^^^^^^^^^^^^ The field EditServiceConfigurationAction.fConfiguration is never read locally ---------- ---------- 5. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.services.ui/src/org/eclipse/ptp/services/internal/ui/adapters/ServiceModelWorkbenchAdapterFactory.java (at line 33) @SuppressWarnings("unchecked") Class adapterType) { ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- 6. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.services.ui/src/org/eclipse/ptp/services/internal/ui/adapters/ServiceModelWorkbenchAdapterFactory.java (at line 33) @SuppressWarnings("unchecked") Class adapterType) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- 7. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.services.ui/src/org/eclipse/ptp/services/internal/ui/adapters/ServiceModelWorkbenchAdapterFactory.java (at line 51) @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- 8. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.services.ui/src/org/eclipse/ptp/services/internal/ui/adapters/ServiceModelWorkbenchAdapterFactory.java (at line 52) public Class[] getAdapterList() { ^^^^^ Class is a raw type. References to generic type Class should be parameterized ---------- ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.services.ui/src/org/eclipse/ptp/services/ui/widgets/AddServiceConfigurationWidget.java (at line 56) @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.services.ui/src/org/eclipse/ptp/services/ui/widgets/AddServiceConfigurationWidget.java (at line 57) public Iterator 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_4_1/results/plugins/org.eclipse.ptp.services.ui/src/org/eclipse/ptp/services/ui/widgets/AddServiceConfigurationWidget.java (at line 66) @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.services.ui/src/org/eclipse/ptp/services/ui/widgets/AddServiceConfigurationWidget.java (at line 67) public List toList() { ^^^^ 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_4_1/results/plugins/org.eclipse.ptp.services.ui/src/org/eclipse/ptp/services/ui/wizards/ServiceConfigurationWidget.java (at line 354) private IServiceProvider getServiceProvider(IServiceProviderDescriptor descriptor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getServiceProvider(IServiceProviderDescriptor) from the type ServiceConfigurationWidget is never used locally ---------- 14 problems (14 warnings)[96 .class files generated] # 7/29/11 2:52:46 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.utils.core/src/org/eclipse/ptp/utils/core/extensionpoints/ExtensionPointEnumeration.java (at line 23) public class ExtensionPointEnumeration implements Enumeration { ^^^^^^^^^^^ Enumeration is a raw type. References to generic type Enumeration should be parameterized ---------- 1 problem (1 warning)[17 .class files generated] # 7/29/11 2:53:23 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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_4_1/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 local variable frame is never read ---------- ---------- 25. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/results/plugins/org.eclipse.ptp.utils.ui/src/org/eclipse/ptp/utils/ui/swt/ToolKit.java (at line 72) int height = fm.getHeight (); ^^^^^^ The local variable height is never read ---------- 25 problems (25 warnings)[38 .class files generated] # 7/29/11 2:53:47 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. [5 .class files generated] # 7/29/11 3:02:42 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 1 problem (1 warning)[101 .class files generated] # 7/29/11 2:53:44 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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)[34 .class files generated] # 7/29/11 2:53:47 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/results/plugins/org.eclipse.rephraserengine.ui.refactoring/src/org/eclipse/rephraserengine/ui/menus/RefactorMenu.java (at line 16) import org.eclipse.core.resources.IResource; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.resources.IResource is never used ---------- 2 problems (2 warnings)[17 .class files generated] # 7/29/11 3:02:45 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. ---------- 1. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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_4_1/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_4_1/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_4_1/results/plugins/org.eclipse.rephraserengine.ui.vpg/src/org/eclipse/rephraserengine/internal/ui/actions/DisplayModelAction.java (at line 36) 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_4_1/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_4_1/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_4_1/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_4_1/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 ---------- ---------- 9. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 10. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 11. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- ---------- 12. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 13. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 14. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 15. WARNING in /opt/public/download-staging.priv/tools/ptp/releng/org.eclipse.ptp_ptp_4_1/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 ---------- 15 problems (15 warnings)[15 .class files generated] # 7/29/11 2:53:44 PM EDT # Eclipse Compiler for Java(TM) 0.A44, 3.6.0 M7, Copyright IBM Corp 2000, 2010. All rights reserved. [25 .class files generated]