Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 329810 - Compiler warnings in N20101108-2000 build
Summary: Compiler warnings in N20101108-2000 build
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 3.7 M4   Edit
Assignee: Michael Rennie CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-09 10:19 EST by Olivier Thomann CLA
Modified: 2010-11-10 10:35 EST (History)
0 users

See Also:


Attachments
fix (284.60 KB, patch)
2010-11-10 10:34 EST, Michael Rennie CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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