| Summary: | Compiler warnings in N20101108-2000 build | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Olivier Thomann <Olivier_Thomann> |
| Component: | Debug | Assignee: | 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: | |||
Fixed in HEAD. Verified. |
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