Star4
155
代码介绍
代码
Issues59
Pull Requests62
流水线
Actions
讨论
Wiki
项目成员44
分析
项目设置
Star4
155
  1. plugins
  2. /
  3. test
  4. /
  5. integration-test
  6. /
  7. common
  8. /
  9. cpp
  10. /
  11. utils
jinpeng0804jinpeng0804fix(test): address OAT and static analysis findings in integration test code
217777f5创建于 4月16日历史提交
文件最后提交记录最后更新时间
log.h
fix(test): address OAT and static analysis findings in integration test code - Add Apache License 2.0 headers to 12 C/C++ and Java test files - Replace Gradle wrapper copyright with Huawei Device copyright - Delete binary gradle-wrapper.jar file (OAT compliance) - Replace magic number 10 with MAX_CALLBACK_ARGS constant - Add parentheses to macro parameters in CHECK_NULL_VOID_DELREF - Wrap all single-line if statements with braces (45 occurrences) - Fix code formatting: enum line width, K&R brace style, while spacing - Replace unsafe memset/memcpy with memset_s/memcpy_s - Add Javadoc comments to ALog, IntentCaptorActivity, and JniTestBase Co-Authored-By: Agent Signed-off-by: jinpeng0804 <jinpeng0804@vip.qq.com>2 个月前