Skip to content

Commit

Permalink
re-applied review comments from PR #1
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Kübler committed Jan 7, 2020
1 parent 4587e60 commit d4a7195
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ import org.opalj.tac.VirtualFunctionCall
import org.opalj.tac.fpcf.analyses.cg.V

/**
* Analyzes a project for how a particular class is used within that project. This means that this
* analysis collect information on which methods are called on objects of that class as well as how
* often.
* Analyzes a project for how a particular class is used within that project. Collects information
* on which methods are called on objects of that class as well as how often.
*
* The analysis can be configured by passing the following optional parameters: `class` (the class
* to analyze), `granularity` (fine- or coarse-grained; defines which information will be gathered
* by an analysis run). For further information see
* The analysis can be configured by passing the following parameters: `class` (the class to
* analyze) and `granularity` (fine or coarse; defines which information will be gathered by an
* analysis run; this parameter is optional). For further information see
* [[ClassUsageAnalysis.analysisSpecificParametersDescription]].
*
* @author Patrick Mell
Expand Down

0 comments on commit d4a7195

Please sign in to comment.