I am looking for a way to find all classes that extend classes from a specific library. Is there any way to do this other than with a manual inspection?
Thank you for your help.
Suppose the library defines the com.foo.bar package (and subpackages). You will have to do what you want by doing a Java search for the search string "com.foo.bar. *", With the option "Type" as "Search" and "Implementation" as "Limit".
You can use the Eclipse type hierarchy view to find subclasses of a particular class. I do not know if you can do this for all classes of this library.
You can use tattletale to create a dependency report. It has two reports, called Classes Dependent and Classes Dependent, which list each class and their dependencies. This should be useful for you.
Just search for the import statement provided by this package from this library.
Source: https://habr.com/ru/post/1345222/More articles:Dojo.Connect Event not triggered - why? - javascriptHow to encode an array in JSON without json_encode ()? - jsonAndroid Application Development - WebView Not Working - androidIgnoring metadata? - overrideStudy Guide for Learning xaml for Windows Phone 7 - windows-phone-7PHP integration with Python - pythonclojure functions, let & return values - functional-programmingASP.NET MVC - Using Ninject Bindings Beyond Controllers - Dependency-injectionusing C # / Json to serialize a structure in a web service - c #Designing a REST service for converting multimedia - restAll Articles