Page MenuHomePhabricator

Minor improvements to the `ArcanistLintCheckstyleXMLRenderer` class.
ClosedPublic

Authored by joshuaspence on May 13 2014, 9:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jan 19, 10:25 AM
Unknown Object (File)
Thu, Dec 26, 12:54 AM
Unknown Object (File)
Mon, Dec 23, 9:46 AM
Unknown Object (File)
Mon, Dec 23, 9:46 AM
Unknown Object (File)
Mon, Dec 23, 9:46 AM
Unknown Object (File)
Mon, Dec 23, 9:46 AM
Unknown Object (File)
Dec 22 2024, 3:05 AM
Unknown Object (File)
Dec 15 2024, 7:08 AM
Subscribers

Details

Summary

Ref T4948. Move the startDocument code to a renderPreamble function so that, at least theoretically, the renderer can be reused. Otherwise, the only way to reuse the renderer would be to construct a new instance.

Test Plan

Ran arc lint --output xml and verified that the output looked reasonable.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

joshuaspence retitled this revision from to Minor improvements to the `ArcanistLintCheckstyleXMLRenderer` class..
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.May 14 2014, 12:32 AM
epriestley updated this revision to Diff 21646.

Closed by commit rARCd484b6029505 (authored by @joshuaspence, committed by @epriestley).