Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] Question on Java5 features IEclipseContext

On Sun, Apr 18, 2010 at 7:48 AM, Tom Schindl
<tom.schindl@xxxxxxxxxxxxxxx> wrote:
> Is there a reason IEclipseContext defining methods like this:
>
> 1. Using Object as return type
> ==============================
> ---------8<---------
> public Object get(String name);
> // vs
> public <V> V get(String name);
> ---------8<---------

This was closed months ago, see bug 284940.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=284940.

I know there's been some BREE and bundle shuffling in the context code
but I don't know if that means the bug should be reopened and
addressed.

Regards,
Remy


Back to the top