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

Jetty 9.4.x spotbug issue map iteration using entrySet(), diamond list creation #5804

Merged
merged 2 commits into from Dec 13, 2020

Commits on Dec 12, 2020

  1. fix some spotbug performance map iterations

    Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
    olamy committed Dec 12, 2020
    Copy the full SHA
    c095ce3 View commit details
    Browse the repository at this point in the history
  2. cannot use computeIfAbsent because it is a PathMap

    Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
    olamy committed Dec 12, 2020
    Copy the full SHA
    571f82f View commit details
    Browse the repository at this point in the history