|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReportProblem | |
---|---|
de.smartics.exceptions.report | Provides classes to parse project source code and generate reports. |
de.smartics.exceptions.report.data | Provides classes that represent report data. |
Uses of ReportProblem in de.smartics.exceptions.report |
---|
Fields in de.smartics.exceptions.report with type parameters of type ReportProblem | |
---|---|
protected List<ReportProblem> |
AbstractBuilder.problems The list of problems encountered while parsing sources and fetching report information. |
Uses of ReportProblem in de.smartics.exceptions.report.data |
---|
Methods in de.smartics.exceptions.report.data that return types with arguments of type ReportProblem | |
---|---|
List<ReportProblem> |
ExceptionCodesReport.getProblems() Returns the list of problems encountered while parsing sources and fetching report information. |
List<ReportProblem> |
AbstractExceptionCodesReport.getProblems() Returns the list of problems encountered while parsing sources and fetching report information. |
Methods in de.smartics.exceptions.report.data with parameters of type ReportProblem | |
---|---|
void |
ExceptionCodesReport.addProblem(ReportProblem problem) Reports a problem encountered while analyzing for report items. |
void |
AbstractExceptionCodesReport.addProblem(ReportProblem problem) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |