Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 97 Number of classfiles: 108

Problems: 49 (Errors: 0 Warnings: 49 )

Source File: org/eclipse/dltk/python/internal/core/codeassist/PythonSelectionEngine.java
1. WARNING: UnusedPrivateField

The field PythonSelectionEngine.toolkit is never read locally

PythonSelectionEngine.java:

37: private IDLTKLanguageToolkit toolkit;

Source File: org/eclipse/dltk/python/internal/core/evaluation/PythonASTTypeEvaluator.java
1. WARNING: UnusedPrivateField

The field PythonASTTypeEvaluator.fLocalIndex is never read locally

PythonASTTypeEvaluator.java:

78: private Map fLocalIndex = null;

2. WARNING: LocalVariableIsNeverUsed

The local variable count is never read

PythonASTTypeEvaluator.java:

824: int count = 0;

3. WARNING: UnusedPrivateMethod

The method checkMethodNode(MethodDeclaration, CallHolder, SimpleReference) from the type PythonASTTypeEvaluator is never used locally

PythonASTTypeEvaluator.java:

971: private IEvaluatedType checkMethodNode(MethodDeclaration method, CallHolder callHolder, SimpleReference reference) {

4. WARNING: UnusedPrivateMethod

The method filterCallType(List, CallHolder) from the type PythonASTTypeEvaluator is never used locally

PythonASTTypeEvaluator.java:

996: private IModelElement filterCallType(List/*<IModelElement>*/ types, CallHolder callHolder) {

5. WARNING: UnusedPrivateMethod

The method filerElementForAST(List) from the type PythonASTTypeEvaluator is never used locally

PythonASTTypeEvaluator.java:

1488: private IModelElement filerElementForAST(List/*<IModelElement>*/ elements) {

Source File: org/eclipse/dltk/python/internal/core/evaluation/PythonTypeEvaluator.java
1. WARNING: LocalVariableIsNeverUsed

The local variable iModule is never read

PythonTypeEvaluator.java:

230: IModule iModule = (IModule) modelElement;

Source File: org/eclipse/dltk/python/internal/core/parser/PythonSourceParser.java
1. WARNING: UnusedImport

The import org.eclipse.core.runtime.CoreException is never used

PythonSourceParser.java:

17: import org.eclipse.core.runtime.CoreException;

2. WARNING: UnusedImport

The import org.eclipse.core.runtime.IConfigurationElement is never used

PythonSourceParser.java:

18: import org.eclipse.core.runtime.IConfigurationElement;

Source File: org/eclipse/dltk/python/internal/core/parser/visitors/PythonSourceElementRequestor.java
1. WARNING: UnusedPrivateField

The field PythonSourceElementRequestor.lastLambdaFormName is never read locally

PythonSourceElementRequestor.java:

117: private String lastLambdaFormName = ANONYMOUS_LAMBDA_FORM_MARKER;

Source File: org/eclipse/dltk/python/internal/core/parsers/python_v3Lexer.java
1. WARNING: UnusedImport

The import java.util.Stack is never used

python_v3Lexer.java:

7: import java.util.Stack;

2. WARNING: UnusedImport

The import java.util.List is never used

python_v3Lexer.java:

8: import java.util.List;

3. WARNING: UnusedImport

The import java.util.ArrayList is never used

python_v3Lexer.java:

9: import java.util.ArrayList;

4. WARNING: LocalVariableIsNeverUsed

The local variable LA27_1 is never read

python_v3Lexer.java:

2597: int LA27_1 = input.LA(2);

5. WARNING: LocalVariableIsNeverUsed

The local variable LA27_2 is never read

python_v3Lexer.java:

2613: int LA27_2 = input.LA(2);

6. WARNING: LocalVariableIsNeverUsed

The local variable s is never read

python_v3Lexer.java:

2735: String s = new String(indentation);

7. WARNING: LocalVariableIsNeverUsed

The local variable LA35_118 is never read

python_v3Lexer.java:

4547: int LA35_118 = input.LA(1);

8. WARNING: LocalVariableIsNeverUsed

The local variable LA35_120 is never read

python_v3Lexer.java:

4562: int LA35_120 = input.LA(1);

Source File: org/eclipse/dltk/python/internal/core/parsers/python_v3Parser.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.compiler.problem.IProblemReporter is never used

python_v3Parser.java:

20: import org.eclipse.dltk.compiler.problem.IProblemReporter;

2. WARNING: UnusedImport

The import java.util.Stack is never used

python_v3Parser.java:

66: import java.util.Stack;

3. WARNING: UnusedImport

The import java.util.List is never used

python_v3Parser.java:

67: import java.util.List;

4. WARNING: UnusedImport

The import java.util.ArrayList is never used

python_v3Parser.java:

68: import java.util.ArrayList;

5. WARNING: LocalVariableIsNeverUsed

The local variable lp0 is never read

python_v3Parser.java:

265: Token lp0=null;

6. WARNING: LocalVariableIsNeverUsed

The local variable e is never read

python_v3Parser.java:

421: Token e=null;

7. WARNING: LocalVariableIsNeverUsed

The local variable a is never read

python_v3Parser.java:

1430: Token a=null;

8. WARNING: LocalVariableIsNeverUsed

The local variable impExpr is never read

python_v3Parser.java:

2420: Expression impExpr;

9. WARNING: LocalVariableIsNeverUsed

The local variable impName is never read

python_v3Parser.java:

2421: String impName;

10. WARNING: LocalVariableIsNeverUsed

The local variable impName2 is never read

python_v3Parser.java:

2422: String impName2;

11. WARNING: LocalVariableIsNeverUsed

The local variable lastTok is never read

python_v3Parser.java:

3617: Token lastTok = is;

12. WARNING: LocalVariableIsNeverUsed

The local variable r is never read

python_v3Parser.java:

4008: Token r=null;

13. WARNING: LocalVariableIsNeverUsed

The local variable m is never read

python_v3Parser.java:

4158: Token m=null;

14. WARNING: LocalVariableIsNeverUsed

The local variable t1 is never read

python_v3Parser.java:

4403: Token t1=null;

15. WARNING: LocalVariableIsNeverUsed

The local variable t2 is never read

python_v3Parser.java:

4404: Token t2=null;

16. WARNING: LocalVariableIsNeverUsed

The local variable t3 is never read

python_v3Parser.java:

4405: Token t3=null;

17. WARNING: LocalVariableIsNeverUsed

The local variable t4 is never read

python_v3Parser.java:

4406: Token t4=null;

18. WARNING: LocalVariableIsNeverUsed

The local variable t5 is never read

python_v3Parser.java:

4407: Token t5=null;

19. WARNING: LocalVariableIsNeverUsed

The local variable t6 is never read

python_v3Parser.java:

4408: Token t6=null;

20. WARNING: LocalVariableIsNeverUsed

The local variable t7 is never read

python_v3Parser.java:

4409: Token t7=null;

21. WARNING: LocalVariableIsNeverUsed

The local variable t8 is never read

python_v3Parser.java:

4410: Token t8=null;

22. WARNING: LocalVariableIsNeverUsed

The local variable t9 is never read

python_v3Parser.java:

4411: Token t9=null;

23. WARNING: LocalVariableIsNeverUsed

The local variable t10 is never read

python_v3Parser.java:

4412: Token t10=null;

24. WARNING: LocalVariableIsNeverUsed

The local variable t11 is never read

python_v3Parser.java:

4413: Token t11=null;

25. WARNING: LocalVariableIsNeverUsed

The local variable tu is never read

python_v3Parser.java:

4619: Token tu=null;

26. WARNING: LocalVariableIsNeverUsed

The local variable tu is never read

python_v3Parser.java:

4698: Token tu=null;

27. WARNING: LocalVariableIsNeverUsed

The local variable tu is never read

python_v3Parser.java:

4777: Token tu=null;

28. WARNING: LocalVariableIsNeverUsed

The local variable t1 is never read

python_v3Parser.java:

5108: Token t1=null;

29. WARNING: LocalVariableIsNeverUsed

The local variable t2 is never read

python_v3Parser.java:

5109: Token t2=null;

30. WARNING: LocalVariableIsNeverUsed

The local variable t3 is never read

python_v3Parser.java:

5110: Token t3=null;

31. WARNING: LocalVariableIsNeverUsed

The local variable t4 is never read

python_v3Parser.java:

5111: Token t4=null;