MetricsAnalyzer class
Performs code quality analysis on specified files See MetricsAnalysisRunner to get analysis info
- Annotations
-
- @Deprecated('will be replaced with LintAnalyzer in 4.0')
Constructors
- MetricsAnalyzer(MetricsRecordsStore _store, Config config)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
runAnalysis(
Iterable< String> folders, String rootFolder) → Future<void> -
Return a future that will complete after static analysis done for files from
folders
. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited