Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 331020 - Compile error against OSGi 4.3
Summary: Compile error against OSGi 4.3
Status: RESOLVED FIXED
Alias: None
Product: e4
Classification: Eclipse Project
Component: Search (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Dimitar Georgiev CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 331019
  Show dependency tree
 
Reported: 2010-11-24 09:32 EST by Paul Webster CLA
Modified: 2010-11-24 13:34 EST (History)
3 users (show)

See Also:


Attachments

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