revelc / apilyzer-maven-plugin

Analyze types used by declared public API
https://code.revelc.net/apilyzer-maven-plugin
Apache License 2.0
6 stars 2 forks source link

NPE when there is no excludes section #23

Closed keith-turner closed 7 years ago

keith-turner commented 8 years ago

I tried running Apilyzer 1.0.1 with only an allows section in the config. When I did this it failed with NPE trying to process the excludes.

ctubbsii commented 7 years ago

@keith-turner Is this still an issue in version 1.1.0?

keith-turner commented 7 years ago

I think I fixed this

ctubbsii commented 7 years ago

Okay, I'll change the milestone back to 1.1.0 for now. We can revisit if there's more to address.