Movatterモバイル変換


[0]ホーム

URL:


CodeQL documentation
CodeQL resources

Underscore used as identifier

ID: java/underscore-identifierKind: problemSecurity severity: Severity: recommendationPrecision: highTags:   - quality   - maintainability   - readabilityQuery suites:   - java-security-and-quality.qls

Click to see the query in the CodeQL repository

The underscore character is a reserved keyword in Java 9 and therefore disallowed as a one-character identifier.

Recommendation

Rename any identifiers that consist of a one-character underscore.

References


[8]ページ先頭

©2009-2025 Movatter.jp