Uses of Class
de.smartics.exceptions.report.data.ReportProblem

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)
           
 



Copyright © 2007-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.