summaryrefslogtreecommitdiff
path: root/tools/jar-dump
diff options
context:
space:
mode:
authorRex Kerr <ichoran@gmail.com>2015-08-29 12:56:59 -0700
committerRex Kerr <ichoran@gmail.com>2015-08-29 12:56:59 -0700
commit60cdb31dfb10c1af4dd4bd477afd38b5c67f89d7 (patch)
tree266126211857dd92be25304bda14248e8bc2f122 /tools/jar-dump
parent6426d0ba5636e8aa7d16111b79c46fe22eb182b4 (diff)
downloadscala-60cdb31dfb10c1af4dd4bd477afd38b5c67f89d7.tar.gz
scala-60cdb31dfb10c1af4dd4bd477afd38b5c67f89d7.tar.bz2
scala-60cdb31dfb10c1af4dd4bd477afd38b5c67f89d7.zip
SI-9407 Vector implementation bit-shift bugfix
Fixed logically incorrect or unnecessary code in Vector as reported by Dirk Toewe. No tests. Because of the size of the vectors, tests would be impractically slow. Also, the logic is quite clear: when you are recursing through a tree, using the wrong bit shift means you hit the wrong part of the tree, and when you create and then always overwrite a mutable var, you should just not do it to begin with.
Diffstat (limited to 'tools/jar-dump')
0 files changed, 0 insertions, 0 deletions