Uses of Class
org.variantsync.diffdetective.analysis.AnalysisResult
Package
Description
-
Uses of AnalysisResult in org.variantsync.diffdetective.analysis
Modifier and TypeFieldDescriptionstatic final org.variantsync.functjonal.category.InplaceMonoid<AnalysisResult>
AnalysisResult.IMONOID
static final org.variantsync.functjonal.category.InplaceSemigroup<AnalysisResult>
AnalysisResult.ISEMIGROUP
Inplace semigroup for AnalysisResult.Modifier and TypeMethodDescriptionstatic AnalysisResult
Analysis.forEachCommit
(Supplier<Analysis> analysis) static AnalysisResult
Analysis.forEachCommit
(Supplier<Analysis> analysisFactory, int commitsToProcessPerThread, int nThreads) Runs the analysis for the repository given inAnalysis(java.lang.String, java.util.List<org.variantsync.diffdetective.analysis.Analysis.Hooks>, org.variantsync.diffdetective.datasets.Repository, java.nio.file.Path)
.static AnalysisResult
Analysis.forSingleCommit
(String commitHash, Analysis analysis) Runs the analysis for the repository given inAnalysis(java.lang.String, java.util.List<org.variantsync.diffdetective.analysis.Analysis.Hooks>, org.variantsync.diffdetective.datasets.Repository, java.nio.file.Path)
on the given commit only.Analysis.getResult()
The results of the analysis.Modifier and TypeMethodDescriptionorg.variantsync.functjonal.category.InplaceSemigroup<AnalysisResult>
AnalysisResult.semigroup()
-
Uses of AnalysisResult in org.variantsync.diffdetective.tablegen
Modifier and TypeMethodDescriptionstatic AnalysisResult
MiningResultAccumulator.computeTotalMetadataResult
(Collection<AnalysisResult> results) Computes a totalAnalysisResult
from multiple metadata outputs.Modifier and TypeMethodDescriptionstatic Map<String,
AnalysisResult> MiningResultAccumulator.getAllTotalResultsIn
(Path folderPath) Finds allAnalysisResult
s infolderPath
recursively.Modifier and TypeMethodDescriptionstatic AnalysisResult
MiningResultAccumulator.computeTotalMetadataResult
(Collection<AnalysisResult> results) Computes a totalAnalysisResult
from multiple metadata outputs. -
Uses of AnalysisResult in org.variantsync.diffdetective.tablegen.rows
Modifier and TypeFieldDescriptionprivate final AnalysisResult
ContentRow.results
The field for theresults
record component.Modifier and TypeMethodDescriptionContentRow.results()
Returns the value of theresults
record component.ModifierConstructorDescriptionContentRow
(DatasetDescription dataset, AnalysisResult results, AutomationResult automationResult) Creates an instance of aContentRow
record class.