Challenge Overview
Design a new plugin for Eclipse 3.5.x which helps a Java developer to identify and change legacy Java code to take advantage of Java Generics which were introduced in Java 1.5. This plugin will find un-typed Java Collections and return results in a Search Results View, and when the individual results are double-clicked, the Java file will open in an editor with the editor auto-scrolled to the selected result.
Final Submission Guidelines
NA