summaryrefslogtreecommitdiff
path: root/tools/xmlpersistence/src
AgeCommit message (Collapse)Author
2023-04-20Remove unused old tool. Hai Zhang
This codegen was never actually put into production. Test: build Change-Id: I0f8b5a994bf9fd32b4b5cbb4ab469ede8988edbb
2022-08-03Fix more kotlin 1.7.0 errors Colin Cross
Fix "'when' expression must be exhaustive" and UNEXPECTED_SAFE_CALL errors. Bug: 216136346 Test: m checkbuild Change-Id: I2c1b1f7581426496f31198896c4ff3bd9abf2941
2020-10-06Minor fixes for XML persistence generation. Hai Zhang
The Android checkstyle configuration requires exactly the string "CHECKSTYLE: OFF Generated Code" in its SuppressionCommentFilter. JLS 4.12.4 says try-with-resources declaration is implicitly final, hence drop the redundant final modifier in generated code. Test: manual Change-Id: Idbb703d950601c32aececfc45e480698657ef764
2020-09-24Add XML persistence code generation tool. Hai Zhang
Test: m xmlpersistence_cli && xmlpersistence_cli Change-Id: Ia54739e99f52c3ab7125f21b1bc306a474f6bf68