yyqdbngt opened a new pull request, #3428: URL: https://github.com/apache/rocketmq-dashboard/pull/3428
### Summary `PageResult.of` exposes items plus total/page/size paging metadata, and `PageResult.empty` builds a zero-total page. The suite covered null-normalization and defensive copying only. ### Changes - `of` carries the total and paging fields through unchanged - `empty` yields an empty item list with zero total while preserving the requested page and size ### Testing `mvn test -Dtest=PageResultTest` passes: 4 tests, 0 failures (up from 2). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
