All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
Comparing unsigned values against negative values is pointless. This expression will always be true, because unsigned integers will never be less than zero.