Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 329810

Summary: Compiler warnings in N20101108-2000 build
Product: [Eclipse Project] Platform Reporter: Olivier Thomann <Olivier_Thomann>
Component: AntAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.7   
Target Milestone: 3.7 M4   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Attachments:
Description Flags
fix none

Description Olivier Thomann CLA 2010-11-09 10:19:36 EST
1. WARNING in /Ant Tools Support/org/eclipse/ant/internal/ui/datatransfer/BuildFileCreator.java
 (at line 160)
int i = 0;
The value of the local variable i is not used


1. WARNING in /Ant Editor/org/eclipse/ant/internal/ui/editor/AntEditorCompletionProcessor.java
 (at line 543)
int i= 0;
The value of the local variable i is not used
2. WARNING in /Ant Editor/org/eclipse/ant/internal/ui/editor/AntEditorCompletionProcessor.java
 (at line 587)
int index= 0;
The value of the local variable index is not used
Comment 1 Michael Rennie CLA 2010-11-10 10:34:10 EST
Created attachment 182820 [details]
fix
Comment 2 Michael Rennie CLA 2010-11-10 10:35:22 EST
applied patch to HEAD