sbt/core/src/main
Jason Zaugg 4f2933d364 Cache the hashCode of Configuration
I noticed this was showing up in profiles when SBT's task engine
was using Keys, etc (that contain Configurations) in HashMap's.

Let's cache it instead. I don't think there is a need to use a lazy
val for this, we can compute it eagerly.
2018-02-23 14:58:00 +10:00
..
contraband Make sure UpdateReport has a nice toString 2017-07-28 08:16:38 +01:00
contraband-scala/sbt bump modules and plugins 2017-12-15 14:07:05 -05:00
java/sbt/internal/librarymanagement/mavenint Library management API 2017-07-15 11:17:23 -04:00
scala/sbt Cache the hashCode of Configuration 2018-02-23 14:58:00 +10:00