1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Java4,149 forks (4,149 forks)batch import
good first issueimported-jira-issuerfe
Repository metrics
- Stars
- 6,517 stars (6,517 stars)
- PR merge metrics
- Avg merge 1d 10h (Avg merge 1d 10h)100 merged PRs in 30d (100 merged PRs in 30d)
Contributor guide
- Research direction
- Find the PMD configuration (e.g., in pom.xml or a ruleset file), update the targetJdk to 1.8, then run the PMD analysis again. The new warnings will appear; fix each by refactoring the code to comply with PMD rules. Focus on methods using old constructs like explicit type declarations that can be replaced with diamond operator, or loops that can be enhanced.
- Tech stack
- java
- Domain
- backend
- Issue type
- Chore
- Prerequisites
- JavaMavenGit