sbt/compile
Martin Duhem 46058029b5 Consider signatures of method before and after erasure in ExtractAPI
The signatures of methods that have value classes as arguments or return
type change during the erasure phase. Because we only registered
signatures before the erasure, we missed some API changes when a class
was changed to a value class (or a value class changed to a class).

This commit fixes this problem by recording the signatures of method
before and after erasure.

Fixes sbt/sbt#1171
2015-11-04 11:16:53 +01:00
..
api Add support for parsing system classes. 2015-09-18 16:37:22 -07:00
inc Merge pull request #2158 from twitter-forks/stuhood/fix-error-message-when-name-hashing-is-enabled 2015-08-18 17:55:43 -04:00
integration/src/main/scala/sbt/compiler Replace procedure syntax by explicit Unit annotation 2015-08-04 10:07:38 +02:00
interface Consider signatures of method before and after erasure in ExtractAPI 2015-11-04 11:16:53 +01: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 Use getPosition method to get an offset position instead of using line number 2015-09-10 16:35:09 -07:00
NOTICE - Stuart's improvements to triggered execution 2010-07-05 12:53:37 -04:00