Skip to content

lolo101/pmd-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pmd-issue

Evidence of false positive with PMD 7.7.0

  • on-demand import
  • private method in lambda

Run

mvn verify

PMD reports

  • "Unused import 'java.util.Map.*'." However, the code does not compile without that import
  • "Avoid unused private methods such as 'reduceBooksAndLenderStatusByLender'" However, the method is actually used

About

Evidence of false positive with on-demand import with PMD 7.7.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages