Uses of Record Class
org.egothor.methodatlas.ai.AiMethodSuggestion
Packages that use AiMethodSuggestion
Package
Description
Provides the core command-line utility for analyzing Java test sources and
producing structured metadata about JUnit test methods.
AI integration layer for MethodAtlas providing automated security
classification of JUnit test methods.
Output emitters for MethodAtlas scan results.
-
Uses of AiMethodSuggestion in org.egothor.methodatlas
Methods in org.egothor.methodatlas with parameters of type AiMethodSuggestionModifier and TypeMethodDescriptionstatic TagAiDriftTagAiDrift.compute(List<String> sourceTags, AiMethodSuggestion suggestion) Computes the drift between source-level security tags and the AI classification.voidTestMethodSink.record(String fqcn, String method, int beginLine, int loc, String contentHash, List<String> tags, String displayName, AiMethodSuggestion suggestion) Records a single test method. -
Uses of AiMethodSuggestion in org.egothor.methodatlas.ai
Methods in org.egothor.methodatlas.ai that return types with arguments of type AiMethodSuggestion -
Uses of AiMethodSuggestion in org.egothor.methodatlas.emit
Methods in org.egothor.methodatlas.emit with parameters of type AiMethodSuggestionModifier and TypeMethodDescriptionvoidOutputEmitter.emit(OutputMode mode, String fqcn, String method, int loc, String contentHash, List<String> tags, String displayName, AiMethodSuggestion suggestion, String sourceRoot) Emits a single test method record in the configured output mode.voidGitHubAnnotationsEmitter.record(String fqcn, String method, int beginLine, int loc, String contentHash, List<String> tags, String displayName, AiMethodSuggestion suggestion) voidSarifEmitter.record(String fqcn, String method, int beginLine, int loc, String contentHash, List<String> tags, String displayName, AiMethodSuggestion suggestion) Buffers a single test method record.