aboutsummaryrefslogtreecommitdiffstats
path: root/abi-check-plugin/src/main/java/com/yahoo/abicheck/collector/PublicSignatureCollector.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
* JDK 17: Use Opcodes.ASM9 for abi-check-plugingjoranv2022-06-081-1/+1
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
* Add/corect copyright headersJon Bratseth2020-01-031-0/+1
* JDK 11 updates.gjoranv2019-01-211-1/+1
* 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