sbt/compile/interface
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
..
src Consider signatures of method before and after erasure in ExtractAPI 2015-11-04 11:16:53 +01:00
NOTICE legal cleanup 2010-02-07 23:45:19 -05:00