Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently AnalyserResult getErrors and getWarnings are deprecated in favor of the more specific getXXXErrors methods. However for clients not interested in all the details about errors and warnings it is valid to just call getErrors to get all error messages. Same with warnings.
Therefore we should remove the deprecation markers again