Apache Commons Statistics Ranking ™
Last Published: 17 Sep 2025
|
Version: 1.2
ApacheCon
Apache
Commons
Statistics Ranking
Overview
Latest API docs (development)
Javadoc (1.2 release)
Javadoc (1.1 release)
Project Documentation
Project Information
Project Reports
JIRA Report
Javadoc
Source Xref
Test Source Xref
Surefire
Rat Report
JaCoCo
japicmp
Checkstyle
SpotBugs
PMD
CPD
Commons
Home
License
Components
Sandbox
Dormant
General Information
Security
Volunteering
Contributing Patches
Building Components
Commons Parent POM
Commons Build Plugin
Commons Release Plugin
Site Publication
Releasing Components
Wiki
ASF
How the ASF works
Get Involved
Developer Resources
Code of Conduct
Privacy
Sponsorship
Thanks
PMD Results
The following document contains the results of
PMD
7.17.0.
Violations By Priority
Priority 3
org/apache/commons/statistics/ranking/NaturalRanking.java
Rule
Violation
Line
AssignmentInOperand
Avoid assignment to r in operand
423
AssignmentInOperand
Avoid assignment to r in operand
455
AssignmentInOperand
Avoid assignment to size in operand
491
OverrideBothEqualsAndHashCodeOnComparable
When implementing Comparable, both equals() and hashCode() should be overridden
578
Files
org/apache/commons/statistics/ranking/NaturalRanking.java
Rule
Violation
Priority
Line
AssignmentInOperand
Avoid assignment to r in operand
3
423
AssignmentInOperand
Avoid assignment to r in operand
3
455
AssignmentInOperand
Avoid assignment to size in operand
3
491
OverrideBothEqualsAndHashCodeOnComparable
When implementing Comparable, both equals() and hashCode() should be overridden
3
578
Suppressed Violations
Filename
Rule message
Suppression type
Reason
org/apache/commons/statistics/ranking/NaturalRanking.java
Field size has the same name as a method
xpath
./ancestor-or-self::ClassDeclaration[@SimpleName='IntList' or @SimpleName='DD' or @SimpleName='XYList' ]