Class Property
- java.lang.Object
-
- com.ensoftcorp.open.commons.analyzers.Analyzer
-
- com.ensoftcorp.open.commons.analyzers.Property
-
- Direct Known Subclasses:
CyclomaticComplexity
,DeadCode
,RecursiveFunctions
public abstract class Property extends Analyzer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.ensoftcorp.open.commons.analyzers.Analyzer
Analyzer.Result
-
-
Constructor Summary
Constructors Constructor Description Property()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCategory()
A category to classify this analyzer under-
Methods inherited from class com.ensoftcorp.open.commons.analyzers.Analyzer
equals, getAllResults, getAssumptions, getCodemapStageDependencies, getDescription, getMarkup, getMarkupKey, getName, getResultOrder, getResults, hashCode
-
-
-
-
Method Detail
-
getCategory
public java.lang.String getCategory()
Description copied from class:Analyzer
A category to classify this analyzer under- Specified by:
getCategory
in classAnalyzer
- Returns:
-
-