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

Fix Eclipse compiler warnings #1042

Merged
merged 15 commits into from Dec 15, 2014
Merged

Fix Eclipse compiler warnings #1042

merged 15 commits into from Dec 15, 2014

Commits on Dec 15, 2014

  1. Copy the full SHA
    39d3fd6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b3a5b53 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2b61096 View commit details
    Browse the repository at this point in the history
  4. Remove useless test for @ValidateWith

    You cannot pass `null` as a class literal: @ValidateWith(null) results
    in a compiler error.
    marcphilipp committed Dec 15, 2014
    Copy the full SHA
    aacc443 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d462bb9 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    207b0d7 View commit details
    Browse the repository at this point in the history
  7. Remove unused imports

    marcphilipp committed Dec 15, 2014
    Copy the full SHA
    3cea4a9 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    ac65596 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    e6f0489 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    430e366 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    d477277 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    3d535e0 View commit details
    Browse the repository at this point in the history
  13. Add type wildcard

    marcphilipp committed Dec 15, 2014
    Copy the full SHA
    dfbf2ae View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    340beca View commit details
    Browse the repository at this point in the history
  15. Suppress serialization warning

    FilterNotCreatedException does not add any fields to Exception.
    marcphilipp committed Dec 15, 2014
    Copy the full SHA
    23684f6 View commit details
    Browse the repository at this point in the history