Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 329812 - Compiler warnings in N20101108-2000 build
Summary: Compiler warnings in N20101108-2000 build
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 3.7 M4   Edit
Assignee: Curtis Windatt CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-09 10:21 EST by Olivier Thomann CLA
Modified: 2011-05-06 17:43 EDT (History)
2 users (show)

See Also:


Attachments

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:21:23 EST
1. WARNING in /model/org/eclipse/jdt/internal/debug/core/EventDispatcher.java
 (at line 123)
int voters = 0;
The value of the local variable voters is not used

1. WARNING in /model/org/eclipse/jdt/internal/debug/core/model/JDIDebugTarget.java
 (at line 2555)
int suspended = 0;
The value of the local variable suspended is not used

1. WARNING in /src/org/eclipse/jdt/internal/ui/macbundler/BundleWizardPage3.java
 (at line 79)
for (int i= 0; iter.hasMoreElements(); i++) {
The value of the local variable i is not used
Comment 1 Curtis Windatt CLA 2010-11-09 10:51:40 EST
Fixed in HEAD.
Comment 2 Pawel Piech CLA 2011-05-06 17:43:30 EDT
Verified.