Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 329805 - Compiler warnings in N20101108-2000 build
Summary: Compiler warnings in N20101108-2000 build
Status: RESOLVED FIXED
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: Framework (show other bugs)
Version: 3.7   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: 3.7 M4   Edit
Assignee: Thomas Watson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-09 10:12 EST by Thomas Watson CLA
Modified: 2010-11-09 10:19 EST (History)
1 user (show)

See Also:


Attachments
patch (2.65 KB, patch)
2010-11-09 10:18 EST, Thomas Watson CLA
no flags Details | Diff

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