Understand a test failure
Status: Proposed
The source analysis format represents some findings about source code, such as static analysis warnings. Each finding indicates a range of text in a source code file, and optionally includes a suggested change to that code.
A trivial example of a producer is a compiler, which outputs warnings and errors but in a text dump. It is more useful for consumers if this data is parsed and structured, for example to navigate to that location in the source.
We propose a JSON representation containing this data:
Support by producers
None yet. We should be able to adapt the Findbugs XML report to this format.
Support for consumers
None yet.