Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] JFace Generics

Hi,

After updating my target platform to Luna I noticed that my workspace is full of raw type warnings caused by changes in JFace to generify its APIs, for example Viewer. But the changes look incomplete, e.g., ViewerDropAdapter.getViewer() is still a raw type. Can we expect more such changes, e.g., IStructuredSelection?

Has there been an announcement for these changes? Is there any advice on how to adjust our code?

What about other Eclipse APIs, such as IAdaptable.getAdapter(Class), will it be changed to <T> T getAdapter(Class<T>)?

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper




Back to the top