Skip to content

Make CFLint output engine consistent across all output formats #331

@TheRealAgentK

Description

@TheRealAgentK

Currently different output formats use different streams to create their format. Some of them use result marshallers, others manually create XML and then throw XSLT at it for Findbugs or HTML and JSON/TXT are written directly as a manual process.

I think the output engine needs a re-think for 2.0. I like the marshaller approach and I think we could probably pull all output systems into that architecture - which would clean up the current flow quite a bit.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions