简体   繁体   中英

How can I print information about your Java project

Is there a command line tool or a maven plugin to easily print out information about your project?

For example

  • give me all the classes and methods with @Test annotations.
  • give me all the classes with @Ignore annotations.
  • list all methods in class

etc..

Currently, I keep writing maven plugins that load classes and iterate over them, but I would like to find some tool to do the job for me.

Think about using jQAssistant - it scans artifacts and puts the results into a Neo4j database. Then you can query the database for the things you mentioned (and much more).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM