summaryrefslogtreecommitdiffstats
path: root/abi-check-plugin/src/main/java/com/yahoo/abicheck/mojo/AbiCheck.java
Commit message (Expand)AuthorAgeFilesLines
* Read/write ABI spec to project base directory.Ilpo Ruotsalainen2018-12-171-7/+10
* Reformat source.Ilpo Ruotsalainen2018-11-301-8/+8
* Disable instrumentation on tedious to test method.Ilpo Ruotsalainen2018-11-301-0/+3
* Add more unit tests.Ilpo Ruotsalainen2018-11-301-6/+6
* Add more unit tests.Ilpo Ruotsalainen2018-11-301-1/+1
* Extract a method for easier unit testing.Ilpo Ruotsalainen2018-11-301-4/+9
* Disable coverage on a few more methods.Ilpo Ruotsalainen2018-11-301-0/+6
* Reformat file, no semantic changes.Ilpo Ruotsalainen2018-11-301-34/+34
* Refactor methods to static for easier testing.Ilpo Ruotsalainen2018-11-301-8/+7
* Generalize set comparison method.Ilpo Ruotsalainen2018-11-301-46/+27
* Refactor to extract a method.Ilpo Ruotsalainen2018-11-301-13/+16
* Refactor some methods to static.Ilpo Ruotsalainen2018-11-301-6/+8
* Refactor for easier testing.Ilpo Ruotsalainen2018-11-291-2/+3
* Fields, superclass and interfaces are part of ABI.Ilpo Ruotsalainen2018-11-281-3/+17
* Simplify data model.Ilpo Ruotsalainen2018-11-281-46/+29
* Rename ClassFileTree.Class to ClassFile.Ilpo Ruotsalainen2018-11-281-3/+3
* Initial implementation of ABI checker plugin.Ilpo Ruotsalainen2018-11-281-0/+191