ProjectProblemsProvider
instead. ProblemReporter
's problems are converted to the new API.
The synchronization is one way only, it's not guaranteed that getReports()
contains all problems.@Deprecated public interface ProblemReporter
Modifier and Type | Method and Description |
---|---|
void |
addReport(ProblemReport report)
Deprecated.
|
void |
addReports(ProblemReport[] report)
Deprecated.
|
Collection<ProblemReport> |
getReports()
Deprecated.
|
void |
removeReport(ProblemReport report)
Deprecated.
|
void addReport(ProblemReport report)
void addReports(ProblemReport[] report)
void removeReport(ProblemReport report)
Collection<ProblemReport> getReports()