Uses of Class
cdc.issues.Issue
Packages that use Issue
-
Uses of Issue in cdc.issues
Fields in cdc.issues with type parameters of type IssueModifier and TypeFieldDescriptionSnapshot.Builder.issuesSnapshotImpl.issuesstatic final Comparator<Issue>Issue.TIMESTAMP_COMPARATORComparator of Issues using timestamp.Methods in cdc.issues that return IssueMethods in cdc.issues that return types with arguments of type IssueModifier and TypeMethodDescriptionDiagnosis.getIssues()IssuesCollector.getIssues()IssuesCollector.getIssues(IssueSeverity severity) Returns a list of issues having a severity.Snapshot.getIssues()SnapshotImpl.getIssues()IssuesSampler.getSamples()Methods in cdc.issues with parameters of type IssueModifier and TypeMethodDescriptionvoidstatic DiagnosisDeprecated, for removal: This API element is subject to removal in a future version.Initializes this Builder with an existing issue.voidvoidNotifies an issue.voidvoidvoidvoiddefault voidvoidstatic DiagnosisMethod parameters in cdc.issues with type arguments of type IssueModifier and TypeMethodDescriptionstatic DiagnosisDiagnosis.create(Collection<Issue> issues) Deprecated, for removal: This API element is subject to removal in a future version.static StringIssueUtils.getHash(Collection<? extends Issue> issues) Computes a hash of a collection of issues.IssueUtils.getMetaNames(Collection<? extends Issue> issues) IssueUtils.getParamNames(Collection<? extends Issue> issues) default voidvoidstatic DiagnosisDiagnosis.of(Collection<Issue> issues) Constructors in cdc.issues with parameters of type Issue -
Uses of Issue in cdc.issues.answers
Fields in cdc.issues.answers with type parameters of type IssueMethods in cdc.issues.answers that return IssueMethods in cdc.issues.answers that return types with arguments of type IssueModifier and TypeMethodDescriptionIssuesAndAnswerImpl.getIssues()IssuesAndAnswers.getIssues()SnapshotIssuesAndAnswers.getIssues()Methods in cdc.issues.answers with parameters of type IssueModifier and TypeMethodDescriptionMethod parameters in cdc.issues.answers with type arguments of type IssueModifier and TypeMethodDescriptionConstructors in cdc.issues.answers with parameters of type Issue -
Uses of Issue in cdc.issues.io
Methods in cdc.issues.io with parameters of type IssueModifier and TypeMethodDescriptiondefault voidInvoked to generate issue data.voidIssuesStreamWriter.add(Issue issue, IssueAnswer answer) Invoked to generate issue and answer data.voidMethod parameters in cdc.issues.io with type arguments of type IssueModifier and TypeMethodDescriptionvoidIssuesWriter.save(SnapshotData synthesis, List<? extends Issue> issues, OutSettings settings, cdc.util.events.ProgressController controller) Saves snapshot data and a list of issues.static voidIssuesWriter.save(SnapshotData synthesis, List<? extends Issue> issues, OutSettings settings, File file, cdc.util.events.ProgressController controller, IssuesIoFactoryFeatures features) Saves snapshot data and a list of issues to a file.voidIssuesWriter.save(List<? extends Issue> issues, OutSettings settings, cdc.util.events.ProgressController controller) Saves a list of issues.static voidIssuesWriter.save(List<? extends Issue> issues, OutSettings settings, File file, cdc.util.events.ProgressController controller, IssuesIoFactoryFeatures features) Saves a list of issues to a file.static voidIssuesWriter.save(List<? extends Issue> issues, OutSettings settings, OutputStream out, IssuesFormat format, cdc.util.events.ProgressController controller, IssuesIoFactoryFeatures features) Saves a list of issues to an output stream.static voidIssuesWriter.save(List<? extends Issue> issues, File file, cdc.util.events.ProgressController controller, IssuesIoFactoryFeatures features) Saves a list of issues to a file usingOutSettings.ALL_DATA_NO_ANSWERSsettings.static voidIssuesWriter.save(List<? extends Issue> issues, OutputStream out, IssuesFormat format, cdc.util.events.ProgressController controller, IssuesIoFactoryFeatures features) Saves a list of issues to an output stream.