Want the following report that lists of all methods and/or class that are most used - ordered as most used to least used methods / classes

Answered

Upon Source Code Analysis

Is there a way to find out in Code Analysis, how to know which are the most used methods & classes in the order of count of number of times  each method and class

Method   Number of times used

--------      ------------------------

getConnection()   --> 10

doPost()  --> 21 times

 

etc.. 

It is some form of find usage but auto checks for 'all the methods' and class to list such usage.

0
1 comment

Hello Raja,

Currently it's not possible. Feel free to create feature request on YouTrack: https://youtrack.jetbrains.com/issues

0

Please sign in to leave a comment.