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

Improvements to code involving synchronized maps #52

Open
wants to merge 15 commits into
base: trunk
Choose a base branch
from
Open

Improvements to code involving synchronized maps #52

wants to merge 15 commits into from

Commits on Oct 11, 2017

  1. Utilize enhanced for

    dtrebbien committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    38fde81 View commit details
    Browse the repository at this point in the history
  2. Add a clarifying comment

    dtrebbien committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    23a4761 View commit details
    Browse the repository at this point in the history
  3. Use standard WeakHashMap

    dtrebbien committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    a2c5c9b View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. Configuration menu
    Copy the full SHA
    3b41d3f View commit details
    Browse the repository at this point in the history
  2. Fix a URL in a comment

    dtrebbien committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    316689f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a8cfc9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d9bca8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce450b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf7ee0d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a8bb4a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    67a1355 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8ce7d86 View commit details
    Browse the repository at this point in the history
  10. Make loop variable final

    dtrebbien committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    648cd32 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    adaf2c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2017

  1. Apply improvements from ItemImpl to CacheManager

    This also fixes potential non-determinism in resizeAll() because all
    access to the caches map must be synchronized, but the caches.size()
    call wasn't synchronized.
    dtrebbien committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    982cc0e View commit details
    Browse the repository at this point in the history