Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,205 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 30 commits in 4 repositories
Created a pull request in pmd/pmd that received 5 comments
[java] Update many java rules
Describe the PR Update many (104) Java rules to pmd 7. There are still 179 of them This introduces a few new xpath functions, which are documented. …
Opened 7 other pull requests in 2 repositories
pmd/pmd
2
open
3
merged
pmd/pmd-regression-tester
1
open
1
merged
Reviewed 6 pull requests in 1 repository
pmd/pmd 6 pull requests
- Cleanup: Correct annotation array initializer indents from checkstyle #8083
- [scala] adding support for CPD-ON and CPD-OFF special comments #2864
- [vf] Provide expression type information to Visualforce rules to avoid false positives
- Issue 1961 include rule name in text renderer
- [core] Add error recovery mode
- [core] Deprecations for ParametricRuleViolation and ParserOptions#suppressMarker
Created an issue in pmd/pmd that received 3 comments
[java] Replace UseConcurrentHashMap with UseConcurrentCollection
Is your feature request related to a problem? Please describe. The rule UseConcurrentHashMap is currently very noisy, as it will flag any local var…
Opened 8 other issues in 2 repositories
pmd/pmd
7
open
- [java] Rule to detect stateful enums
- [java] Merge Junit assertion simplification rules
- [java] Merge UncommentedEmpty[Constructor|MethodBody]
- [java] Improve BadComparison
- [java] Improve MissingBreakInSwitch
- [java] Remove special cases from rule EmptyCatchBlock
- [java] Merge AccessorClassGeneration and AccessorMethodGeneration