Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add (diamond) type arguments to lots of files, clean up unused imports #933

Closed
wants to merge 4 commits into from

Commits on Sep 22, 2014

  1. Configuration menu
    Copy the full SHA
    e84df9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99c95bc View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2014

  1. Configuration menu
    Copy the full SHA
    a01d721 View commit details
    Browse the repository at this point in the history
  2. Add diamond type arguments where raw types were used when possible.

    Raw `List`, `ArrayList`, `Class` and other types were used in many files. I used Eclipse and NetBeans to identify and transform these into fully typed variables/parameters/arguments and diamond-typed definitions and references.
    
    In a few places this was not possible; I added a FIXME in one of them (in DataversePage.java).
    bencomp committed Sep 23, 2014
    Configuration menu
    Copy the full SHA
    c12182a View commit details
    Browse the repository at this point in the history