Bug 344524

Summary: compile warning in official build
Product: [Eclipse Project] Equinox Reporter: Dani Megert <daniel_megert>
Component: FrameworkAssignee: equinox.framework-inbox <equinox.framework-inbox>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: tjwatson
Version: 3.7Keywords: test
Target Milestone: 3.7 RC1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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.