最近習慣了讓 github 的 copilot 來 review 協助, 其中一個提示是 getFirst 的風險. If cmd.getPolicies() returns a standard List, using getFirst() might cause runtime issues. Consider using get(0) to retrieve the first element or ensure the list supports getFirst(). getFir...
jerry80409.hashnode.dev1 min read
No responses yet.