sbt/compile
Grzegorz Kossakowski bad824c0b1 Do not compute name hashes for private members.
The NameHashing classes assumed that extracted API data structure have
private members filtered out already. That assumption was wrong and
resulted in bug #2324.

We fix the bug by simply reusing the same logic as used by SameAPI class.

Fixes #2324.
2015-12-18 14:32:43 -08:00
..
api Do not compute name hashes for private members. 2015-12-18 14:32:43 -08:00
inc
integration/src/main/scala/sbt/compiler
interface Document ExtractAPI's handling of private members. 2015-12-18 14:14:11 -08:00
ivy/src/main/scala/sbt/compiler Fix deprecation messages 2015-09-04 12:25:59 +02:00
persist Replace procedure syntax by explicit Unit annotation 2015-08-04 10:07:38 +02:00
src Fix issues with Codacy 2015-11-12 18:50:03 +01:00
NOTICE