- get(int) - Method in interface com.atlassian.clover.api.registry.ContextSet
-
- getAggregatedComplexity() - Method in interface com.atlassian.clover.api.registry.HasAggregatedMetrics
-
- getAggregatedStatementCount() - Method in interface com.atlassian.clover.api.registry.HasAggregatedMetrics
-
- getAllClasses() - Method in interface com.atlassian.clover.api.registry.HasClasses
-
Returns list of all classes, including indirect descendants.
- getAllClasses() - Method in interface com.atlassian.clover.api.registry.PackageInfo
-
Returns list of all classes (including inner or inline classes) declared in this package.
- getAllClassesIncludingSubPackages() - Method in interface com.atlassian.clover.api.registry.PackageInfo
-
Returns list of all classes (including inner or inline classes) declared in this package AND all sub-packages.
- getAllMethods() - Method in interface com.atlassian.clover.api.registry.HasMethods
-
Returns list of all methods, including indirect descendants.
- getAllPackages() - Method in interface com.atlassian.clover.api.registry.HasPackages
-
Returns list of all packages defined in the project (including nested packages).
- getAnnotation(String) - Method in interface com.atlassian.clover.api.registry.ModifiersInfo
-
Returns one (or more - introduced in Java 8) annotations with a given name.
- getAnnotations() - Method in interface com.atlassian.clover.api.registry.MethodSignatureInfo
-
- getAnnotations() - Method in interface com.atlassian.clover.api.registry.ModifiersInfo
-
Returns a multi-map of all annotations - one key (annotation name) may contain mutliple values
(i.e.
- getAttribute(String) - Method in interface com.atlassian.clover.api.registry.Annotation
-
- getAttributes() - Method in interface com.atlassian.clover.api.registry.Annotation
-
Returns map of attributes for this annotation (or an empty map if no attribute is defined)
- getAvgTestExecutionTime() - Method in interface com.atlassian.clover.api.registry.BlockMetrics
-
- getBranches() - Method in interface com.atlassian.clover.api.registry.HasBranches
-
Returns list of branches
- getChecksum() - Method in interface com.atlassian.clover.api.registry.FileInfo
-
- getClasses() - Method in interface com.atlassian.clover.api.registry.ClassInfo
-
Returns list of inner classes declared on the top level of the class.
- getClasses() - Method in interface com.atlassian.clover.api.registry.FileInfo
-
Returns list of classes which are declared on a top-level of this source file (i.e.
- getClasses() - Method in interface com.atlassian.clover.api.registry.HasClasses
-
Returns list of classes
- getClasses() - Method in interface com.atlassian.clover.api.registry.PackageInfo
-
Returns a list of top-level classes (i.e.
- getClassesIncludingSubPackages() - Method in interface com.atlassian.clover.api.registry.PackageInfo
-
Returns a list of top-level classes (i.e.
- getClassStart() - Method in class com.atlassian.clover.spi.reporters.html.source.LineRenderInfo
-
- getComplexity() - Method in interface com.atlassian.clover.api.registry.BlockMetrics
-
- getComplexity() - Method in interface com.atlassian.clover.api.registry.ElementInfo
-
Returns cyclomatic complexity of this code element
- getComplexityDensity() - Method in interface com.atlassian.clover.api.registry.BlockMetrics
-
- getConstruct() - Method in interface com.atlassian.clover.api.registry.StatementInfo
-
Return kind of the code construct (statement, branch, elvis expression etc)
- getContainingClass() - Method in interface com.atlassian.clover.api.registry.ClassInfo
-
Returns a class in which this class is declared (case for inner classes) or null
otherwise.
- getContainingClass() - Method in interface com.atlassian.clover.api.registry.MethodInfo
-
Returns a class in which method is declared or null
if method (actually it will be a function
or procedure) is declared outside the class.
- getContainingFile() - Method in interface com.atlassian.clover.api.registry.ClassInfo
-
Returns a file in which this class is declared.
- getContainingFile() - Method in interface com.atlassian.clover.api.registry.MethodInfo
-
Returns a file in which this method is declared.
- getContainingMethod() - Method in interface com.atlassian.clover.api.registry.ClassInfo
-
Returns a method in which this class (an anonymous inline class for instance) is declared or null
otherwise.
- getContainingMethod() - Method in interface com.atlassian.clover.api.registry.MethodInfo
-
Returns a method in which this method (an inner function actually) is declared or null
if method
is not nested inside other method.
- getContainingPackage() - Method in interface com.atlassian.clover.api.registry.FileInfo
-
Returns a package for which this package belongs to (or the default package)
Note: it supports only one package namespace per source file
- getContainingProject() - Method in interface com.atlassian.clover.api.registry.PackageInfo
-
Returns a project containing this package.
- getContext() - Method in interface com.atlassian.clover.api.registry.ElementInfo
-
- getContextFilter() - Method in interface com.atlassian.clover.api.registry.HasContextFilter
-
Returns context filter for the entity, i.e set of custom statement/method contexts as well as Clover's built-in
code contexts.
- getCoverageCountCSS() - Method in class com.atlassian.clover.spi.reporters.html.source.LineRenderInfo
-
- getCoverageStr() - Method in class com.atlassian.clover.spi.reporters.html.source.LineRenderInfo
-
- getCurrentClass() - Method in interface com.atlassian.clover.api.instrumentation.InstrumentationSession
-
- getCurrentFile() - Method in interface com.atlassian.clover.api.instrumentation.InstrumentationSession
-
- getCurrentFileMaxIndex() - Method in interface com.atlassian.clover.api.instrumentation.InstrumentationSession
-
- getCurrentIndex() - Method in interface com.atlassian.clover.api.instrumentation.InstrumentationSession
-
- getCurrentMethod() - Method in interface com.atlassian.clover.api.instrumentation.InstrumentationSession
-
- getCurrentOffsetFromFile() - Method in interface com.atlassian.clover.api.instrumentation.InstrumentationSession
-
- getCurrentPackage() - Method in interface com.atlassian.clover.api.instrumentation.InstrumentationSession
-
- getDataIndex() - Method in interface com.atlassian.clover.api.registry.InstrumentationInfo
-
- getDataLength() - Method in interface com.atlassian.clover.api.registry.InstrumentationInfo
-
- getEncoding() - Method in interface com.atlassian.clover.api.registry.FileInfo
-
Returns file encoding, e.g.
- getEndColumn() - Method in interface com.atlassian.clover.api.registry.SourceInfo
-
- getEndLine() - Method in interface com.atlassian.clover.api.registry.SourceInfo
-
- getEndTS() - Method in interface com.atlassian.clover.api.instrumentation.InstrumentationSession
-
- getFailedStackEntries() - Method in class com.atlassian.clover.spi.reporters.html.source.LineRenderInfo
-
- getFalseHitCount() - Method in interface com.atlassian.clover.api.registry.BranchInfo
-
Returns number of hits for the false condition branch.
- getFileExtensions() - Method in enum com.atlassian.clover.spi.lang.Language.Builtin
-
- getFileExtensions() - Method in interface com.atlassian.clover.spi.lang.Language
-
- getFiles() - Method in interface com.atlassian.clover.api.registry.HasFiles
-
Returns list of files
- getFiles() - Method in interface com.atlassian.clover.api.registry.PackageInfo
-
Returns list of source files belonging to this package namespace.
- getFilesize() - Method in interface com.atlassian.clover.api.registry.FileInfo
-
Returns file size in bytes
- getHilight() - Method in class com.atlassian.clover.spi.reporters.html.source.LineRenderInfo
-
- getHistoryDir() - Method in class com.atlassian.clover.api.ci.CIOptions
-
- getHitCount() - Method in interface com.atlassian.clover.api.registry.ElementInfo
-
- getId() - Method in enum com.atlassian.clover.spi.lang.LanguageConstruct.Builtin
-
- getId() - Method in interface com.atlassian.clover.spi.lang.LanguageConstruct
-
- getInitString() - Method in class com.atlassian.clover.api.optimization.OptimizationOptions
-
- getLicense() - Method in class com.atlassian.clover.api.ci.CIOptions
-
- getLicenseCert() - Method in class com.atlassian.clover.api.ci.CIOptions
-
- getLineCount() - Method in interface com.atlassian.clover.api.registry.FileInfo
-
Returns number of source lines in a file
- getLineNumberCSS() - Method in class com.atlassian.clover.spi.reporters.html.source.LineRenderInfo
-
- getLogger() - Method in class com.atlassian.clover.api.optimization.OptimizationOptions
-
- getMask() - Method in interface com.atlassian.clover.api.registry.ModifiersInfo
-
- getMaxCompilesBeforeStaleSnapshot() - Method in class com.atlassian.clover.api.optimization.OptimizationOptions
-
- getMethods() - Method in interface com.atlassian.clover.api.registry.ClassInfo
-
Returns list of methods declared on the top level of the class.
- getMethods() - Method in interface com.atlassian.clover.api.registry.FileInfo
-
Returns list of methods which are declared on a top-level of this source file.
- getMethods() - Method in interface com.atlassian.clover.api.registry.HasMethods
-
Returns list of methods
- getMethodStart() - Method in class com.atlassian.clover.spi.reporters.html.source.LineRenderInfo
-
- getMetrics() - Method in interface com.atlassian.clover.api.registry.HasMetrics
-
- getModifiers() - Method in interface com.atlassian.clover.api.registry.ClassInfo
-
- getModifiers() - Method in interface com.atlassian.clover.api.registry.MethodSignatureInfo
-
- getMsg() - Method in class com.atlassian.clover.spi.reporters.html.source.LineRenderInfo
-
- getName() - Method in interface com.atlassian.clover.api.optimization.Optimizable
-
- getName() - Method in class com.atlassian.clover.api.optimization.StringOptimizable
-
- getName() - Method in interface com.atlassian.clover.api.registry.Annotation
-
- getName() - Method in interface com.atlassian.clover.api.registry.ClassInfo
-
- getName() - Method in interface com.atlassian.clover.api.registry.FileInfo
-
Returns source file name
- getName() - Method in interface com.atlassian.clover.api.registry.HasMetrics
-
- getName() - Method in interface com.atlassian.clover.api.registry.MethodInfo
-
- getName() - Method in interface com.atlassian.clover.api.registry.MethodSignatureInfo
-
- getName() - Method in interface com.atlassian.clover.api.registry.PackageInfo
-
- getName() - Method in interface com.atlassian.clover.api.registry.ParameterInfo
-
- getName() - Method in interface com.atlassian.clover.api.registry.ProjectInfo
-
Returns name of the project
- getName() - Method in enum com.atlassian.clover.spi.lang.Language.Builtin
-
- getName() - Method in interface com.atlassian.clover.spi.lang.Language
-
- getNcLineCount() - Method in interface com.atlassian.clover.api.registry.FileInfo
-
Returns number of non-comment and non-empty source lines in a file.
- getNormalizedSignature() - Method in interface com.atlassian.clover.api.registry.MethodSignatureInfo
-
- getNumBranches() - Method in interface com.atlassian.clover.api.registry.BlockMetrics
-
- getNumCoveredBranches() - Method in interface com.atlassian.clover.api.registry.BlockMetrics
-
- getNumCoveredElements() - Method in interface com.atlassian.clover.api.registry.BlockMetrics
-
- getNumCoveredStatements() - Method in interface com.atlassian.clover.api.registry.BlockMetrics
-
- getNumElements() - Method in interface com.atlassian.clover.api.registry.BlockMetrics
-
- getNumStatements() - Method in interface com.atlassian.clover.api.registry.BlockMetrics
-
- getNumTestErrors() - Method in interface com.atlassian.clover.api.registry.BlockMetrics
-
- getNumTestFailures() - Method in interface com.atlassian.clover.api.registry.BlockMetrics
-
- getNumTestPasses() - Method in interface com.atlassian.clover.api.registry.BlockMetrics
-
- getNumTests() - Method in interface com.atlassian.clover.api.registry.BlockMetrics
-
- getNumTestsRun() - Method in interface com.atlassian.clover.api.registry.BlockMetrics
-
- getNumUncoveredElements() - Method in interface com.atlassian.clover.api.registry.BlockMetrics
-
- getOptimizableName() - Method in class com.atlassian.clover.api.optimization.OptimizationOptions
-
- getOwner() - Method in interface com.atlassian.clover.api.registry.BlockMetrics
-
- getPackage() - Method in interface com.atlassian.clover.api.registry.ClassInfo
-
- getPackagePath() - Method in interface com.atlassian.clover.api.registry.FileInfo
-
Returns a file name with a package path, e.g.
- getPackageRelPath(String, String) - Method in interface com.atlassian.clover.spi.reporters.html.source.HtmlRenderingSupport
-
- getParamCount() - Method in interface com.atlassian.clover.api.registry.MethodSignatureInfo
-
- getParameters() - Method in interface com.atlassian.clover.api.registry.MethodSignatureInfo
-
- getParent() - Method in interface com.atlassian.clover.api.registry.HasParent
-
- getParent() - Method in interface com.atlassian.clover.api.registry.MethodInfo
-
Returns an object which encloses this method.
- getParent() - Method in interface com.atlassian.clover.api.registry.PackageInfo
-
- getPath() - Method in interface com.atlassian.clover.api.registry.PackageInfo
-
- getPcCoveredBranches() - Method in interface com.atlassian.clover.api.registry.BlockMetrics
-
- getPcCoveredElements() - Method in interface com.atlassian.clover.api.registry.BlockMetrics
-
- getPcCoveredStatements() - Method in interface com.atlassian.clover.api.registry.BlockMetrics
-
- getPcTestErrors() - Method in interface com.atlassian.clover.api.registry.BlockMetrics
-
- getPcTestFailures() - Method in interface com.atlassian.clover.api.registry.BlockMetrics
-
- getPcTestPasses() - Method in interface com.atlassian.clover.api.registry.BlockMetrics
-
- getPcTestPassesFailures() - Method in interface com.atlassian.clover.api.registry.BlockMetrics
-
- getPcUncoveredElements() - Method in interface com.atlassian.clover.api.registry.BlockMetrics
-
- getQualifiedName() - Method in interface com.atlassian.clover.api.registry.ClassInfo
-
- getQualifiedName() - Method in interface com.atlassian.clover.api.registry.MethodInfo
-
- getRawMetrics() - Method in interface com.atlassian.clover.api.registry.HasMetrics
-
- getReorder() - Method in class com.atlassian.clover.api.optimization.OptimizationOptions
-
- getReturnType() - Method in interface com.atlassian.clover.api.registry.MethodSignatureInfo
-
- getRootRelPath(String) - Method in interface com.atlassian.clover.spi.reporters.html.source.HtmlRenderingSupport
-
- getSignature() - Method in interface com.atlassian.clover.api.registry.MethodInfo
-
Returns method signature (annotations, keywords, type parameters, method name, parameters, return type, throws).
- getSimpleName() - Method in interface com.atlassian.clover.api.registry.MethodInfo
-
- getSnapshotFile() - Method in class com.atlassian.clover.api.optimization.OptimizationOptions
-
- getSourceCSS() - Method in class com.atlassian.clover.spi.reporters.html.source.LineRenderInfo
-
- getSrc() - Method in class com.atlassian.clover.spi.reporters.html.source.LineRenderInfo
-
- getSrcFileLink(boolean, boolean, ClassInfo) - Method in interface com.atlassian.clover.spi.reporters.html.source.HtmlRenderingSupport
-
Get a link to a source file for a given class, e.g.
- getStartColumn() - Method in interface com.atlassian.clover.api.registry.SourceInfo
-
- getStartLine() - Method in interface com.atlassian.clover.api.registry.SourceInfo
-
- getStartTs() - Method in interface com.atlassian.clover.api.instrumentation.InstrumentationSession
-
- getStatements() - Method in interface com.atlassian.clover.api.registry.ClassInfo
-
Returns list of statements declared on the to level of the class, i.e.
- getStatements() - Method in interface com.atlassian.clover.api.registry.FileInfo
-
Returns list of statements which are declared on a top-level of this source file.
- getStatements() - Method in interface com.atlassian.clover.api.registry.HasStatements
-
Returns list of statements
- getStaticTestName() - Method in interface com.atlassian.clover.api.registry.MethodInfo
-
Name of the test associated with a method.
- getSupportedConstructs() - Method in enum com.atlassian.clover.spi.lang.Language.Builtin
-
- getSupportedConstructs() - Method in interface com.atlassian.clover.spi.lang.Language
-
- getSupportedLanguage() - Method in interface com.atlassian.clover.spi.reporters.html.source.SourceRenderer
-
- getTestExecutionTime() - Method in interface com.atlassian.clover.api.registry.BlockMetrics
-
- getTestHitCSS() - Method in class com.atlassian.clover.spi.reporters.html.source.LineRenderInfo
-
- getTestHits() - Method in class com.atlassian.clover.spi.reporters.html.source.LineRenderInfo
-
- getThrowsTypes() - Method in interface com.atlassian.clover.api.registry.MethodSignatureInfo
-
- getTimestamp() - Method in interface com.atlassian.clover.api.registry.FileInfo
-
Returns file modification time stamp as per File.lastModified()
- getTrueHitCount() - Method in interface com.atlassian.clover.api.registry.BranchInfo
-
Returns number of hits for the true condition branch.
- getType() - Method in interface com.atlassian.clover.api.registry.BlockMetrics
-
- getType() - Method in interface com.atlassian.clover.api.registry.ParameterInfo
-
- getTypeParams() - Method in interface com.atlassian.clover.api.registry.MethodSignatureInfo
-
- getVersion() - Method in interface com.atlassian.clover.api.instrumentation.InstrumentationSession
-
- GOOD_CLASS - Static variable in class com.atlassian.clover.spi.reporters.html.source.SourceReportCss
-