Re: jdeps - option to to analyze package-private API

2022-12-13 Thread Matej Turcel
On 12.12.2022 16:26, Alan Bateman wrote: The scenario seems a bit unusual in that API elements with package access aren't usually considered to be part of the API. Yes, they shouldn't be. But our code is not perfect and we have many cases where package-private elements de-facto are a part of

jdeps - option to to analyze package-private API

2022-12-03 Thread Matej Turcel
Hello, I would like to propose a new option for jdeps, similar to --api-only, which would analyze not only private and protected API (like --api-only does), but also package-private API. In more detail, this option would report all dependencies which occur in all types (not only public ones),