Checkstyle: space after comment `//`
Open
Area - Automation/Static Analysis
- Dominant language
- Java
- Stars
- 14.1k
- Forks
- 3.8k
- Avg merge
- 2d 58m
- Merged PRs (30d)
- 233
Description
`// comment`, not `//comment`.
Contributor guide
Research direction
Start by locating Apache Druid's Checkstyle configuration and the rule that validates Java line comments. Confirm how existing `//comment` cases are handled and identify the relevant check or configuration entry. Done means Checkstyle requires a space after `//` and the affected checks pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100