sbt/util
Adriaan Moors 352afdb539 Do not use `ListBuffer#readOnly`
It's dangerous, deprecated, and was removed in 2.12.0-M1.
See https://github.com/scala/scala/pull/4140.

`ListBuffer#toList` has equivalent performance,
except it actually returns an immutable copy(-on-write).
2015-07-09 14:49:08 -07:00
..
appmacro/src/main/scala/sbt/appmacro added scalariform 2014-05-01 12:50:07 -04:00
collection Issue 2008: provide more diagnostic info for undefined setting 2015-05-08 09:29:41 +02:00
complete Prevent history command(s) from going into an infinite loop [1562] 2015-05-18 13:33:31 +03:00
control added scalariform 2014-05-01 12:50:07 -04:00
log Do not use `ListBuffer#readOnly` 2015-07-09 14:49:08 -07:00
logic/src Minor code cleanup 2014-12-03 09:56:34 -08:00
process Minor code cleanup 2014-12-03 09:56:34 -08:00
relation/src Scalariforming test code 2014-05-07 11:52:23 -04:00