Uses of Class
cdc.issues.Issue
Packages that use Issue
-
Uses of Issue in cdc.issues
Classes in cdc.issues with type parameters of type IssueModifier and TypeClassDescriptionfinal classA Diagnosis is a list of issues.interfaceHasDiagnosis<I extends Issue>Interface implemented by classes that can return aDiagnosis.classIssuesCollector<I extends Issue>A collector of issues that can transmit collected issues to a delegate.interfaceIssuesHandler<I extends Issue>Interface implemented by classes that can handle (collect, process, ...) issues.classclassVerboseIssuesHandler<I extends Issue>Implementation ofIssuesHandlerthat logs issues and delegates them to another handler..Fields in cdc.issues with type parameters of type IssueModifier and TypeFieldDescriptionstatic final Comparator<Issue>Issue.TIMESTAMP_COMPARATORComparator of Issues sing timestamp.static final IssuesHandler<Issue>IssuesHandler.VOIDMethods in cdc.issues with type parameters of type IssueModifier and TypeMethodDescriptionDiagnosis.create(I... issues) Diagnosis.create(Collection<I> issues) Diagnosis.okDiagnosis()Methods in cdc.issues that return IssueMethods in cdc.issues that return types with arguments of type IssueMethods in cdc.issues with parameters of type IssueMethod parameters in cdc.issues with type arguments of type IssueModifier and TypeMethodDescriptionstatic 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) voidConstructors in cdc.issues with parameters of type Issue -
Uses of Issue in cdc.issues.answers
Methods in cdc.issues.answers that return IssueMethods in cdc.issues.answers that return types with arguments of type IssueModifier and TypeMethodDescriptionIssuesAndAnswers.getIssues()SnapshotIssuesAndAnswers.getIssues()Constructors 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.Method 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.