# 18 Jan 2006 16:21:10 ---------- 1. WARNING in /builds/M/src/plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/IntroduceParameterRefactoring.java (at line 424) private RefactoringStatus checkExcludedParameterNames() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method checkExcludedParameterNames() from the type IntroduceParameterRefactoring is never used locally ---------- ---------- 2. WARNING in /builds/M/src/plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsConstraintCreator.java (at line 169) int i= -1; ^ The local variable i is never read ---------- ---------- 3. WARNING in /builds/M/src/plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsConstraintCreator.java (at line 862) ConstraintVariable2 initializerCv= getConstraintVariable(initializer); ^^^^^^^^^^^^^ The local variable initializerCv is never read ---------- ---------- 4. WARNING in /builds/M/src/plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsConstraintCreator.java (at line 863) ConstraintVariable2 nameCv= getConstraintVariable(node); ^^^^^^ The local variable nameCv is never read ---------- ---------- 5. WARNING in /builds/M/src/plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/InferTypeArgumentsConstraintCreator.java (at line 914) private void logUnexpectedNode(ASTNode node, String msg) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method logUnexpectedNode(ASTNode, String) from the type InferTypeArgumentsConstraintCreator is never used locally ---------- ---------- 6. WARNING in /builds/M/src/plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/ParametricStructureComputer.java (at line 191) private boolean isArrayAccess(ConstraintVariable2 v) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isArrayAccess(ConstraintVariable2) from the type ParametricStructureComputer is never used locally ---------- ---------- 7. WARNING in /builds/M/src/plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MemberVisibilityAdjustor.java (at line 490) private int fFailureSeverity= RefactoringStatus.ERROR; ^^^^^^^^^^^^^^^^ The field MemberVisibilityAdjustor.fFailureSeverity is never read locally ---------- 7 problems (7 warnings)