Uses of Class
com.ensoftcorp.open.commons.analyzers.Analyzer
-
Packages that use Analyzer Package Description com.ensoftcorp.open.commons.analyzers com.ensoftcorp.open.commons.preferences -
-
Uses of Analyzer in com.ensoftcorp.open.commons.analyzers
Subclasses of Analyzer in com.ensoftcorp.open.commons.analyzers Modifier and Type Class Description class
CyclomaticComplexity
An analyzer for cyclomatic complexityclass
DeadCode
An analyzer for dead codeclass
Property
class
RecursiveFunctions
An analyzer for recursive functionsMethods in com.ensoftcorp.open.commons.analyzers that return types with arguments of type Analyzer Modifier and Type Method Description static java.util.Set<Analyzer>
Analyzers. getRegisteredAnalyzers()
Returns a copy of the currently registered analyzersMethods in com.ensoftcorp.open.commons.analyzers with parameters of type Analyzer Modifier and Type Method Description static void
Analyzers. cacheResults(Analyzer analyzer, java.util.List<Analyzer.Result> results)
static java.util.List<Analyzer.Result>
Analyzers. getAnalyzerResults(Analyzer analyzer)
static boolean
Analyzers. hasCachedResult(Analyzer analyzer)
-
Uses of Analyzer in com.ensoftcorp.open.commons.preferences
Methods in com.ensoftcorp.open.commons.preferences with parameters of type Analyzer Modifier and Type Method Description static void
AnalyzerPreferences. enableAnalyzerCaching(Analyzer analyzer, boolean enabled)
Enables or disables the caching for analyzer
-