Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 110 Number of classfiles: 149

Problems: 51 (Errors: 0 Warnings: 51 )

Source File: org/mozilla/classfile/ClassFileWriter.java
1. WARNING: UnusedPrivateField

The field ClassFileWriter.CodeBufferSize is never read locally

ClassFileWriter.java:

2520: private static final int CodeBufferSize = 128;

2. WARNING: UnusedPrivateField

The field ClassFileWriter.itsSourceFileAttributeIndex is never read locally

ClassFileWriter.java:

2535: private short itsSourceFileAttributeIndex;

3. WARNING: UnusedPrivateField

The field ConstantPool.nameAndTypeHash is never read locally

ClassFileWriter.java:

2972: private UintMap nameAndTypeHash = new UintMap();

Source File: org/mozilla/javascript/Arguments.java
1. WARNING: UnusedLabel

The label L0 is never explicitly referenced

Arguments.java:

188: L0: { id = 0; String X = null; int c;

Source File: org/mozilla/javascript/BaseFunction.java
1. WARNING: UnusedLabel

The label L0 is never explicitly referenced

BaseFunction.java:

120: L0: { id = 0; String X = null; int c;

2. WARNING: UnusedLabel

The label L0 is never explicitly referenced

BaseFunction.java:

500: L0: { id = 0; String X = null; int c;

Source File: org/mozilla/javascript/DToA.java
1. WARNING: LocalVariableIsNeverUsed

The local variable q is never read

DToA.java:

308: int q;

2. WARNING: LocalVariableIsNeverUsed

The local variable q is never read

DToA.java:

1194: int q;

Source File: org/mozilla/javascript/IRFactory.java
1. WARNING: LocalVariableIsNeverUsed

The local variable name is never read

IRFactory.java:

512: String name;

Source File: org/mozilla/javascript/IdScriptableObject.java
1. WARNING: UnusedPrivateField

The field IdScriptableObject.PrototypeValues.tag is never read locally

IdScriptableObject.java:

77: private Object tag;

Source File: org/mozilla/javascript/ImporterTopLevel.java
1. WARNING: UnusedLabel

The label L0 is never explicitly referenced

ImporterTopLevel.java:

293: L0: { id = 0; String X = null; int c;

Source File: org/mozilla/javascript/InterfaceAdapter.java
1. WARNING: LocalVariableIsNeverUsed

The local variable methodName is never read

InterfaceAdapter.java:

135: String methodName = method.getName();

Source File: org/mozilla/javascript/Interpreter.java
1. WARNING: LocalVariableIsNeverUsed

The local variable idata is never read

Interpreter.java:

470: InterpreterData idata = (InterpreterData)bytecode;

2. WARNING: LocalVariableIsNeverUsed

The local variable idata is never read

Interpreter.java:

479: InterpreterData idata = (InterpreterData)bytecode;

3. WARNING: LocalVariableIsNeverUsed

The local variable switchNode is never read

Interpreter.java:

692: Node switchNode = (Node.Jump)node;

Source File: org/mozilla/javascript/NativeArray.java
1. WARNING: LocalVariableIsNeverUsed

The local variable result is never read

NativeArray.java:

953: Object result;

Source File: org/mozilla/javascript/NativeBoolean.java
1. WARNING: UnusedLabel

The label L0 is never explicitly referenced

NativeBoolean.java:

136: L0: { id = 0; String X = null; int c;

Source File: org/mozilla/javascript/NativeDate.java
1. WARNING: UnusedPrivateMethod

The method InLeapYear(double) from the type NativeDate is never used locally

NativeDate.java:

445: private static boolean InLeapYear(double t)

2. WARNING: UnusedLabel

The label L0 is never explicitly referenced

NativeDate.java:

1447: L0: { id = 0; String X = null; int c;

Source File: org/mozilla/javascript/NativeError.java
1. WARNING: UnusedLabel

The label L0 is never explicitly referenced

NativeError.java:

192: L0: { id = 0; String X = null; int c;

Source File: org/mozilla/javascript/NativeJavaClass.java
1. WARNING: LocalVariableIsNeverUsed

The local variable classObject is never read

NativeJavaClass.java:

216: Class classObject = ctor.getDeclaringClass();

Source File: org/mozilla/javascript/NativeNumber.java
1. WARNING: UnusedLabel

The label L0 is never explicitly referenced

NativeNumber.java:

206: L0: { id = 0; String X = null; int c;

Source File: org/mozilla/javascript/NativeObject.java
1. WARNING: UnusedLabel

The label L0 is never explicitly referenced

NativeObject.java:

198: L0: { id = 0; String X = null; int c;

Source File: org/mozilla/javascript/NativeScript.java
1. WARNING: UnusedLabel

The label L0 is never explicitly referenced

NativeScript.java:

196: L0: { id = 0; String X = null;

Source File: org/mozilla/javascript/Parser.java
1. WARNING: LocalVariableIsNeverUsed

The local variable source is never read

Parser.java:

499: String source;

Source File: org/mozilla/javascript/TokenStream.java
1. WARNING: UnusedPrivateField

The field TokenStream.line is never read locally

TokenStream.java:

1364: private String line;

2. WARNING: UnusedPrivateField

The field TokenStream.fromEval is never read locally

TokenStream.java:

1365: private boolean fromEval;

Source File: org/mozilla/javascript/continuations/Continuation.java
1. WARNING: UnusedLabel

The label L0 is never explicitly referenced

Continuation.java:

122: L0: { id = 0; String X = null;

Source File: org/mozilla/javascript/optimizer/Block.java
1. WARNING: UnusedPrivateMethod

The method isLiveOnEntry(int) from the type Block is never used locally

Block.java:

573: private boolean isLiveOnEntry(int index)

Source File: org/mozilla/javascript/optimizer/Codegen.java
1. WARNING: LocalVariableIsNeverUsed

The local variable constantType is never read

Codegen.java:

1040: String constantType;

2. WARNING: UnusedPrivateMethod

The method releaseWordpairLocal(short) from the type BodyCodegen is never used locally

Codegen.java:

4004: private void releaseWordpairLocal(short local)

Source File: org/mozilla/javascript/optimizer/Optimizer.java
1. WARNING: UnusedPrivateField

The field Optimizer.itsOptLevel is never read locally

Optimizer.java:

507: private int itsOptLevel;

Source File: org/mozilla/javascript/regexp/NativeRegExp.java
1. WARNING: UnusedPrivateField

The field NativeRegExp.REOP_CCLASS is never read locally

NativeRegExp.java:

102: private static final byte REOP_CCLASS = 13; /* character class: [a-f] */

2. WARNING: UnusedPrivateField

The field NativeRegExp.REOP_DOTSTAR is never read locally

NativeRegExp.java:

113: private static final byte REOP_DOTSTAR = 24; /* optimize .* to use a single opcode */

3. WARNING: UnusedPrivateField

The field NativeRegExp.REOP_ANCHOR is never read locally

NativeRegExp.java:

114: private static final byte REOP_ANCHOR = 25; /* like .* but skips left context to unanchored r.e. */

4. WARNING: UnusedPrivateField

The field NativeRegExp.REOP_EOLONLY is never read locally

NativeRegExp.java:

115: private static final byte REOP_EOLONLY = 26; /* $ not preceded by any pattern */

5. WARNING: UnusedPrivateField

The field NativeRegExp.REOP_UCFLAT is never read locally

NativeRegExp.java:

116: private static final byte REOP_UCFLAT = 27; /* flat Unicode string; len immediate counts chars */

6. WARNING: UnusedPrivateField

The field NativeRegExp.REOP_UCCLASS is never read locally

NativeRegExp.java:

118: private static final byte REOP_UCCLASS = 29; /* Unicode character class, vector of chars to match */

7. WARNING: UnusedPrivateField

The field NativeRegExp.REOP_NUCCLASS is never read locally

NativeRegExp.java:

119: private static final byte REOP_NUCCLASS = 30; /* negated Unicode character class */

8. WARNING: UnusedPrivateField

The field NativeRegExp.REOP_BACKREFi is never read locally

NativeRegExp.java:

120: private static final byte REOP_BACKREFi = 31; /* case-independent REOP_BACKREF */

9. WARNING: UnusedPrivateField

The field NativeRegExp.REOP_UCFLATi is never read locally

NativeRegExp.java:

123: private static final byte REOP_UCFLATi = 34; /* case-independent REOP_UCFLAT */

10. WARNING: UnusedPrivateField

The field NativeRegExp.REOP_ANCHOR1 is never read locally

NativeRegExp.java:

125: private static final byte REOP_ANCHOR1 = 36; /* first-char discriminating REOP_ANCHOR */

11. WARNING: UnusedPrivateField

The field NativeRegExp.REOP_NCCLASS is never read locally

NativeRegExp.java:

126: private static final byte REOP_NCCLASS = 37; /* negated 8-bit character class */

12. WARNING: UnusedPrivateField

The field NativeRegExp.REOP_DOTSTARMIN is never read locally

NativeRegExp.java:

127: private static final byte REOP_DOTSTARMIN = 38; /* ungreedy version of REOP_DOTSTAR */

13. WARNING: UnusedPrivateField

The field NativeRegExp.REOP_LPARENNON is never read locally

NativeRegExp.java:

128: private static final byte REOP_LPARENNON = 39; /* non-capturing version of REOP_LPAREN */

14. WARNING: UnusedPrivateField

The field NativeRegExp.REOP_RPARENNON is never read locally

NativeRegExp.java:

129: private static final byte REOP_RPARENNON = 40; /* non-capturing version of REOP_RPAREN */

15. WARNING: LocalVariableIsNeverUsed

The local variable digit is never read

NativeRegExp.java:

507: int digit;

16. WARNING: LocalVariableIsNeverUsed

The local variable ocp is never read

NativeRegExp.java:

762: int ocp = state.cp;

17. WARNING: LocalVariableIsNeverUsed

The local variable digit is never read

NativeRegExp.java:

897: int digit;

18. WARNING: UnusedLabel

The label L0 is never explicitly referenced

NativeRegExp.java:

2415: L0: { id = 0; String X = null; int c;

19. WARNING: UnusedLabel

The label L0 is never explicitly referenced

NativeRegExp.java:

2547: L0: { id = 0; String X = null; int c;