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

Bug 329805

Summary: Compiler warnings in N20101108-2000 build
Product: [Eclipse Project] Equinox Reporter: Thomas Watson <tjwatson>
Component: FrameworkAssignee: Thomas Watson <tjwatson>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Olivier_Thomann
Version: 3.7   
Target Milestone: 3.7 M4   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:
Attachments:
Description Flags
patch none

Description Thomas Watson CLA 2010-11-09 10:12:11 EST
These warnings have been reported in the N20101108-2000 build.


eclipseAdaptor/src/org/eclipse/core/runtime/internal/stats/ClassloaderStats.java : 1 warning :
OTHER WARNINGS 1. WARNING in /eclipseAdaptor/src/org/eclipse/core/runtime/internal/stats/ClassloaderStats.java
 (at line 23)
private int failureCount = 0; // number of classes requested but that we fail to provide
The value of the field ClassloaderStats.failureCount is not used
/security/src/org/eclipse/osgi/internal/signedcontent/SignatureBlockProcessor.java : 1 warning :
OTHER WARNINGS 1. WARNING in /security/src/org/eclipse/osgi/internal/signedcontent/SignatureBlockProcessor.java
 (at line 58)
for (int i = 0; iSigners.hasNext(); i++)
The value of the local variable i is not used
Comment 1 Thomas Watson CLA 2010-11-09 10:18:57 EST
Created attachment 182722 [details]
patch
Comment 2 Thomas Watson CLA 2010-11-09 10:19:52 EST
patch released.