Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0

Number of source files: 330 Number of classfiles: 342

Problems: 110 (Errors: 0 Warnings: 110 )

Source File: org/eclipse/wst/xml/xpath2/processor/DefaultDynamicContext.java
1. WARNING: UnusedImport

The import org.eclipse.wst.xml.xpath2.processor.internal.DefaultResultSequence is never used

DefaultDynamicContext.java :

23 : import org.eclipse.wst.xml.xpath2.processor.internal.DefaultResultSequence;

Source File: org/eclipse/wst/xml/xpath2/processor/DefaultEvaluator.java
1. WARNING: UnusedPrivateField

The field DefaultEvaluator._g_coll is never read locally

DefaultEvaluator.java :

168 : private Collection _g_coll;

2. WARNING: LocalVariableIsNeverUsed

The local variable res is never read

DefaultEvaluator.java :

1186 : ResultSequence res = ResultSequenceFactory.create_new();

Source File: org/eclipse/wst/xml/xpath2/processor/internal/Normalizer.java
1. WARNING: UnusedPrivateField

The field Normalizer._sc is never read locally

Normalizer.java :

90 : private StaticContext _sc;

2. WARNING: UnusedPrivateMethod

The method printVarExprPairs(Iterator) from the type Normalizer is never used locally

Normalizer.java :

123 : private void printVarExprPairs(Iterator i) {

3. WARNING: LocalVariableIsNeverUsed

The local variable var is never read

Normalizer.java :

127 : QName var = pair.varname();

4. WARNING: UnusedPrivateMethod

The method doForExpr(Iterator, Expr) from the type Normalizer is never used locally

Normalizer.java :

136 : private void doForExpr(Iterator iter, Expr expr) {

5. WARNING: LocalVariableIsNeverUsed

The local variable var is never read

Normalizer.java :

169 : QName var = (QName) i.next();

Source File: org/eclipse/wst/xml/xpath2/processor/internal/XPathCup.java
1. WARNING: UnusedPrivateField

The field CUP$XPathCup$actions.parser is never read locally

XPathCup.java :

3302 : private final XPathCup parser;

2. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3327 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

3. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3328 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

4. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3329 : Object n = (Object)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

5. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3339 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

6. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3340 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

7. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3341 : Object n = (Object)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

8. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3351 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

9. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3352 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

10. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3353 : Object n = (Object)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

11. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3363 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

12. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3364 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

13. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3365 : Object n = (Object)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

14. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3375 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

15. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3376 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

16. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3377 : Object n = (Object)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

17. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3387 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

18. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3388 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

19. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3389 : Object n = (Object)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

20. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3399 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

21. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3400 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

22. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3401 : String n = (String)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

23. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3411 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

24. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3412 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

25. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3413 : String n = (String)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

26. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3423 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

27. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3424 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

28. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3425 : String n = (String)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

29. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3435 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

30. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3436 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

31. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3437 : String n = (String)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

32. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3447 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

33. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3448 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

34. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3449 : String n = (String)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

35. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3459 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

36. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3460 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

37. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3461 : String n = (String)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

38. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3471 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

39. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3472 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

40. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3473 : String n = (String)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

41. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3483 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

42. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3484 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

43. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3485 : String n = (String)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

44. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3495 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

45. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3496 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

46. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3497 : String n = (String)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

47. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3507 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

48. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3508 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

49. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3509 : String n = (String)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

50. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3519 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

51. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3520 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

52. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3521 : String n = (String)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

53. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3531 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

54. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3532 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

55. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3533 : String n = (String)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

56. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3543 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

57. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3544 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

58. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3545 : String n = (String)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

59. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3555 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

60. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3556 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

61. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3557 : String n = (String)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

62. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3567 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

63. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3568 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

64. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3569 : String n = (String)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

65. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3579 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

66. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3580 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

67. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3581 : String n = (String)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

68. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3591 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

69. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3592 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

70. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3593 : String n = (String)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

71. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3603 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

72. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3604 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

73. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3605 : String n = (String)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

74. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3615 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

75. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3616 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

76. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3617 : String n = (String)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

77. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3627 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

78. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3628 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

79. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3629 : String n = (String)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

80. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3639 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

81. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3640 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

82. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3641 : String n = (String)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

83. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3651 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

84. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3652 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

85. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3653 : String n = (String)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

86. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3663 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

87. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3664 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

88. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3665 : String n = (String)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

89. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3675 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

90. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3676 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

91. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3677 : String n = (String)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

92. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3687 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

93. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3688 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

94. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3689 : String n = (String)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

95. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3699 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

96. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3700 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

97. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3701 : String n = (String)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

98. WARNING: LocalVariableIsNeverUsed

The local variable nleft is never read

XPathCup.java :

3711 : int nleft = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).left;

99. WARNING: LocalVariableIsNeverUsed

The local variable nright is never read

XPathCup.java :

3712 : int nright = ((java_cup.runtime.Symbol)CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).right;

100. WARNING: LocalVariableIsNeverUsed

The local variable n is never read

XPathCup.java :

3713 : String n = (String)((java_cup.runtime.Symbol) CUP$XPathCup$stack.elementAt(CUP$XPathCup$top-0)).value;

Source File: org/eclipse/wst/xml/xpath2/processor/internal/XPathFlex.java
1. WARNING: UnusedPrivateField

The field XPathFlex.yychar is never read locally

XPathFlex.java :

538 : private int yychar;

2. WARNING: UnusedPrivateField

The field XPathFlex.zzAtBOL is never read locally

XPathFlex.java :

549 : private boolean zzAtBOL = true;