Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. SimpleUserLayoutManager.java line 742 ->Use System.currentTimeMillis() rather than creating new Date instance and geting the current time ()
  2. UserInstance.java line 417 -> Change to static reference
  3. UserInstance.java line 148 -> The softHash maps (systemCache UP-1145, systemCharacterCache )are probably not thread safe. They should be made synchronized. (UP-1145)
  4. UserInstance.java line 731 -> Remove IPerson input parameter from the method constructCacheKey()
  5. Investigate what is stored in the cachekey, Does cachekey tied to user session etc.

...