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

Bug 331020

Summary: Compile error against OSGi 4.3
Product: [Eclipse Project] e4 Reporter: Paul Webster <pwebster>
Component: SearchAssignee: Dimitar Georgiev <dimitar.georgiev>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: aniefer, danail.branekov, dimitar.georgiev
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:
Bug Depends on:    
Bug Blocks: 331019    

Description Paul Webster CLA 2010-11-24 09:32:52 EST
Description	Resource	Path	Location	Type
Type mismatch: cannot convert from Class<capture#1-of ?> to Class<ISearchDestination>	DestinationsCategoryExtensionParser.java	/org.eclipse.platform.discovery.runtime/src/org/eclipse/platform/discovery/runtime/internal/xp/impl	line 105	Java Problem


PW
Comment 1 Dimitar Georgiev CLA 2010-11-24 12:11:19 EST
I'll take care of it - it's just one line.
Cheers, Dimitar
Comment 2 Dimitar Georgiev CLA 2010-11-24 13:12:06 EST
I've fixed the compilation error and smoke-tested by hand with a sample provider.
Couldn't think of a unit test for such a change :)
Can you please check I coped with the SCM? It's my first day using git, so you can imagine I'm a bit confused :)
Thanks.

Cheers, Dimitar
Comment 3 Paul Webster CLA 2010-11-24 13:34:48 EST
Looks good.

I was able to pull your fix, and run the build submission steps from http://wiki.eclipse.org/E4/Git#Submitting_for_a_build

/bin/bash $SCDIR/git-map.sh v20101124-1330 $WS/releng/org.eclipse.e4.search.releng/maps/search.map bundles
/bin/bash $SCDIR/git-map.sh v20101124-1330 $WS/releng/org.eclipse.e4.search.releng/maps/search.map tests
/bin/bash $SCDIR/git-map.sh v20101124-1330 $WS/releng/org.eclipse.e4.search.releng/maps/search.map features

/bin/bash $SCDIR/git-submission.sh >~/report.txt

PW