aboutsummaryrefslogtreecommitdiffstats
path: root/abi-check-plugin/src/main/java/com/yahoo/abicheck/collector/PublicSignatureCollector.java
Commit message (Expand)AuthorAgeFilesLines
* Fix inverted access check logic.Ilpo Ruotsalainen2018-11-291-1/+1
* Protected static members may be accessible.Ilpo Ruotsalainen2018-11-291-3/+2
* Fields, superclass and interfaces are part of ABI.Ilpo Ruotsalainen2018-11-281-10/+39
* Simplify data model.Ilpo Ruotsalainen2018-11-281-11/+13
* Initial implementation of ABI checker plugin.Ilpo Ruotsalainen2018-11-281-0/+85