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

Bug 329812

Summary: Compiler warnings in N20101108-2000 build
Product: [Eclipse Project] JDT Reporter: Olivier Thomann <Olivier_Thomann>
Component: DebugAssignee: Curtis Windatt <curtis.windatt.public>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: curtis.windatt.public, pawel.1.piech
Version: 3.7   
Target Milestone: 3.7 M4   
Hardware: PC   
OS: Windows 7   
Whiteboard:

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.