Bug 411383 - Fix compiler warnings caused by moving JFace to Java 1.5
Summary: Fix compiler warnings caused by moving JFace to Java 1.5
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.3   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 395213 413499 413529 413611 413624 413649 413685 413686 413688 413689 413690
Blocks:
  Show dependency tree
 
Reported: 2013-06-21 10:45 EDT by Hendrik Still CLA
Modified: 2014-03-25 08:22 EDT (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hendrik Still CLA 2013-06-21 10:45:46 EDT
By changing the RequiredExecutionEnvironment from the org.eclipse.jface to J2SE-1.5 allot of new compiler warnings regarding type safty and raw types appeared. This warnings should be eliminated by fixing or with reverting to the old RequiredExecutionEnvironement.
Comment 1 Hendrik Still CLA 2013-06-29 11:36:31 EDT
I suggest that I fix the generic specific compiler warnings as side task to my GSoC project like John Arthorne said in https://bugs.eclipse.org/bugs/show_bug.cgi?id=395213#c19 .
Comment 2 Lars Vogel CLA 2013-07-16 13:24:57 EDT
See also http://wiki.eclipse.org/Generify_A_Java_Project
Comment 3 Lars Vogel CLA 2014-03-25 08:22:50 EDT
All dependencies fixed. Marking as FIXED