Bug 344524 - compile warning in official build
Summary: compile warning in official build
Status: VERIFIED FIXED
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: Framework (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.7 RC1   Edit
Assignee: equinox.framework-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2011-05-03 02:11 EDT by Dani Megert CLA
Modified: 2011-05-06 02:00 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2011-05-03 02:11:51 EDT
N20110502-2000.

1. WARNING in /src/org/eclipse/equinox/region/tests/system/RegionPerformanceTests.java
 (at line 87)
Collection<ServiceReference<RegionDigraph>> refs = context.getServiceReferences(RegionDigraph.class, null);
The value of the local variable refs is not used
Comment 1 Thomas Watson CLA 2011-05-03 09:00:27 EDT
Fixed in HEAD.
Comment 2 Dani Megert CLA 2011-05-04 03:26:42 EDT
Verified in N20110503-2000.