sbt/compile/api
Indrajit Raychaudhuri 2525eeb7e6 Ensure that `parents` for java classes have all the ancestors
Currently, only immediate parents classes are picked up for java classes.
This could be problematic, for example, in detecting Fingerprint for test frameworks.
So far, Scala types are not affected –– all the ancestors are available for them.
2012-03-25 15:44:16 +05:30
..
APIUtil.scala whitespace 2012-03-04 17:41:39 +01:00
ClassToAPI.scala Ensure that `parents` for java classes have all the ancestors 2012-03-25 15:44:16 +05:30
Discovered.scala store hashes of API instead of full API. fixes #21 2011-10-05 18:09:27 -04:00
Discovery.scala preserve API information needed for detecting annotations on defs. fixes #232 2011-10-19 22:23:47 -04:00
HashAPI.scala missing(?) imports, fix emacs syntax highlighting 2011-12-14 14:35:17 +01:00
NOTICE legal cleanup 2010-02-07 23:45:19 -05:00
ParseType.scala basic type parsing for testing/prototyping 2010-06-21 21:23:10 -04:00
SafeLazy.scala make serializable abstract Lazy template 2010-10-30 11:56:40 -04:00
SameAPI.scala Move condition out of SameAPI. 2012-03-04 21:28:01 +01:00
ShowAPI.scala implement shortcut for API equality checking, fixes #18 2011-06-01 02:19:46 -04:00
TagTypeVariables.scala implement shortcut for API equality checking, fixes #18 2011-06-01 02:19:46 -04:00
Visit.scala implement shortcut for API equality checking, fixes #18 2011-06-01 02:19:46 -04:00