errors | others warnings | forbidden warnings | discouraged warnings |
top | others warnings | forbidden warnings | discouraged warnings |
top | errors | forbidden warnings | discouraged warnings |
top | errors | others warnings | discouraged warnings |
top | errors | others warnings | forbidden warnings |
1. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompiler.java (at line 15) import org.eclipse.jdt.internal.compiler.ICompilerRequestor; Discouraged access: The type ICompilerRequestor is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
2. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompiler.java (at line 16) import org.eclipse.jdt.internal.compiler.IErrorHandlingPolicy; Discouraged access: The type IErrorHandlingPolicy is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
3. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompiler.java (at line 17) import org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration; Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
4. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompiler.java (at line 18) import org.eclipse.jdt.internal.compiler.env.INameEnvironment; Discouraged access: The type INameEnvironment is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
5. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompiler.java (at line 19) import org.eclipse.jdt.internal.compiler.IProblemFactory; Discouraged access: The type IProblemFactory is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
6. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompiler.java (at line 20) import org.eclipse.jdt.internal.core.util.CommentRecorderParser; Discouraged access: The type CommentRecorderParser is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
7. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompiler.java (at line 22) public class ASCompiler extends org.eclipse.jdt.internal.compiler.Compiler { Discouraged access: The type Compiler is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
8. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompiler.java (at line 25) private IErrorHandlingPolicy policy; Discouraged access: The type IErrorHandlingPolicy is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
9. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompiler.java (at line 26) private IProblemFactory problemFactory; Discouraged access: The type IProblemFactory is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
10. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompiler.java (at line 29) INameEnvironment environment, Discouraged access: The type INameEnvironment is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
11. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompiler.java (at line 30) IErrorHandlingPolicy policy, Discouraged access: The type IErrorHandlingPolicy is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
12. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompiler.java (at line 32) final ICompilerRequestor requestor, Discouraged access: The type ICompilerRequestor is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
13. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompiler.java (at line 34) IProblemFactory problemFactory, Discouraged access: The type IProblemFactory is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
14. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompiler.java (at line 36) super(environment, policy, options, requestor, problemFactory, out, null /* progress */); Discouraged access: The constructor Compiler(INameEnvironment, IErrorHandlingPolicy, CompilerOptions, ICompilerRequestor, IProblemFactory, PrintWriter, CompilationProgress) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
15. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompiler.java (at line 45) this.parser = new CommentRecorderParser(this.problemReporter = new ProblemReporter(this.policy, this.options, this.problemFactory, this.fieldNamesRegistry), this.options.parseLiteralExpressionsAsConstants); Discouraged access: The field parser from the type Compiler is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
16. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompiler.java (at line 45) this.parser = new CommentRecorderParser(this.problemReporter = new ProblemReporter(this.policy, this.options, this.problemFactory, this.fieldNamesRegistry), this.options.parseLiteralExpressionsAsConstants); Discouraged access: The constructor CommentRecorderParser(ProblemReporter, boolean) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
17. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompiler.java (at line 45) this.parser = new CommentRecorderParser(this.problemReporter = new ProblemReporter(this.policy, this.options, this.problemFactory, this.fieldNamesRegistry), this.options.parseLiteralExpressionsAsConstants); Discouraged access: The type CommentRecorderParser is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
18. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompiler.java (at line 45) this.parser = new CommentRecorderParser(this.problemReporter = new ProblemReporter(this.policy, this.options, this.problemFactory, this.fieldNamesRegistry), this.options.parseLiteralExpressionsAsConstants); Discouraged access: The field problemReporter from the type Compiler is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
19. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompiler.java (at line 45) this.parser = new CommentRecorderParser(this.problemReporter = new ProblemReporter(this.policy, this.options, this.problemFactory, this.fieldNamesRegistry), this.options.parseLiteralExpressionsAsConstants); Discouraged access: The field options from the type Compiler is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
20. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompiler.java (at line 45) this.parser = new CommentRecorderParser(this.problemReporter = new ProblemReporter(this.policy, this.options, this.problemFactory, this.fieldNamesRegistry), this.options.parseLiteralExpressionsAsConstants); Discouraged access: The field options from the type Compiler is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
21. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompiler.java (at line 45) this.parser = new CommentRecorderParser(this.problemReporter = new ProblemReporter(this.policy, this.options, this.problemFactory, this.fieldNamesRegistry), this.options.parseLiteralExpressionsAsConstants); Discouraged access: The field parseLiteralExpressionsAsConstants from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
22. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompiler.java (at line 49) public void process(CompilationUnitDeclaration unit, int i) { Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
23. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompiler.java (at line 50) super.process(unit, i); Discouraged access: The method process(CompilationUnitDeclaration, int) from the type Compiler is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
24. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompiler.java (at line 51) if (! unit.hasErrors()) { Discouraged access: The method hasErrors() from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
25. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompiler.java (at line 54) unit.traverse(visitor, unit.scope); Discouraged access: The method traverse(ASTVisitor, CompilationUnitScope) from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
26. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompiler.java (at line 54) unit.traverse(visitor, unit.scope); Discouraged access: The field scope from the type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
1. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompilerOptions.java (at line 15) import org.eclipse.jdt.internal.compiler.ast.ASTNode; Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
2. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompilerOptions.java (at line 16) import org.eclipse.jdt.internal.compiler.impl.IrritantSet; Discouraged access: The type IrritantSet is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
3. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompilerOptions.java (at line 18) public class ASCompilerOptions extends org.eclipse.jdt.internal.compiler.impl.CompilerOptions { Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
4. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompilerOptions.java (at line 21) public static final int NonConstStaticFinalField = IrritantSet.GROUP2 + ASTNode.Bit15; // offset behind base compiler irritants Discouraged access: The type IrritantSet is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
5. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompilerOptions.java (at line 21) public static final int NonConstStaticFinalField = IrritantSet.GROUP2 + ASTNode.Bit15; // offset behind base compiler irritants Discouraged access: The field GROUP2 from the type IrritantSet is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
6. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompilerOptions.java (at line 21) public static final int NonConstStaticFinalField = IrritantSet.GROUP2 + ASTNode.Bit15; // offset behind base compiler irritants Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
7. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompilerOptions.java (at line 21) public static final int NonConstStaticFinalField = IrritantSet.GROUP2 + ASTNode.Bit15; // offset behind base compiler irritants Discouraged access: The field Bit15 from the type ASTNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
8. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompilerOptions.java (at line 28) super(); Discouraged access: The constructor CompilerOptions() is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
9. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompilerOptions.java (at line 31) super(settings); Discouraged access: The constructor CompilerOptions(Map) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
10. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompilerOptions.java (at line 35) super.resetDefaults(); Discouraged access: The method resetDefaults() from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
11. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompilerOptions.java (at line 36) this.warningThreshold.set(NonConstStaticFinalField); Discouraged access: The method set(int) from the type IrritantSet is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
12. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompilerOptions.java (at line 36) this.warningThreshold.set(NonConstStaticFinalField); Discouraged access: The field warningThreshold from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
13. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompilerOptions.java (at line 40) Map optionsMap = super.getMap(); Discouraged access: The method getMap() from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
14. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompilerOptions.java (at line 41) optionsMap.put(OPTION_ReportNonConstStaticFinalField, getSeverityString(NonConstStaticFinalField)); Discouraged access: The method getSeverityString(int) from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
15. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompilerOptions.java (at line 42) optionsMap.put(OPTION_DisableWarnings, this.disableWarnings ? DISABLED : ENABLED); Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
16. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompilerOptions.java (at line 42) optionsMap.put(OPTION_DisableWarnings, this.disableWarnings ? DISABLED : ENABLED); Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
17. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompilerOptions.java (at line 47) super.set(optionsMap); Discouraged access: The method set(Map) from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
18. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompilerOptions.java (at line 50) if (ENABLED.equals(optionValue)) { Discouraged access: The field ENABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
19. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ASCompilerOptions.java (at line 52) } else if (DISABLED.equals(optionValue)) { Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
1. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 17) import org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration; Discouraged access: The type ConstructorDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
2. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 18) import org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall; Discouraged access: The type ExplicitConstructorCall is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
3. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 19) import org.eclipse.jdt.internal.compiler.ast.Expression; Discouraged access: The type Expression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
4. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 20) import org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding; Discouraged access: The type LocalVariableBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
5. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 21) import org.eclipse.jdt.internal.compiler.lookup.MethodBinding; Discouraged access: The type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
6. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 22) import org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding; Discouraged access: The type NestedTypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
7. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 23) import org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding; Discouraged access: The type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
8. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 24) import org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding; Discouraged access: The type SyntheticArgumentBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
9. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 25) import org.eclipse.jdt.internal.compiler.lookup.TypeBinding; Discouraged access: The type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
10. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 26) import org.eclipse.jdt.internal.compiler.lookup.TypeIds; Discouraged access: The type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
11. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 37) void add(ConstructorDeclaration constructor) { Discouraged access: The type ConstructorDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
12. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 39) this.bindingToIndex.put(constructor.binding, new Integer(this.constructors.size() - 1)); Discouraged access: The field binding from the type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
13. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 47) ReferenceBinding type = ((ConstructorDeclaration) this.constructors.get(0)).binding.declaringClass; Discouraged access: The type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
14. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 47) ReferenceBinding type = ((ConstructorDeclaration) this.constructors.get(0)).binding.declaringClass; Discouraged access: The type ConstructorDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
15. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 47) ReferenceBinding type = ((ConstructorDeclaration) this.constructors.get(0)).binding.declaringClass; Discouraged access: The field binding from the type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
16. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 47) ReferenceBinding type = ((ConstructorDeclaration) this.constructors.get(0)).binding.declaringClass; Discouraged access: The field declaringClass from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
17. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 48) SyntheticArgumentBinding[] syntheticArgs = type.isNestedType() Discouraged access: The type SyntheticArgumentBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
18. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 48) SyntheticArgumentBinding[] syntheticArgs = type.isNestedType() Discouraged access: The method isNestedType() from the type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
19. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 49) ? ((NestedTypeBinding) type).syntheticEnclosingInstances() Discouraged access: The method syntheticEnclosingInstances() from the type NestedTypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
20. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 49) ? ((NestedTypeBinding) type).syntheticEnclosingInstances() Discouraged access: The type NestedTypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
21. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 92) MethodBinding constructor = ((ConstructorDeclaration) this.constructors.get(i)).binding; Discouraged access: The type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
22. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 92) MethodBinding constructor = ((ConstructorDeclaration) this.constructors.get(i)).binding; Discouraged access: The type ConstructorDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
23. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 92) MethodBinding constructor = ((ConstructorDeclaration) this.constructors.get(i)).binding; Discouraged access: The field binding from the type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
24. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 98) if (constructor.parameters == null || constructor.parameters.length == 0) { Discouraged access: The field parameters from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
25. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 98) if (constructor.parameters == null || constructor.parameters.length == 0) { Discouraged access: The field parameters from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
26. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 103) scriptOutput.append(constructor.parameters.length); Discouraged access: The field parameters from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
27. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 105) for (int j = 0, l = constructor.parameters.length; j < l; j++) { Discouraged access: The field parameters from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
28. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 109) TypeBinding parameterType = constructor.parameters[j]; Discouraged access: The type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
29. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 109) TypeBinding parameterType = constructor.parameters[j]; Discouraged access: The field parameters from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
30. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 132) ConstructorDeclaration constructor = (ConstructorDeclaration) this.constructors.get(i); Discouraged access: The type ConstructorDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
31. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 132) ConstructorDeclaration constructor = (ConstructorDeclaration) this.constructors.get(i); Discouraged access: The type ConstructorDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
32. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 155) if (syntheticArgsCount == 1 && type.superclass().id != TypeIds.T_JavaLangObject) // ***** HACK for now ***** Discouraged access: The method superclass() from the type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
33. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 155) if (syntheticArgsCount == 1 && type.superclass().id != TypeIds.T_JavaLangObject) // ***** HACK for now ***** Discouraged access: The field id from the type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
34. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 155) if (syntheticArgsCount == 1 && type.superclass().id != TypeIds.T_JavaLangObject) // ***** HACK for now ***** Discouraged access: The type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
35. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 155) if (syntheticArgsCount == 1 && type.superclass().id != TypeIds.T_JavaLangObject) // ***** HACK for now ***** Discouraged access: The field T_JavaLangObject from the type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
36. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 173) ConstructorDeclaration constructor = (ConstructorDeclaration) this.constructors.get(i); Discouraged access: The type ConstructorDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
37. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 173) ConstructorDeclaration constructor = (ConstructorDeclaration) this.constructors.get(i); Discouraged access: The type ConstructorDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
38. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 194) ConstructorDeclaration constructor = (ConstructorDeclaration) this.constructors.get(i); Discouraged access: The type ConstructorDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
39. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 194) ConstructorDeclaration constructor = (ConstructorDeclaration) this.constructors.get(i); Discouraged access: The type ConstructorDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
40. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 197) Util.appendMethodName(scriptOutput, constructor.binding, false, false); Discouraged access: The field binding from the type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
41. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 199) Object o = this.bindingToIndex.get(constructor.binding); Discouraged access: The field binding from the type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
42. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 201) this.parent.reportError(constructor.scope, "could not find constructor binding", constructor); //$NON-NLS-1$ Discouraged access: The field scope from the type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
43. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 207) private void generateArguments(ActionScriptScribe scriptOutput, ConstructorDeclaration constructor, int syntheticArgsCount, int currentConstructorIndex, ExplicitConstructorCall constructorCall, int upperConstructorIndex) { Discouraged access: The type ConstructorDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
44. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 207) private void generateArguments(ActionScriptScribe scriptOutput, ConstructorDeclaration constructor, int syntheticArgsCount, int currentConstructorIndex, ExplicitConstructorCall constructorCall, int upperConstructorIndex) { Discouraged access: The type ExplicitConstructorCall is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
45. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 209) (constructor.binding.parameters == null ? 0 : constructor.binding.parameters.length); Discouraged access: The field binding from the type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
46. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 209) (constructor.binding.parameters == null ? 0 : constructor.binding.parameters.length); Discouraged access: The field parameters from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
47. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 209) (constructor.binding.parameters == null ? 0 : constructor.binding.parameters.length); Discouraged access: The field binding from the type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
48. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 209) (constructor.binding.parameters == null ? 0 : constructor.binding.parameters.length); Discouraged access: The field parameters from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
49. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 229) this.parent.localNamesRegistry = new ParameterNamesRegistry((ConstructorDeclaration) this.constructors.get(upperConstructorIndex), upperConstructorIndex); Discouraged access: The type ConstructorDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
50. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 230) Expression[] arguments = constructorCall.arguments; Discouraged access: The type Expression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
51. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 230) Expression[] arguments = constructorCall.arguments; Discouraged access: The field arguments from the type ExplicitConstructorCall is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
52. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 231) arguments[0].traverse(this.parent, constructor.scope); Discouraged access: The method traverse(ASTVisitor, BlockScope) from the type Expression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
53. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 231) arguments[0].traverse(this.parent, constructor.scope); Discouraged access: The field scope from the type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
54. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 234) arguments[i].traverse(this.parent, constructor.scope); Discouraged access: The method traverse(ASTVisitor, BlockScope) from the type Expression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
55. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 234) arguments[i].traverse(this.parent, constructor.scope); Discouraged access: The field scope from the type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
56. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 239) ExplicitConstructorCall constructorCall2 = constructor.constructorCall; Discouraged access: The type ExplicitConstructorCall is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
57. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 239) ExplicitConstructorCall constructorCall2 = constructor.constructorCall; Discouraged access: The field constructorCall from the type ConstructorDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
58. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 241) if (constructorCall2.isSuperAccess()) { Discouraged access: The method isSuperAccess() from the type ExplicitConstructorCall is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
59. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 243) constructorCall2.binding.declaringClass.id == TypeIds.T_JavaLangString || Discouraged access: The field binding from the type ExplicitConstructorCall is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
60. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 243) constructorCall2.binding.declaringClass.id == TypeIds.T_JavaLangString || Discouraged access: The field declaringClass from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
61. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 243) constructorCall2.binding.declaringClass.id == TypeIds.T_JavaLangString || Discouraged access: The field id from the type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
62. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 243) constructorCall2.binding.declaringClass.id == TypeIds.T_JavaLangString || Discouraged access: The type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
63. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 243) constructorCall2.binding.declaringClass.id == TypeIds.T_JavaLangString || Discouraged access: The field T_JavaLangString from the type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
64. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 244) Util.isSingleConstructor(constructorCall2.binding) || Discouraged access: The field binding from the type ExplicitConstructorCall is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
65. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 245) constructorCall2.binding.declaringClass.id == TypeIds.T_JavaLangObject || Discouraged access: The field binding from the type ExplicitConstructorCall is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
66. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 245) constructorCall2.binding.declaringClass.id == TypeIds.T_JavaLangObject || Discouraged access: The field declaringClass from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
67. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 245) constructorCall2.binding.declaringClass.id == TypeIds.T_JavaLangObject || Discouraged access: The field id from the type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
68. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 245) constructorCall2.binding.declaringClass.id == TypeIds.T_JavaLangObject || Discouraged access: The type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
69. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 245) constructorCall2.binding.declaringClass.id == TypeIds.T_JavaLangObject || Discouraged access: The field T_JavaLangObject from the type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
70. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 246) Util.isIntrinsic(constructorCall2.binding.declaringClass)); Discouraged access: The field binding from the type ExplicitConstructorCall is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
71. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 246) Util.isIntrinsic(constructorCall2.binding.declaringClass)); Discouraged access: The field declaringClass from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
72. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 247) Expression[] arguments = constructorCall2.arguments; Discouraged access: The type Expression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
73. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 247) Expression[] arguments = constructorCall2.arguments; Discouraged access: The field arguments from the type ExplicitConstructorCall is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
74. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 265) Util.dumpConstructorFieldReference(scriptOutput, constructorCall2.binding); Discouraged access: The field binding from the type ExplicitConstructorCall is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
75. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 272) arguments[0].traverse(this.parent, constructor.scope); Discouraged access: The method traverse(ASTVisitor, BlockScope) from the type Expression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
76. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 272) arguments[0].traverse(this.parent, constructor.scope); Discouraged access: The field scope from the type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
77. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 275) arguments[i].traverse(this.parent, constructor.scope); Discouraged access: The method traverse(ASTVisitor, BlockScope) from the type Expression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
78. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 275) arguments[i].traverse(this.parent, constructor.scope); Discouraged access: The field scope from the type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
79. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 286) Object index = this.bindingToIndex.get(constructorCall2.binding.original()); Discouraged access: The method original() from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
80. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 286) Object index = this.bindingToIndex.get(constructorCall2.binding.original()); Discouraged access: The field binding from the type ExplicitConstructorCall is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
81. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 288) this.parent.reportError(constructor.scope, "could not find constructor binding", constructor); //$NON-NLS-1$ Discouraged access: The field scope from the type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
82. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 291) generateArguments(scriptOutput, (ConstructorDeclaration) this.constructors.get(targetIndex), Discouraged access: The type ConstructorDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
83. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 297) private void generateFunctionCalls(ActionScriptScribe scriptOutput, ConstructorDeclaration constructor, int syntheticArgsCount, int currentConstructorIndex) { Discouraged access: The type ConstructorDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
84. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 299) (constructor.binding.parameters == null ? 0 : constructor.binding.parameters.length); Discouraged access: The field binding from the type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
85. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 299) (constructor.binding.parameters == null ? 0 : constructor.binding.parameters.length); Discouraged access: The field parameters from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
86. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 299) (constructor.binding.parameters == null ? 0 : constructor.binding.parameters.length); Discouraged access: The field binding from the type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
87. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 299) (constructor.binding.parameters == null ? 0 : constructor.binding.parameters.length); Discouraged access: The field parameters from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
88. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 300) if (constructor.constructorCall != null && !constructor.constructorCall.isSuperAccess()) { Discouraged access: The field constructorCall from the type ConstructorDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
89. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 300) if (constructor.constructorCall != null && !constructor.constructorCall.isSuperAccess()) { Discouraged access: The method isSuperAccess() from the type ExplicitConstructorCall is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
90. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 300) if (constructor.constructorCall != null && !constructor.constructorCall.isSuperAccess()) { Discouraged access: The field constructorCall from the type ConstructorDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
91. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 301) Integer index = (Integer) this.bindingToIndex.get(constructor.constructorCall.binding.original()); Discouraged access: The method original() from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
92. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 301) Integer index = (Integer) this.bindingToIndex.get(constructor.constructorCall.binding.original()); Discouraged access: The field constructorCall from the type ConstructorDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
93. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 301) Integer index = (Integer) this.bindingToIndex.get(constructor.constructorCall.binding.original()); Discouraged access: The field binding from the type ExplicitConstructorCall is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
94. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 303) this.parent.reportError(constructor.scope, "could not find constructor binding", constructor); //$NON-NLS-1$ Discouraged access: The field scope from the type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
95. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 307) generateFunctionCalls(scriptOutput, (ConstructorDeclaration) this.constructors.get(targetIndex), syntheticArgsCount, targetIndex); Discouraged access: The type ConstructorDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
96. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 310) Util.appendMethodName(scriptOutput, constructor.binding, false, false); Discouraged access: The field binding from the type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
97. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 329) ParameterNamesRegistry(ConstructorDeclaration constructor, int constructorIndex) { Discouraged access: The type ConstructorDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
98. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 331) int argsCount = constructor.arguments == null ? 0 : constructor.arguments.length; Discouraged access: The field arguments from the type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
99. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 331) int argsCount = constructor.arguments == null ? 0 : constructor.arguments.length; Discouraged access: The field arguments from the type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
100. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptConstructorGenerator.java (at line 333) this.parameters.put(constructor.arguments[i].binding, seed + i + "]"); //$NON-NLS-1$ Discouraged access: The field binding from the type LocalDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
1. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceFile.java (at line 21) import org.eclipse.jdt.internal.compiler.ClassFile; Discouraged access: The type ClassFile is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
2. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceFile.java (at line 22) import org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding; Discouraged access: The type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
3. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceFile.java (at line 24) public class ActionScriptSourceFile extends ClassFile { Discouraged access: The type ClassFile is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
4. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceFile.java (at line 29) ReferenceBinding binding; Discouraged access: The type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
5. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceFile.java (at line 31) public ActionScriptSourceFile(String name, ReferenceBinding binding) { Discouraged access: The type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
6. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceFile.java (at line 34) String sourceFileName = new String(binding.getFileName()).replace('/', File.separatorChar); Discouraged access: The method getFileName() from the type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
7. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceFile.java (at line 102) ReferenceBinding outerMostBinding = this.binding; Discouraged access: The type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
8. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceFile.java (at line 103) if (this.binding.isNestedType()) { Discouraged access: The method isNestedType() from the type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
9. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceFile.java (at line 104) ReferenceBinding parent = outerMostBinding; Discouraged access: The type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
10. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceFile.java (at line 105) while ((parent = parent.enclosingType()) != null) { Discouraged access: The method enclosingType() from the type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
11. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceFile.java (at line 110) char[][] compoundName = outerMostBinding.compoundName; Discouraged access: The field compoundName from the type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
1. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 23) import org.eclipse.jdt.internal.compiler.ast.AND_AND_Expression; Discouraged access: The type AND_AND_Expression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
2. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 24) import org.eclipse.jdt.internal.compiler.ast.ASTNode; Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
3. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 25) import org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration; Discouraged access: The type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
4. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 26) import org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration; Discouraged access: The type AbstractVariableDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
5. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 27) import org.eclipse.jdt.internal.compiler.ast.AllocationExpression; Discouraged access: The type AllocationExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
6. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 28) import org.eclipse.jdt.internal.compiler.ast.Argument; Discouraged access: The type Argument is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
7. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 29) import org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression; Discouraged access: The type ArrayAllocationExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
8. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 30) import org.eclipse.jdt.internal.compiler.ast.ArrayInitializer; Discouraged access: The type ArrayInitializer is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
9. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 31) import org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference; Discouraged access: The type ArrayQualifiedTypeReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
10. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 32) import org.eclipse.jdt.internal.compiler.ast.ArrayReference; Discouraged access: The type ArrayReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
11. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 33) import org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference; Discouraged access: The type ArrayTypeReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
12. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 34) import org.eclipse.jdt.internal.compiler.ast.AssertStatement; Discouraged access: The type AssertStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
13. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 35) import org.eclipse.jdt.internal.compiler.ast.Assignment; Discouraged access: The type Assignment is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
14. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 36) import org.eclipse.jdt.internal.compiler.ast.BinaryExpression; Discouraged access: The type BinaryExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
15. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 37) import org.eclipse.jdt.internal.compiler.ast.Block; Discouraged access: The type Block is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
16. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 38) import org.eclipse.jdt.internal.compiler.ast.BreakStatement; Discouraged access: The type BreakStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
17. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 39) import org.eclipse.jdt.internal.compiler.ast.CaseStatement; Discouraged access: The type CaseStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
18. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 40) import org.eclipse.jdt.internal.compiler.ast.CastExpression; Discouraged access: The type CastExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
19. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 41) import org.eclipse.jdt.internal.compiler.ast.CharLiteral; Discouraged access: The type CharLiteral is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
20. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 42) import org.eclipse.jdt.internal.compiler.ast.ClassLiteralAccess; Discouraged access: The type ClassLiteralAccess is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
21. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 43) import org.eclipse.jdt.internal.compiler.ast.Clinit; Discouraged access: The type Clinit is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
22. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 44) import org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration; Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
23. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 45) import org.eclipse.jdt.internal.compiler.ast.CompoundAssignment; Discouraged access: The type CompoundAssignment is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
24. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 46) import org.eclipse.jdt.internal.compiler.ast.ConditionalExpression; Discouraged access: The type ConditionalExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
25. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 47) import org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration; Discouraged access: The type ConstructorDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
26. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 48) import org.eclipse.jdt.internal.compiler.ast.ContinueStatement; Discouraged access: The type ContinueStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
27. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 49) import org.eclipse.jdt.internal.compiler.ast.DoStatement; Discouraged access: The type DoStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
28. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 50) import org.eclipse.jdt.internal.compiler.ast.DoubleLiteral; Discouraged access: The type DoubleLiteral is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
29. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 51) import org.eclipse.jdt.internal.compiler.ast.EmptyStatement; Discouraged access: The type EmptyStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
30. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 52) import org.eclipse.jdt.internal.compiler.ast.EqualExpression; Discouraged access: The type EqualExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
31. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 53) import org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall; Discouraged access: The type ExplicitConstructorCall is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
32. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 54) import org.eclipse.jdt.internal.compiler.ast.Expression; Discouraged access: The type Expression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
33. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 55) import org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral; Discouraged access: The type ExtendedStringLiteral is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
34. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 56) import org.eclipse.jdt.internal.compiler.ast.FalseLiteral; Discouraged access: The type FalseLiteral is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
35. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 57) import org.eclipse.jdt.internal.compiler.ast.FieldDeclaration; Discouraged access: The type FieldDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
36. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 58) import org.eclipse.jdt.internal.compiler.ast.FieldReference; Discouraged access: The type FieldReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
37. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 59) import org.eclipse.jdt.internal.compiler.ast.FloatLiteral; Discouraged access: The type FloatLiteral is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
38. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 60) import org.eclipse.jdt.internal.compiler.ast.ForStatement; Discouraged access: The type ForStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
39. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 61) import org.eclipse.jdt.internal.compiler.ast.ForeachStatement; Discouraged access: The type ForeachStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
40. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 62) import org.eclipse.jdt.internal.compiler.ast.IfStatement; Discouraged access: The type IfStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
41. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 63) import org.eclipse.jdt.internal.compiler.ast.ImportReference; Discouraged access: The type ImportReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
42. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 64) import org.eclipse.jdt.internal.compiler.ast.Initializer; Discouraged access: The type Initializer is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
43. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 65) import org.eclipse.jdt.internal.compiler.ast.InstanceOfExpression; Discouraged access: The type InstanceOfExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
44. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 66) import org.eclipse.jdt.internal.compiler.ast.IntLiteral; Discouraged access: The type IntLiteral is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
45. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 67) import org.eclipse.jdt.internal.compiler.ast.LabeledStatement; Discouraged access: The type LabeledStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
46. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 68) import org.eclipse.jdt.internal.compiler.ast.LocalDeclaration; Discouraged access: The type LocalDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
47. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 69) import org.eclipse.jdt.internal.compiler.ast.LongLiteral; Discouraged access: The type LongLiteral is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
48. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 70) import org.eclipse.jdt.internal.compiler.ast.MessageSend; Discouraged access: The type MessageSend is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
49. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 71) import org.eclipse.jdt.internal.compiler.ast.MethodDeclaration; Discouraged access: The type MethodDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
50. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 72) import org.eclipse.jdt.internal.compiler.ast.NullLiteral; Discouraged access: The type NullLiteral is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
51. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 73) import org.eclipse.jdt.internal.compiler.ast.OR_OR_Expression; Discouraged access: The type OR_OR_Expression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
52. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 74) import org.eclipse.jdt.internal.compiler.ast.OperatorIds; Discouraged access: The type OperatorIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
53. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 75) import org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference; Discouraged access: The type ParameterizedQualifiedTypeReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
54. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 76) import org.eclipse.jdt.internal.compiler.ast.ParameterizedSingleTypeReference; Discouraged access: The type ParameterizedSingleTypeReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
55. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 77) import org.eclipse.jdt.internal.compiler.ast.PostfixExpression; Discouraged access: The type PostfixExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
56. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 78) import org.eclipse.jdt.internal.compiler.ast.PrefixExpression; Discouraged access: The type PrefixExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
57. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 79) import org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression; Discouraged access: The type QualifiedAllocationExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
58. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 80) import org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference; Discouraged access: The type QualifiedNameReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
59. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 81) import org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference; Discouraged access: The type QualifiedSuperReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
60. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 82) import org.eclipse.jdt.internal.compiler.ast.QualifiedThisReference; Discouraged access: The type QualifiedThisReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
61. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 83) import org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference; Discouraged access: The type QualifiedTypeReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
62. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 84) import org.eclipse.jdt.internal.compiler.ast.Reference; Discouraged access: The type Reference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
63. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 85) import org.eclipse.jdt.internal.compiler.ast.ReturnStatement; Discouraged access: The type ReturnStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
64. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 86) import org.eclipse.jdt.internal.compiler.ast.SingleNameReference; Discouraged access: The type SingleNameReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
65. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 87) import org.eclipse.jdt.internal.compiler.ast.SingleTypeReference; Discouraged access: The type SingleTypeReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
66. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 88) import org.eclipse.jdt.internal.compiler.ast.Statement; Discouraged access: The type Statement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
67. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 89) import org.eclipse.jdt.internal.compiler.ast.StringLiteral; Discouraged access: The type StringLiteral is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
68. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 90) import org.eclipse.jdt.internal.compiler.ast.SwitchStatement; Discouraged access: The type SwitchStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
69. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 91) import org.eclipse.jdt.internal.compiler.ast.SynchronizedStatement; Discouraged access: The type SynchronizedStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
70. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 92) import org.eclipse.jdt.internal.compiler.ast.ThisReference; Discouraged access: The type ThisReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
71. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 93) import org.eclipse.jdt.internal.compiler.ast.ThrowStatement; Discouraged access: The type ThrowStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
72. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 94) import org.eclipse.jdt.internal.compiler.ast.TrueLiteral; Discouraged access: The type TrueLiteral is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
73. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 95) import org.eclipse.jdt.internal.compiler.ast.TryStatement; Discouraged access: The type TryStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
74. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 96) import org.eclipse.jdt.internal.compiler.ast.TypeDeclaration; Discouraged access: The type TypeDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
75. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 97) import org.eclipse.jdt.internal.compiler.ast.UnaryExpression; Discouraged access: The type UnaryExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
76. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 98) import org.eclipse.jdt.internal.compiler.ast.WhileStatement; Discouraged access: The type WhileStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
77. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 99) import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
78. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 100) import org.eclipse.jdt.internal.compiler.impl.Constant; Discouraged access: The type Constant is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
79. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 101) import org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding; Discouraged access: The type BinaryTypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
80. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 102) import org.eclipse.jdt.internal.compiler.lookup.Binding; Discouraged access: The type Binding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
81. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 103) import org.eclipse.jdt.internal.compiler.lookup.BlockScope; Discouraged access: The type BlockScope is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
82. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 104) import org.eclipse.jdt.internal.compiler.lookup.ClassScope; Discouraged access: The type ClassScope is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
83. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 105) import org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope; Discouraged access: The type CompilationUnitScope is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
84. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 106) import org.eclipse.jdt.internal.compiler.lookup.ExtraCompilerModifiers; Discouraged access: The type ExtraCompilerModifiers is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
85. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 107) import org.eclipse.jdt.internal.compiler.lookup.FieldBinding; Discouraged access: The type FieldBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
86. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 108) import org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding; Discouraged access: The type LocalVariableBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
87. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 109) import org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment; Discouraged access: The type LookupEnvironment is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
88. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 110) import org.eclipse.jdt.internal.compiler.lookup.MethodBinding; Discouraged access: The type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
89. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 111) import org.eclipse.jdt.internal.compiler.lookup.MethodScope; Discouraged access: The type MethodScope is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
90. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 112) import org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding; Discouraged access: The type NestedTypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
91. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 113) import org.eclipse.jdt.internal.compiler.lookup.PackageBinding; Discouraged access: The type PackageBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
92. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 114) import org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding; Discouraged access: The type ParameterizedMethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
93. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 115) import org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding; Discouraged access: The type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
94. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 116) import org.eclipse.jdt.internal.compiler.lookup.Scope; Discouraged access: The type Scope is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
95. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 117) import org.eclipse.jdt.internal.compiler.lookup.SignatureWrapper; Discouraged access: The type SignatureWrapper is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
96. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 118) import org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding; Discouraged access: The type SourceTypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
97. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 119) import org.eclipse.jdt.internal.compiler.lookup.SyntheticArgumentBinding; Discouraged access: The type SyntheticArgumentBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
98. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 120) import org.eclipse.jdt.internal.compiler.lookup.SyntheticMethodBinding; Discouraged access: The type SyntheticMethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
99. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 121) import org.eclipse.jdt.internal.compiler.lookup.TypeBinding; Discouraged access: The type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
100. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGenerator.java (at line 122) import org.eclipse.jdt.internal.compiler.lookup.TypeConstants; Discouraged access: The type TypeConstants is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
1. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 13) import org.eclipse.jdt.internal.compiler.ASTVisitor; Discouraged access: The type ASTVisitor is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
2. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 14) import org.eclipse.jdt.internal.compiler.ast.AND_AND_Expression; Discouraged access: The type AND_AND_Expression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
3. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 15) import org.eclipse.jdt.internal.compiler.ast.ASTNode; Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
4. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 16) import org.eclipse.jdt.internal.compiler.ast.AllocationExpression; Discouraged access: The type AllocationExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
5. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 17) import org.eclipse.jdt.internal.compiler.ast.AnnotationMethodDeclaration; Discouraged access: The type AnnotationMethodDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
6. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 18) import org.eclipse.jdt.internal.compiler.ast.Argument; Discouraged access: The type Argument is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
7. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 19) import org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression; Discouraged access: The type ArrayAllocationExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
8. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 20) import org.eclipse.jdt.internal.compiler.ast.ArrayInitializer; Discouraged access: The type ArrayInitializer is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
9. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 21) import org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference; Discouraged access: The type ArrayQualifiedTypeReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
10. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 22) import org.eclipse.jdt.internal.compiler.ast.ArrayReference; Discouraged access: The type ArrayReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
11. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 23) import org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference; Discouraged access: The type ArrayTypeReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
12. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 24) import org.eclipse.jdt.internal.compiler.ast.AssertStatement; Discouraged access: The type AssertStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
13. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 25) import org.eclipse.jdt.internal.compiler.ast.Assignment; Discouraged access: The type Assignment is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
14. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 26) import org.eclipse.jdt.internal.compiler.ast.BinaryExpression; Discouraged access: The type BinaryExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
15. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 27) import org.eclipse.jdt.internal.compiler.ast.Block; Discouraged access: The type Block is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
16. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 28) import org.eclipse.jdt.internal.compiler.ast.BreakStatement; Discouraged access: The type BreakStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
17. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 29) import org.eclipse.jdt.internal.compiler.ast.CaseStatement; Discouraged access: The type CaseStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
18. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 30) import org.eclipse.jdt.internal.compiler.ast.CastExpression; Discouraged access: The type CastExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
19. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 31) import org.eclipse.jdt.internal.compiler.ast.CharLiteral; Discouraged access: The type CharLiteral is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
20. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 32) import org.eclipse.jdt.internal.compiler.ast.ClassLiteralAccess; Discouraged access: The type ClassLiteralAccess is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
21. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 33) import org.eclipse.jdt.internal.compiler.ast.Clinit; Discouraged access: The type Clinit is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
22. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 34) import org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration; Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
23. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 35) import org.eclipse.jdt.internal.compiler.ast.CompoundAssignment; Discouraged access: The type CompoundAssignment is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
24. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 36) import org.eclipse.jdt.internal.compiler.ast.ConditionalExpression; Discouraged access: The type ConditionalExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
25. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 37) import org.eclipse.jdt.internal.compiler.ast.ConstructorDeclaration; Discouraged access: The type ConstructorDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
26. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 38) import org.eclipse.jdt.internal.compiler.ast.ContinueStatement; Discouraged access: The type ContinueStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
27. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 39) import org.eclipse.jdt.internal.compiler.ast.DoStatement; Discouraged access: The type DoStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
28. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 40) import org.eclipse.jdt.internal.compiler.ast.DoubleLiteral; Discouraged access: The type DoubleLiteral is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
29. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 41) import org.eclipse.jdt.internal.compiler.ast.EmptyStatement; Discouraged access: The type EmptyStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
30. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 42) import org.eclipse.jdt.internal.compiler.ast.EqualExpression; Discouraged access: The type EqualExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
31. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 43) import org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall; Discouraged access: The type ExplicitConstructorCall is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
32. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 44) import org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral; Discouraged access: The type ExtendedStringLiteral is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
33. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 45) import org.eclipse.jdt.internal.compiler.ast.FalseLiteral; Discouraged access: The type FalseLiteral is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
34. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 46) import org.eclipse.jdt.internal.compiler.ast.FieldDeclaration; Discouraged access: The type FieldDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
35. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 47) import org.eclipse.jdt.internal.compiler.ast.FieldReference; Discouraged access: The type FieldReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
36. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 48) import org.eclipse.jdt.internal.compiler.ast.FloatLiteral; Discouraged access: The type FloatLiteral is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
37. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 49) import org.eclipse.jdt.internal.compiler.ast.ForStatement; Discouraged access: The type ForStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
38. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 50) import org.eclipse.jdt.internal.compiler.ast.ForeachStatement; Discouraged access: The type ForeachStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
39. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 51) import org.eclipse.jdt.internal.compiler.ast.IfStatement; Discouraged access: The type IfStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
40. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 52) import org.eclipse.jdt.internal.compiler.ast.ImportReference; Discouraged access: The type ImportReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
41. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 53) import org.eclipse.jdt.internal.compiler.ast.Initializer; Discouraged access: The type Initializer is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
42. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 54) import org.eclipse.jdt.internal.compiler.ast.InstanceOfExpression; Discouraged access: The type InstanceOfExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
43. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 55) import org.eclipse.jdt.internal.compiler.ast.IntLiteral; Discouraged access: The type IntLiteral is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
44. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 56) import org.eclipse.jdt.internal.compiler.ast.Javadoc; Discouraged access: The type Javadoc is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
45. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 57) import org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression; Discouraged access: The type JavadocAllocationExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
46. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 58) import org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression; Discouraged access: The type JavadocArgumentExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
47. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 59) import org.eclipse.jdt.internal.compiler.ast.JavadocArrayQualifiedTypeReference; Discouraged access: The type JavadocArrayQualifiedTypeReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
48. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 60) import org.eclipse.jdt.internal.compiler.ast.JavadocArraySingleTypeReference; Discouraged access: The type JavadocArraySingleTypeReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
49. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 61) import org.eclipse.jdt.internal.compiler.ast.JavadocFieldReference; Discouraged access: The type JavadocFieldReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
50. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 62) import org.eclipse.jdt.internal.compiler.ast.JavadocImplicitTypeReference; Discouraged access: The type JavadocImplicitTypeReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
51. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 63) import org.eclipse.jdt.internal.compiler.ast.JavadocMessageSend; Discouraged access: The type JavadocMessageSend is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
52. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 64) import org.eclipse.jdt.internal.compiler.ast.JavadocQualifiedTypeReference; Discouraged access: The type JavadocQualifiedTypeReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
53. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 65) import org.eclipse.jdt.internal.compiler.ast.JavadocReturnStatement; Discouraged access: The type JavadocReturnStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
54. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 66) import org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference; Discouraged access: The type JavadocSingleNameReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
55. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 67) import org.eclipse.jdt.internal.compiler.ast.JavadocSingleTypeReference; Discouraged access: The type JavadocSingleTypeReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
56. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 68) import org.eclipse.jdt.internal.compiler.ast.LabeledStatement; Discouraged access: The type LabeledStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
57. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 69) import org.eclipse.jdt.internal.compiler.ast.LocalDeclaration; Discouraged access: The type LocalDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
58. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 70) import org.eclipse.jdt.internal.compiler.ast.LongLiteral; Discouraged access: The type LongLiteral is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
59. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 71) import org.eclipse.jdt.internal.compiler.ast.MarkerAnnotation; Discouraged access: The type MarkerAnnotation is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
60. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 72) import org.eclipse.jdt.internal.compiler.ast.MemberValuePair; Discouraged access: The type MemberValuePair is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
61. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 73) import org.eclipse.jdt.internal.compiler.ast.MessageSend; Discouraged access: The type MessageSend is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
62. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 74) import org.eclipse.jdt.internal.compiler.ast.MethodDeclaration; Discouraged access: The type MethodDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
63. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 75) import org.eclipse.jdt.internal.compiler.ast.NormalAnnotation; Discouraged access: The type NormalAnnotation is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
64. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 76) import org.eclipse.jdt.internal.compiler.ast.NullLiteral; Discouraged access: The type NullLiteral is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
65. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 77) import org.eclipse.jdt.internal.compiler.ast.OR_OR_Expression; Discouraged access: The type OR_OR_Expression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
66. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 78) import org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference; Discouraged access: The type ParameterizedQualifiedTypeReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
67. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 79) import org.eclipse.jdt.internal.compiler.ast.ParameterizedSingleTypeReference; Discouraged access: The type ParameterizedSingleTypeReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
68. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 80) import org.eclipse.jdt.internal.compiler.ast.PostfixExpression; Discouraged access: The type PostfixExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
69. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 81) import org.eclipse.jdt.internal.compiler.ast.PrefixExpression; Discouraged access: The type PrefixExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
70. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 82) import org.eclipse.jdt.internal.compiler.ast.QualifiedAllocationExpression; Discouraged access: The type QualifiedAllocationExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
71. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 83) import org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference; Discouraged access: The type QualifiedNameReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
72. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 84) import org.eclipse.jdt.internal.compiler.ast.QualifiedSuperReference; Discouraged access: The type QualifiedSuperReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
73. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 85) import org.eclipse.jdt.internal.compiler.ast.QualifiedThisReference; Discouraged access: The type QualifiedThisReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
74. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 86) import org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference; Discouraged access: The type QualifiedTypeReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
75. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 87) import org.eclipse.jdt.internal.compiler.ast.ReturnStatement; Discouraged access: The type ReturnStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
76. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 88) import org.eclipse.jdt.internal.compiler.ast.SingleMemberAnnotation; Discouraged access: The type SingleMemberAnnotation is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
77. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 89) import org.eclipse.jdt.internal.compiler.ast.SingleNameReference; Discouraged access: The type SingleNameReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
78. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 90) import org.eclipse.jdt.internal.compiler.ast.SingleTypeReference; Discouraged access: The type SingleTypeReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
79. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 91) import org.eclipse.jdt.internal.compiler.ast.StringLiteral; Discouraged access: The type StringLiteral is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
80. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 92) import org.eclipse.jdt.internal.compiler.ast.StringLiteralConcatenation; Discouraged access: The type StringLiteralConcatenation is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
81. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 93) import org.eclipse.jdt.internal.compiler.ast.SuperReference; Discouraged access: The type SuperReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
82. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 94) import org.eclipse.jdt.internal.compiler.ast.SwitchStatement; Discouraged access: The type SwitchStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
83. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 95) import org.eclipse.jdt.internal.compiler.ast.SynchronizedStatement; Discouraged access: The type SynchronizedStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
84. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 96) import org.eclipse.jdt.internal.compiler.ast.ThisReference; Discouraged access: The type ThisReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
85. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 97) import org.eclipse.jdt.internal.compiler.ast.ThrowStatement; Discouraged access: The type ThrowStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
86. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 98) import org.eclipse.jdt.internal.compiler.ast.TrueLiteral; Discouraged access: The type TrueLiteral is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
87. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 99) import org.eclipse.jdt.internal.compiler.ast.TryStatement; Discouraged access: The type TryStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
88. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 100) import org.eclipse.jdt.internal.compiler.ast.TypeDeclaration; Discouraged access: The type TypeDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
89. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 101) import org.eclipse.jdt.internal.compiler.ast.TypeParameter; Discouraged access: The type TypeParameter is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
90. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 102) import org.eclipse.jdt.internal.compiler.ast.UnaryExpression; Discouraged access: The type UnaryExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
91. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 103) import org.eclipse.jdt.internal.compiler.ast.WhileStatement; Discouraged access: The type WhileStatement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
92. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 104) import org.eclipse.jdt.internal.compiler.ast.Wildcard; Discouraged access: The type Wildcard is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
93. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 105) import org.eclipse.jdt.internal.compiler.lookup.BlockScope; Discouraged access: The type BlockScope is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
94. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 106) import org.eclipse.jdt.internal.compiler.lookup.ClassScope; Discouraged access: The type ClassScope is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
95. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 107) import org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope; Discouraged access: The type CompilationUnitScope is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
96. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 108) import org.eclipse.jdt.internal.compiler.lookup.MethodScope; Discouraged access: The type MethodScope is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
97. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 109) import org.eclipse.jdt.internal.compiler.lookup.Scope; Discouraged access: The type Scope is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
98. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 113) public class ActionScriptSourceGeneratorCatcher extends ASTVisitor { Discouraged access: The type ASTVisitor is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
99. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 121) protected void reportError(Scope scope, String errorMessage, ASTNode location) {/**/} Discouraged access: The type Scope is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
100. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ActionScriptSourceGeneratorCatcher.java (at line 121) protected void reportError(Scope scope, String errorMessage, ASTNode location) {/**/} Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
1. WARNING in /src/org/eclipse/jdt/internal/compiler/as/FieldNamesRegistry.java (at line 15) import org.eclipse.jdt.internal.compiler.lookup.FieldBinding; Discouraged access: The type FieldBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
2. WARNING in /src/org/eclipse/jdt/internal/compiler/as/FieldNamesRegistry.java (at line 16) import org.eclipse.jdt.internal.compiler.lookup.TypeBinding; Discouraged access: The type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
3. WARNING in /src/org/eclipse/jdt/internal/compiler/as/FieldNamesRegistry.java (at line 21) public void fieldHiding(FieldBinding mask) { Discouraged access: The type FieldBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
4. WARNING in /src/org/eclipse/jdt/internal/compiler/as/FieldNamesRegistry.java (at line 22) if (!mask.isStatic()) { Discouraged access: The method isStatic() from the type FieldBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
5. WARNING in /src/org/eclipse/jdt/internal/compiler/as/FieldNamesRegistry.java (at line 23) this.targetNames.put(mask, new String(mask.readableName()) + typeName(mask.declaringClass)); Discouraged access: The method readableName() from the type VariableBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
6. WARNING in /src/org/eclipse/jdt/internal/compiler/as/FieldNamesRegistry.java (at line 23) this.targetNames.put(mask, new String(mask.readableName()) + typeName(mask.declaringClass)); Discouraged access: The field declaringClass from the type FieldBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
7. WARNING in /src/org/eclipse/jdt/internal/compiler/as/FieldNamesRegistry.java (at line 27) public String targetName(FieldBinding binding) { Discouraged access: The type FieldBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
8. WARNING in /src/org/eclipse/jdt/internal/compiler/as/FieldNamesRegistry.java (at line 30) targetName = new String(binding.readableName()); Discouraged access: The method readableName() from the type VariableBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
9. WARNING in /src/org/eclipse/jdt/internal/compiler/as/FieldNamesRegistry.java (at line 32) targetName += typeName(binding.declaringClass); Discouraged access: The field declaringClass from the type FieldBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
10. WARNING in /src/org/eclipse/jdt/internal/compiler/as/FieldNamesRegistry.java (at line 39) private String typeName(TypeBinding binding) { Discouraged access: The type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
1. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 19) import org.eclipse.jdt.internal.compiler.ASTVisitor; Discouraged access: The type ASTVisitor is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
2. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 20) import org.eclipse.jdt.internal.compiler.ast.ASTNode; Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
3. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 21) import org.eclipse.jdt.internal.compiler.ast.AllocationExpression; Discouraged access: The type AllocationExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
4. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 22) import org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression; Discouraged access: The type ArrayAllocationExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
5. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 23) import org.eclipse.jdt.internal.compiler.ast.ArrayQualifiedTypeReference; Discouraged access: The type ArrayQualifiedTypeReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
6. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 24) import org.eclipse.jdt.internal.compiler.ast.ArrayTypeReference; Discouraged access: The type ArrayTypeReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
7. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 25) import org.eclipse.jdt.internal.compiler.ast.BinaryExpression; Discouraged access: The type BinaryExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
8. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 26) import org.eclipse.jdt.internal.compiler.ast.CastExpression; Discouraged access: The type CastExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
9. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 27) import org.eclipse.jdt.internal.compiler.ast.ClassLiteralAccess; Discouraged access: The type ClassLiteralAccess is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
10. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 28) import org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration; Discouraged access: The type CompilationUnitDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
11. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 29) import org.eclipse.jdt.internal.compiler.ast.ExplicitConstructorCall; Discouraged access: The type ExplicitConstructorCall is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
12. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 30) import org.eclipse.jdt.internal.compiler.ast.FieldReference; Discouraged access: The type FieldReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
13. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 31) import org.eclipse.jdt.internal.compiler.ast.ImportReference; Discouraged access: The type ImportReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
14. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 32) import org.eclipse.jdt.internal.compiler.ast.MessageSend; Discouraged access: The type MessageSend is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
15. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 33) import org.eclipse.jdt.internal.compiler.ast.MethodDeclaration; Discouraged access: The type MethodDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
16. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 34) import org.eclipse.jdt.internal.compiler.ast.ParameterizedQualifiedTypeReference; Discouraged access: The type ParameterizedQualifiedTypeReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
17. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 35) import org.eclipse.jdt.internal.compiler.ast.ParameterizedSingleTypeReference; Discouraged access: The type ParameterizedSingleTypeReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
18. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 36) import org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference; Discouraged access: The type QualifiedNameReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
19. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 37) import org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference; Discouraged access: The type QualifiedTypeReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
20. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 38) import org.eclipse.jdt.internal.compiler.ast.SingleNameReference; Discouraged access: The type SingleNameReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
21. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 39) import org.eclipse.jdt.internal.compiler.ast.SingleTypeReference; Discouraged access: The type SingleTypeReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
22. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 40) import org.eclipse.jdt.internal.compiler.ast.TypeDeclaration; Discouraged access: The type TypeDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
23. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 41) import org.eclipse.jdt.internal.compiler.lookup.Binding; Discouraged access: The type Binding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
24. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 42) import org.eclipse.jdt.internal.compiler.lookup.BlockScope; Discouraged access: The type BlockScope is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
25. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 43) import org.eclipse.jdt.internal.compiler.lookup.ClassScope; Discouraged access: The type ClassScope is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
26. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 44) import org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope; Discouraged access: The type CompilationUnitScope is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
27. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 45) import org.eclipse.jdt.internal.compiler.lookup.FieldBinding; Discouraged access: The type FieldBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
28. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 46) import org.eclipse.jdt.internal.compiler.lookup.ImportBinding; Discouraged access: The type ImportBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
29. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 47) import org.eclipse.jdt.internal.compiler.lookup.MethodBinding; Discouraged access: The type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
30. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 48) import org.eclipse.jdt.internal.compiler.lookup.PackageBinding; Discouraged access: The type PackageBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
31. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 49) import org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding; Discouraged access: The type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
32. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 50) import org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding; Discouraged access: The type SourceTypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
33. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 51) import org.eclipse.jdt.internal.compiler.lookup.TypeBinding; Discouraged access: The type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
34. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 52) import org.eclipse.jdt.internal.compiler.lookup.TypeIds; Discouraged access: The type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
35. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 56) class TypeReferenceVisitor extends ASTVisitor { Discouraged access: The type ASTVisitor is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
36. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 57) public boolean visit(AllocationExpression allocationExpression, BlockScope scope) { Discouraged access: The type AllocationExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
37. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 57) public boolean visit(AllocationExpression allocationExpression, BlockScope scope) { Discouraged access: The type BlockScope is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
38. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 58) if (allocationExpression.binding != null) { Discouraged access: The field binding from the type AllocationExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
39. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 59) ReferenceBinding allocatedType = allocationExpression.binding.declaringClass; Discouraged access: The type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
40. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 59) ReferenceBinding allocatedType = allocationExpression.binding.declaringClass; Discouraged access: The field binding from the type AllocationExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
41. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 59) ReferenceBinding allocatedType = allocationExpression.binding.declaringClass; Discouraged access: The field declaringClass from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
42. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 62) allocatedType.id != TypeIds.T_JavaLangString && Discouraged access: The field id from the type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
43. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 62) allocatedType.id != TypeIds.T_JavaLangString && Discouraged access: The type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
44. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 62) allocatedType.id != TypeIds.T_JavaLangString && Discouraged access: The field T_JavaLangString from the type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
45. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 63) allocationExpression.binding.declaringClass.id != TypeIds.T_JavaLangObject && Discouraged access: The field binding from the type AllocationExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
46. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 63) allocationExpression.binding.declaringClass.id != TypeIds.T_JavaLangObject && Discouraged access: The field declaringClass from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
47. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 63) allocationExpression.binding.declaringClass.id != TypeIds.T_JavaLangObject && Discouraged access: The field id from the type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
48. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 63) allocationExpression.binding.declaringClass.id != TypeIds.T_JavaLangObject && Discouraged access: The type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
49. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 63) allocationExpression.binding.declaringClass.id != TypeIds.T_JavaLangObject && Discouraged access: The field T_JavaLangObject from the type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
50. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 65) !Util.isSingleConstructor(allocationExpression.binding); Discouraged access: The field binding from the type AllocationExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
51. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 67) return super.visit(allocationExpression, scope); Discouraged access: The method visit(AllocationExpression, BlockScope) from the type ASTVisitor is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
52. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 70) ArrayAllocationExpression arrayAllocationExpression, Discouraged access: The type ArrayAllocationExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
53. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 71) BlockScope scope) { Discouraged access: The type BlockScope is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
54. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 73) return super.visit(arrayAllocationExpression, scope); Discouraged access: The method visit(ArrayAllocationExpression, BlockScope) from the type ASTVisitor is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
55. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 75) public boolean visit(ArrayQualifiedTypeReference reference, BlockScope scope) { Discouraged access: The type ArrayQualifiedTypeReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
56. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 75) public boolean visit(ArrayQualifiedTypeReference reference, BlockScope scope) { Discouraged access: The type BlockScope is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
57. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 81) return super.visit(reference, scope); Discouraged access: The method visit(ArrayQualifiedTypeReference, BlockScope) from the type ASTVisitor is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
58. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 84) public boolean visit(ArrayQualifiedTypeReference reference, ClassScope scope) { Discouraged access: The type ArrayQualifiedTypeReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
59. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 84) public boolean visit(ArrayQualifiedTypeReference reference, ClassScope scope) { Discouraged access: The type ClassScope is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
60. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 90) return super.visit(reference, scope); Discouraged access: The method visit(ArrayQualifiedTypeReference, ClassScope) from the type ASTVisitor is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
61. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 93) public boolean visit(ArrayTypeReference reference, BlockScope scope) { Discouraged access: The type ArrayTypeReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
62. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 93) public boolean visit(ArrayTypeReference reference, BlockScope scope) { Discouraged access: The type BlockScope is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
63. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 99) return super.visit(reference, scope); Discouraged access: The method visit(ArrayTypeReference, BlockScope) from the type ASTVisitor is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
64. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 102) public boolean visit(ArrayTypeReference reference, ClassScope scope) { Discouraged access: The type ArrayTypeReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
65. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 102) public boolean visit(ArrayTypeReference reference, ClassScope scope) { Discouraged access: The type ClassScope is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
66. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 108) return super.visit(reference, scope); Discouraged access: The method visit(ArrayTypeReference, ClassScope) from the type ASTVisitor is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
67. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 111) public boolean visit(BinaryExpression binaryExpression, BlockScope scope) { Discouraged access: The type BinaryExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
68. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 111) public boolean visit(BinaryExpression binaryExpression, BlockScope scope) { Discouraged access: The type BlockScope is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
69. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 112) if (binaryExpression.resolvedType.id == TypeIds.T_JavaLangString) { Discouraged access: The field resolvedType from the type Expression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
70. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 112) if (binaryExpression.resolvedType.id == TypeIds.T_JavaLangString) { Discouraged access: The field id from the type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
71. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 112) if (binaryExpression.resolvedType.id == TypeIds.T_JavaLangString) { Discouraged access: The type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
72. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 112) if (binaryExpression.resolvedType.id == TypeIds.T_JavaLangString) { Discouraged access: The field T_JavaLangString from the type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
73. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 113) switch (binaryExpression.left.resolvedType.id) { Discouraged access: The field left from the type BinaryExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
74. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 113) switch (binaryExpression.left.resolvedType.id) { Discouraged access: The field resolvedType from the type Expression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
75. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 113) switch (binaryExpression.left.resolvedType.id) { Discouraged access: The field id from the type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
76. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 114) case TypeIds.T_char: Discouraged access: The type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
77. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 114) case TypeIds.T_char: Discouraged access: The field T_char from the type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
78. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 115) case TypeIds.T_byte: Discouraged access: The type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
79. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 115) case TypeIds.T_byte: Discouraged access: The field T_byte from the type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
80. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 116) case TypeIds.T_short: Discouraged access: The type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
81. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 116) case TypeIds.T_short: Discouraged access: The field T_short from the type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
82. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 117) case TypeIds.T_boolean: Discouraged access: The type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
83. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 117) case TypeIds.T_boolean: Discouraged access: The field T_boolean from the type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
84. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 119) case TypeIds.T_long: Discouraged access: The type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
85. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 119) case TypeIds.T_long: Discouraged access: The field T_long from the type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
86. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 120) case TypeIds.T_double: Discouraged access: The type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
87. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 120) case TypeIds.T_double: Discouraged access: The field T_double from the type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
88. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 121) case TypeIds.T_float: Discouraged access: The type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
89. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 121) case TypeIds.T_float: Discouraged access: The field T_float from the type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
90. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 122) case TypeIds.T_int: Discouraged access: The type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
91. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 122) case TypeIds.T_int: Discouraged access: The field T_int from the type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
92. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 123) case TypeIds.T_JavaLangString: Discouraged access: The type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
93. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 123) case TypeIds.T_JavaLangString: Discouraged access: The field T_JavaLangString from the type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
94. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 124) case TypeIds.T_null: Discouraged access: The type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
95. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 124) case TypeIds.T_null: Discouraged access: The field T_null from the type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
96. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 127) if (!Util.isIntrinsic(binaryExpression.left.resolvedType) && Discouraged access: The field left from the type BinaryExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
97. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 127) if (!Util.isIntrinsic(binaryExpression.left.resolvedType) && Discouraged access: The field resolvedType from the type Expression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
98. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 128) !binaryExpression.left.isThis()) { Discouraged access: The method isThis() from the type ASTNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
99. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 128) !binaryExpression.left.isThis()) { Discouraged access: The field left from the type BinaryExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
100. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ImportRegistry.java (at line 130) return super.visit(binaryExpression, scope); Discouraged access: The method visit(BinaryExpression, BlockScope) from the type ASTVisitor is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
1. WARNING in /src/org/eclipse/jdt/internal/compiler/as/LocalNamesRegistry.java (at line 16) import org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration; Discouraged access: The type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
2. WARNING in /src/org/eclipse/jdt/internal/compiler/as/LocalNamesRegistry.java (at line 17) import org.eclipse.jdt.internal.compiler.lookup.FieldBinding; Discouraged access: The type FieldBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
3. WARNING in /src/org/eclipse/jdt/internal/compiler/as/LocalNamesRegistry.java (at line 18) import org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding; Discouraged access: The type LocalVariableBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
4. WARNING in /src/org/eclipse/jdt/internal/compiler/as/LocalNamesRegistry.java (at line 19) import org.eclipse.jdt.internal.compiler.lookup.MethodBinding; Discouraged access: The type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
5. WARNING in /src/org/eclipse/jdt/internal/compiler/as/LocalNamesRegistry.java (at line 20) import org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding; Discouraged access: The type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
6. WARNING in /src/org/eclipse/jdt/internal/compiler/as/LocalNamesRegistry.java (at line 25) public static LocalNamesRegistry newInstance(AbstractMethodDeclaration methodDeclaration, LocalNamesRegistry registry) { Discouraged access: The type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
7. WARNING in /src/org/eclipse/jdt/internal/compiler/as/LocalNamesRegistry.java (at line 27) MethodBinding methodBinding = methodDeclaration.binding; Discouraged access: The type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
8. WARNING in /src/org/eclipse/jdt/internal/compiler/as/LocalNamesRegistry.java (at line 27) MethodBinding methodBinding = methodDeclaration.binding; Discouraged access: The field binding from the type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
9. WARNING in /src/org/eclipse/jdt/internal/compiler/as/LocalNamesRegistry.java (at line 28) if (methodBinding != null && !methodBinding.isConstructor() && !methodBinding.isStatic()) { Discouraged access: The method isConstructor() from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
10. WARNING in /src/org/eclipse/jdt/internal/compiler/as/LocalNamesRegistry.java (at line 28) if (methodBinding != null && !methodBinding.isConstructor() && !methodBinding.isStatic()) { Discouraged access: The method isStatic() from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
11. WARNING in /src/org/eclipse/jdt/internal/compiler/as/LocalNamesRegistry.java (at line 29) ReferenceBinding referenceBinding = methodBinding.declaringClass; Discouraged access: The type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
12. WARNING in /src/org/eclipse/jdt/internal/compiler/as/LocalNamesRegistry.java (at line 29) ReferenceBinding referenceBinding = methodBinding.declaringClass; Discouraged access: The field declaringClass from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
13. WARNING in /src/org/eclipse/jdt/internal/compiler/as/LocalNamesRegistry.java (at line 31) FieldBinding[] fields = referenceBinding.fields(); Discouraged access: The type FieldBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
14. WARNING in /src/org/eclipse/jdt/internal/compiler/as/LocalNamesRegistry.java (at line 31) FieldBinding[] fields = referenceBinding.fields(); Discouraged access: The method fields() from the type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
15. WARNING in /src/org/eclipse/jdt/internal/compiler/as/LocalNamesRegistry.java (at line 33) newRegistry.addTargetName(fields[i].name); Discouraged access: The field name from the type VariableBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
16. WARNING in /src/org/eclipse/jdt/internal/compiler/as/LocalNamesRegistry.java (at line 35) referenceBinding = referenceBinding.superclass(); Discouraged access: The method superclass() from the type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
17. WARNING in /src/org/eclipse/jdt/internal/compiler/as/LocalNamesRegistry.java (at line 59) public String targetName(LocalVariableBinding binding) { Discouraged access: The type LocalVariableBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
18. WARNING in /src/org/eclipse/jdt/internal/compiler/as/LocalNamesRegistry.java (at line 60) char[] readableName = binding.readableName(); Discouraged access: The method readableName() from the type VariableBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
1. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 22) import org.eclipse.jdt.internal.compiler.batch.FileSystem; Discouraged access: The type FileSystem is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
2. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 24) public class Main extends org.eclipse.jdt.internal.compiler.batch.Main { Discouraged access: The type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
3. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 30) new Main(new PrintWriter(System.out), new PrintWriter(System.err), true, null).compile(argv); Discouraged access: The method compile(String[]) from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
4. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 39) super(outWriter, errWriter, systemExitWhenFinished, customDefaultOptions, null /* progress */); Discouraged access: The constructor Main(PrintWriter, PrintWriter, boolean, Map, CompilationProgress) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
5. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 67) this.startTime = System.currentTimeMillis(); Discouraged access: The field startTime from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
6. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 69) FileSystem environment = getLibraryAccess(); Discouraged access: The type FileSystem is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
7. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 69) FileSystem environment = getLibraryAccess(); Discouraged access: The method getLibraryAccess() from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
8. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 70) this.options.put(ASCompilerOptions.OPTION_ReportNonConstStaticFinalField, org.eclipse.jdt.internal.compiler.impl.CompilerOptions.IGNORE); Discouraged access: The field options from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
9. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 70) this.options.put(ASCompilerOptions.OPTION_ReportNonConstStaticFinalField, org.eclipse.jdt.internal.compiler.impl.CompilerOptions.IGNORE); Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
10. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 70) this.options.put(ASCompilerOptions.OPTION_ReportNonConstStaticFinalField, org.eclipse.jdt.internal.compiler.impl.CompilerOptions.IGNORE); Discouraged access: The field IGNORE from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
11. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 71) this.compilerOptions = new ASCompilerOptions(this.options); Discouraged access: The field compilerOptions from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
12. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 71) this.compilerOptions = new ASCompilerOptions(this.options); Discouraged access: The field options from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
13. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 72) this.compilerOptions.performMethodsFullRecovery = false; Discouraged access: The field compilerOptions from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
14. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 72) this.compilerOptions.performMethodsFullRecovery = false; Discouraged access: The field performMethodsFullRecovery from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
15. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 73) this.compilerOptions.performStatementsRecovery = false; Discouraged access: The field compilerOptions from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
16. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 73) this.compilerOptions.performStatementsRecovery = false; Discouraged access: The field performStatementsRecovery from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
17. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 75) this.batchCompiler = Discouraged access: The field batchCompiler from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
18. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 78) getHandlingPolicy(), Discouraged access: The method getHandlingPolicy() from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
19. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 79) (ASCompilerOptions) this.compilerOptions, Discouraged access: The field compilerOptions from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
20. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 80) getBatchRequestor(), Discouraged access: The method getBatchRequestor() from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
21. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 88) getProblemFactory(), Discouraged access: The method getProblemFactory() from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
22. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 89) this.out); Discouraged access: The field out from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
23. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 92) this.compilerOptions.verbose = this.verbose; Discouraged access: The field compilerOptions from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
24. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 92) this.compilerOptions.verbose = this.verbose; Discouraged access: The field verbose from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
25. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 92) this.compilerOptions.verbose = this.verbose; Discouraged access: The field verbose from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
26. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 93) this.compilerOptions.produceReferenceInfo = this.produceRefInfo; Discouraged access: The field compilerOptions from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
27. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 93) this.compilerOptions.produceReferenceInfo = this.produceRefInfo; Discouraged access: The field produceReferenceInfo from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
28. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 93) this.compilerOptions.produceReferenceInfo = this.produceRefInfo; Discouraged access: The field produceRefInfo from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
29. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 95) String savedDestinationPath = this.destinationPath; Discouraged access: The field destinationPath from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
30. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 97) this.destinationPath = NONE; Discouraged access: The field destinationPath from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
31. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 97) this.destinationPath = NONE; Discouraged access: The field NONE from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
32. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 98) this.logger.startLoggingSources(); Discouraged access: The method startLoggingSources() from the type Main.Logger is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
33. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 98) this.logger.startLoggingSources(); Discouraged access: The field logger from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
34. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 99) this.batchCompiler.compile(getCompilationUnits()); Discouraged access: The method compile(ICompilationUnit[]) from the type Compiler is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
35. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 99) this.batchCompiler.compile(getCompilationUnits()); Discouraged access: The field batchCompiler from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
36. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 99) this.batchCompiler.compile(getCompilationUnits()); Discouraged access: The method getCompilationUnits() from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
37. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 101) this.logger.endLoggingSources(); Discouraged access: The method endLoggingSources() from the type Main.Logger is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
38. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 101) this.logger.endLoggingSources(); Discouraged access: The field logger from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
39. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 102) this.destinationPath = savedDestinationPath; Discouraged access: The field destinationPath from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
40. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 107) for (int i = 0, l = this.filenames.length; i < l; i++) { Discouraged access: The field filenames from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
41. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 108) if (this.destinationPaths[i] != null) { Discouraged access: The field destinationPaths from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
42. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 109) resolvedDestinationPaths.put(this.filenames[i], this.destinationPaths[i]); Discouraged access: The field filenames from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
43. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 109) resolvedDestinationPaths.put(this.filenames[i], this.destinationPaths[i]); Discouraged access: The field destinationPaths from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
44. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 119) if (this.destinationPath == null) { Discouraged access: The field destinationPath from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
45. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 122) } else if (this.destinationPath != NONE) { Discouraged access: The field destinationPath from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
46. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 122) } else if (this.destinationPath != NONE) { Discouraged access: The field NONE from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
47. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 123) currentDestinationPath = this.destinationPath; Discouraged access: The field destinationPath from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
48. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 126) if (currentDestinationPath != NONE && Discouraged access: The field NONE from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
49. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 131) this.logger.logException(e); Discouraged access: The method logException(Exception) from the type Main.Logger is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
50. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 131) this.logger.logException(e); Discouraged access: The field logger from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
51. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 137) this.logger.loggingExtraProblems(this); Discouraged access: The method loggingExtraProblems(Main) from the type Main.Logger is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
52. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 137) this.logger.loggingExtraProblems(this); Discouraged access: The field logger from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
53. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 140) this.logger.printStats(); Discouraged access: The method printStats() from the type Main.Logger is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
54. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 140) this.logger.printStats(); Discouraged access: The field logger from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
55. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 143) environment.cleanup(); Discouraged access: The method cleanup() from the type FileSystem is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
56. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 146) super.disableWarnings(); Discouraged access: The method disableWarnings() from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
57. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 147) this.options.put(ASCompilerOptions.OPTION_DisableWarnings, org.eclipse.jdt.internal.compiler.impl.CompilerOptions.DISABLED); Discouraged access: The field options from the type Main is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
58. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 147) this.options.put(ASCompilerOptions.OPTION_DisableWarnings, org.eclipse.jdt.internal.compiler.impl.CompilerOptions.DISABLED); Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
59. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Main.java (at line 147) this.options.put(ASCompilerOptions.OPTION_DisableWarnings, org.eclipse.jdt.internal.compiler.impl.CompilerOptions.DISABLED); Discouraged access: The field DISABLED from the type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
1. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ProblemReporter.java (at line 13) import org.eclipse.jdt.internal.compiler.IErrorHandlingPolicy; Discouraged access: The type IErrorHandlingPolicy is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
2. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ProblemReporter.java (at line 14) import org.eclipse.jdt.internal.compiler.IProblemFactory; Discouraged access: The type IProblemFactory is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
3. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ProblemReporter.java (at line 15) import org.eclipse.jdt.internal.compiler.ast.FieldDeclaration; Discouraged access: The type FieldDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
4. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ProblemReporter.java (at line 16) import org.eclipse.jdt.internal.compiler.impl.CompilerOptions; Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
5. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ProblemReporter.java (at line 17) import org.eclipse.jdt.internal.compiler.lookup.Binding; Discouraged access: The type Binding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
6. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ProblemReporter.java (at line 23) public class ProblemReporter extends org.eclipse.jdt.internal.compiler.problem.ProblemReporter { Discouraged access: The type ProblemReporter is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
7. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ProblemReporter.java (at line 25) public ProblemReporter(IErrorHandlingPolicy policy, CompilerOptions options, IProblemFactory problemFactory, FieldNamesRegistry fieldNamesRegistry) { Discouraged access: The type IErrorHandlingPolicy is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
8. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ProblemReporter.java (at line 25) public ProblemReporter(IErrorHandlingPolicy policy, CompilerOptions options, IProblemFactory problemFactory, FieldNamesRegistry fieldNamesRegistry) { Discouraged access: The type CompilerOptions is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
9. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ProblemReporter.java (at line 25) public ProblemReporter(IErrorHandlingPolicy policy, CompilerOptions options, IProblemFactory problemFactory, FieldNamesRegistry fieldNamesRegistry) { Discouraged access: The type IProblemFactory is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
10. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ProblemReporter.java (at line 26) super(policy, options, problemFactory); Discouraged access: The constructor ProblemReporter(IErrorHandlingPolicy, CompilerOptions, IProblemFactory) is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
11. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ProblemReporter.java (at line 29) public void fieldHiding(FieldDeclaration fieldDecl, Binding hiddenVariable) { Discouraged access: The type FieldDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
12. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ProblemReporter.java (at line 29) public void fieldHiding(FieldDeclaration fieldDecl, Binding hiddenVariable) { Discouraged access: The type Binding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
13. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ProblemReporter.java (at line 30) super.fieldHiding(fieldDecl, hiddenVariable); Discouraged access: The method fieldHiding(FieldDeclaration, Binding) from the type ProblemReporter is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
14. WARNING in /src/org/eclipse/jdt/internal/compiler/as/ProblemReporter.java (at line 31) this.fieldNamesRegistry.fieldHiding(fieldDecl.binding); Discouraged access: The field binding from the type FieldDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
1. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 23) import org.eclipse.jdt.internal.compiler.ASTVisitor; Discouraged access: The type ASTVisitor is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
2. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 24) import org.eclipse.jdt.internal.compiler.ast.ASTNode; Discouraged access: The type ASTNode is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
3. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 25) import org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration; Discouraged access: The type AbstractMethodDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
4. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 26) import org.eclipse.jdt.internal.compiler.ast.AbstractVariableDeclaration; Discouraged access: The type AbstractVariableDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
5. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 27) import org.eclipse.jdt.internal.compiler.ast.Block; Discouraged access: The type Block is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
6. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 28) import org.eclipse.jdt.internal.compiler.ast.Expression; Discouraged access: The type Expression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
7. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 29) import org.eclipse.jdt.internal.compiler.ast.FieldDeclaration; Discouraged access: The type FieldDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
8. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 30) import org.eclipse.jdt.internal.compiler.ast.OperatorExpression; Discouraged access: The type OperatorExpression is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
9. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 31) import org.eclipse.jdt.internal.compiler.ast.OperatorIds; Discouraged access: The type OperatorIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
10. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 32) import org.eclipse.jdt.internal.compiler.ast.QualifiedNameReference; Discouraged access: The type QualifiedNameReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
11. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 33) import org.eclipse.jdt.internal.compiler.ast.Statement; Discouraged access: The type Statement is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
12. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 34) import org.eclipse.jdt.internal.compiler.ast.ThisReference; Discouraged access: The type ThisReference is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
13. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 35) import org.eclipse.jdt.internal.compiler.ast.TypeDeclaration; Discouraged access: The type TypeDeclaration is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
14. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 36) import org.eclipse.jdt.internal.compiler.classfmt.ClassFileConstants; Discouraged access: The type ClassFileConstants is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
15. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 37) import org.eclipse.jdt.internal.compiler.impl.Constant; Discouraged access: The type Constant is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
16. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 38) import org.eclipse.jdt.internal.compiler.lookup.BlockScope; Discouraged access: The type BlockScope is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
17. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 39) import org.eclipse.jdt.internal.compiler.lookup.FieldBinding; Discouraged access: The type FieldBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
18. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 40) import org.eclipse.jdt.internal.compiler.lookup.MethodBinding; Discouraged access: The type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
19. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 41) import org.eclipse.jdt.internal.compiler.lookup.MethodScope; Discouraged access: The type MethodScope is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
20. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 42) import org.eclipse.jdt.internal.compiler.lookup.PackageBinding; Discouraged access: The type PackageBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
21. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 43) import org.eclipse.jdt.internal.compiler.lookup.ParameterizedMethodBinding; Discouraged access: The type ParameterizedMethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
22. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 44) import org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding; Discouraged access: The type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
23. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 45) import org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding; Discouraged access: The type SourceTypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
24. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 46) import org.eclipse.jdt.internal.compiler.lookup.TypeBinding; Discouraged access: The type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
25. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 47) import org.eclipse.jdt.internal.compiler.lookup.TypeConstants; Discouraged access: The type TypeConstants is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
26. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 48) import org.eclipse.jdt.internal.compiler.lookup.TypeIds; Discouraged access: The type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
27. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 49) import org.eclipse.jdt.internal.compiler.lookup.TypeVariableBinding; Discouraged access: The type TypeVariableBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
28. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 68) public static int checkIntrinsic(MethodBinding method) { Discouraged access: The type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
29. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 69) if (isIntrinsic(method.declaringClass)) { Discouraged access: The field declaringClass from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
30. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 74) if (method.isOverriding()) { Discouraged access: The method isOverriding() from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
31. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 75) MethodBinding overriden = method.declaringClass.superclass().getExactMethod(method.selector, method.parameters, null); Discouraged access: The type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
32. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 75) MethodBinding overriden = method.declaringClass.superclass().getExactMethod(method.selector, method.parameters, null); Discouraged access: The method getExactMethod(char[], TypeBinding[], CompilationUnitScope) from the type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
33. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 75) MethodBinding overriden = method.declaringClass.superclass().getExactMethod(method.selector, method.parameters, null); Discouraged access: The method superclass() from the type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
34. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 75) MethodBinding overriden = method.declaringClass.superclass().getExactMethod(method.selector, method.parameters, null); Discouraged access: The field declaringClass from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
35. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 75) MethodBinding overriden = method.declaringClass.superclass().getExactMethod(method.selector, method.parameters, null); Discouraged access: The field selector from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
36. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 75) MethodBinding overriden = method.declaringClass.superclass().getExactMethod(method.selector, method.parameters, null); Discouraged access: The field parameters from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
37. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 89) if (method.isImplementing()) { Discouraged access: The method isImplementing() from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
38. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 90) MethodBinding implemented; Discouraged access: The type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
39. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 91) ReferenceBinding[] superInterfaces = method.declaringClass.superInterfaces(); Discouraged access: The type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
40. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 91) ReferenceBinding[] superInterfaces = method.declaringClass.superInterfaces(); Discouraged access: The method superInterfaces() from the type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
41. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 91) ReferenceBinding[] superInterfaces = method.declaringClass.superInterfaces(); Discouraged access: The field declaringClass from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
42. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 95) implemented = superInterfaces[i].getExactMethod(method.selector, method.parameters, null); Discouraged access: The method getExactMethod(char[], TypeBinding[], CompilationUnitScope) from the type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
43. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 95) implemented = superInterfaces[i].getExactMethod(method.selector, method.parameters, null); Discouraged access: The field selector from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
44. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 95) implemented = superInterfaces[i].getExactMethod(method.selector, method.parameters, null); Discouraged access: The field parameters from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
45. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 121) public static void dumpConstructorFieldReference(ActionScriptScribe scriptOutput, MethodBinding constructor) { Discouraged access: The type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
46. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 122) appendTypeName(scriptOutput, constructor.declaringClass, true); Discouraged access: The field declaringClass from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
47. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 129) public static boolean isIntrinsic(TypeBinding type) { Discouraged access: The type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
48. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 130) PackageBinding packageBinding = type.getPackage(); Discouraged access: The type PackageBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
49. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 130) PackageBinding packageBinding = type.getPackage(); Discouraged access: The method getPackage() from the type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
50. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 132) return isIntrinsic(packageBinding.compoundName); Discouraged access: The field compoundName from the type PackageBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
51. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 137) public static boolean isOverriding(MethodBinding method) { Discouraged access: The type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
52. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 138) ReferenceBinding declaringClass = method.declaringClass; Discouraged access: The type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
53. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 138) ReferenceBinding declaringClass = method.declaringClass; Discouraged access: The field declaringClass from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
54. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 139) if (method.isOverriding()) { Discouraged access: The method isOverriding() from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
55. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 140) MethodBinding overridenMethod = null; Discouraged access: The type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
56. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 141) ReferenceBinding superclass = (ReferenceBinding) declaringClass.superclass().original(); Discouraged access: The type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
57. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 141) ReferenceBinding superclass = (ReferenceBinding) declaringClass.superclass().original(); Discouraged access: The type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
58. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 141) ReferenceBinding superclass = (ReferenceBinding) declaringClass.superclass().original(); Discouraged access: The method superclass() from the type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
59. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 141) ReferenceBinding superclass = (ReferenceBinding) declaringClass.superclass().original(); Discouraged access: The method original() from the type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
60. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 142) while (overridenMethod == null && superclass.id != TypeIds.T_JavaLangObject) { Discouraged access: The field id from the type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
61. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 142) while (overridenMethod == null && superclass.id != TypeIds.T_JavaLangObject) { Discouraged access: The type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
62. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 142) while (overridenMethod == null && superclass.id != TypeIds.T_JavaLangObject) { Discouraged access: The field T_JavaLangObject from the type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
63. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 144) superclass = (ReferenceBinding) superclass.superclass().original(); Discouraged access: The type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
64. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 144) superclass = (ReferenceBinding) superclass.superclass().original(); Discouraged access: The method original() from the type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
65. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 144) superclass = (ReferenceBinding) superclass.superclass().original(); Discouraged access: The method superclass() from the type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
66. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 148) if (overridenMethod != null && overridenMethod.declaringClass.id != TypeIds.T_JavaLangObject) { Discouraged access: The field declaringClass from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
67. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 148) if (overridenMethod != null && overridenMethod.declaringClass.id != TypeIds.T_JavaLangObject) { Discouraged access: The field id from the type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
68. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 148) if (overridenMethod != null && overridenMethod.declaringClass.id != TypeIds.T_JavaLangObject) { Discouraged access: The type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
69. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 148) if (overridenMethod != null && overridenMethod.declaringClass.id != TypeIds.T_JavaLangObject) { Discouraged access: The field T_JavaLangObject from the type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
70. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 150) TypeBinding overridenReturnType= overridenMethod.returnType; Discouraged access: The type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
71. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 150) TypeBinding overridenReturnType= overridenMethod.returnType; Discouraged access: The field returnType from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
72. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 151) TypeBinding returnType= method.returnType; Discouraged access: The type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
73. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 151) TypeBinding returnType= method.returnType; Discouraged access: The field returnType from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
74. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 152) return overridenReturnType == returnType || overridenReturnType.erasure() == returnType.erasure(); Discouraged access: The method erasure() from the type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
75. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 152) return overridenReturnType == returnType || overridenReturnType.erasure() == returnType.erasure(); Discouraged access: The method erasure() from the type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
76. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 154) } else if (method.isBridge()) { Discouraged access: The method isBridge() from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
77. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 155) MethodBinding overridenMethod = null; Discouraged access: The type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
78. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 156) ReferenceBinding superclass = (ReferenceBinding) declaringClass.superclass().original(); Discouraged access: The type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
79. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 156) ReferenceBinding superclass = (ReferenceBinding) declaringClass.superclass().original(); Discouraged access: The type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
80. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 156) ReferenceBinding superclass = (ReferenceBinding) declaringClass.superclass().original(); Discouraged access: The method original() from the type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
81. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 156) ReferenceBinding superclass = (ReferenceBinding) declaringClass.superclass().original(); Discouraged access: The method superclass() from the type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
82. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 157) while (overridenMethod == null && superclass.id != TypeIds.T_JavaLangObject) { Discouraged access: The field id from the type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
83. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 157) while (overridenMethod == null && superclass.id != TypeIds.T_JavaLangObject) { Discouraged access: The type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
84. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 157) while (overridenMethod == null && superclass.id != TypeIds.T_JavaLangObject) { Discouraged access: The field T_JavaLangObject from the type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
85. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 159) superclass = (ReferenceBinding) superclass.superclass().original(); Discouraged access: The type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
86. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 159) superclass = (ReferenceBinding) superclass.superclass().original(); Discouraged access: The method superclass() from the type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
87. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 159) superclass = (ReferenceBinding) superclass.superclass().original(); Discouraged access: The method original() from the type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
88. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 162) if (method.isImplementing() || declaringClass.isAbstract()) { Discouraged access: The method isImplementing() from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
89. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 162) if (method.isImplementing() || declaringClass.isAbstract()) { Discouraged access: The method isAbstract() from the type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
90. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 163) superclass = declaringClass.isInterface() ? declaringClass : declaringClass.superclass(); Discouraged access: The method isInterface() from the type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
91. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 163) superclass = declaringClass.isInterface() ? declaringClass : declaringClass.superclass(); Discouraged access: The method superclass() from the type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
92. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 164) while (overridenMethod == null && superclass.id != TypeIds.T_JavaLangObject) { Discouraged access: The field id from the type TypeBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
93. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 164) while (overridenMethod == null && superclass.id != TypeIds.T_JavaLangObject) { Discouraged access: The type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
94. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 164) while (overridenMethod == null && superclass.id != TypeIds.T_JavaLangObject) { Discouraged access: The field T_JavaLangObject from the type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
95. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 165) ReferenceBinding[] allSuperInterfaces = Util.getAllInterfaces(superclass); Discouraged access: The type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
96. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 167) ReferenceBinding superInterface = allSuperInterfaces[i]; Discouraged access: The type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
97. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 171) superclass = superclass.superclass(); Discouraged access: The method superclass() from the type ReferenceBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
98. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 177) if (overridenMethod != null && overridenMethod.declaringClass.id != TypeIds.T_JavaLangObject) { Discouraged access: The field declaringClass from the type MethodBinding is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
99. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 177) if (overridenMethod != null && overridenMethod.declaringClass.id != TypeIds.T_JavaLangObject) { Discouraged access: The type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |
100. WARNING in /src/org/eclipse/jdt/internal/compiler/as/Util.java (at line 177) if (overridenMethod != null && overridenMethod.declaringClass.id != TypeIds.T_JavaLangObject) { Discouraged access: The field T_JavaLangObject from the type TypeIds is not accessible due to restriction on classpath entry /shared/eclipse/e4/build/e4/downloads/drops/4.0.0/targets/galileo-trans/plugins/org.eclipse.jdt.core_3.5.0.v_963.jar |