• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pmd / pmd / 673

17 Jul 2026 08:05AM UTC coverage: 79.203% (+0.003%) from 79.2%
673

push

github

web-flow
[java] Fix #6714: Rename UseUtilityClass to InstantiableUtilityClass (#6843)

* Rename UseUtilityClassRule to InstantiableUtilityClassRule

* Add static import

* Update quickstart.xml

* [docs] Update release notes.

* Apply suggestions from code review

Co-authored-by: Andreas Dangel <andreas.dangel@adangel.org>

---------

Co-authored-by: Andreas Dangel <andreas.dangel@adangel.org>

19236 of 25223 branches covered (76.26%)

Branch coverage included in aggregate %.

25 of 26 new or added lines in 2 files covered. (96.15%)

41684 of 51693 relevant lines covered (80.64%)

0.81 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/design/UseUtilityClassRule.java
1
/*
2
 * BSD-style license; for more info see http://pmd.sourceforge.net/license.html
3
 */
4

5
package net.sourceforge.pmd.lang.java.rule.design;
6

7
/**
8
 * @deprecated Since 7.27.0. The rule was renamed {@link InstantiableUtilityClassRule}
9
 */
10
@Deprecated
NEW
11
public class UseUtilityClassRule extends InstantiableUtilityClassRule {
×
12
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc