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 location bundle with fast access #3327

Merged
merged 5 commits into from
Oct 20, 2017

Commits on Oct 20, 2017

  1. Made the LocalizationBundle a private class of Localization and ensur…

    …ed, that all accesses to it are only lookups in hashmaps
    
    Made all access of Location-messages a fast hash table lookup.
    Fixed one message in JabRefFrame that used an escaped key instead of the unescaped version.
    halirutan committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    13ba10e View commit details
    Browse the repository at this point in the history
  2. Fix NPE in MainTable (JabRef#3318)

    * Fix NPE in MainTable
    
    * Fix build
    tobiasdiez authored and halirutan committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    ea60d26 View commit details
    Browse the repository at this point in the history
  3. Use of HashMap instead of Hashtable

    General code cleanup
    halirutan committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    fa0f17b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7a98ef View commit details
    Browse the repository at this point in the history
  5. Reordering of import statements and fields

    Replacement of last null test with Objects.requireNonNull
    halirutan committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    fdbf564 View commit details
    Browse the repository at this point in the history