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

pmd / pmd / 757
79%

Build:
DEFAULT BRANCH: main
Ran 30 Aug 2026 05:32PM UTC
Jobs 1
Files 2200
Run time 3min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

30 Aug 2026 05:00PM UTC coverage: 79.409% (+0.001%) from 79.408%
757

push

github

web-flow
[java] Fix #5732: UnnecessaryCast false positive for package-private members (#6993)

* [java] Fix #5732: UnnecessaryCast false positive for package-private members

Package-private methods and fields are not inherited by subclasses in another package, so a cast to the declaring type is required to access them.

* [java] Fix #5732: Clarify package-private visibility in UnnecessaryCast

Package-private members are inherited; the cast is required because they
are not accessible on a subtype in a different package. Also drop
redundant unresolved/null checks already handled in visit().

* Put the issue title in release notes

---------

Co-authored-by: Sören Glimm <git@uncleowen.de>

19688 of 25790 branches covered (76.34%)

Branch coverage included in aggregate %.

19 of 22 new or added lines in 1 file covered. (86.36%)

42606 of 52657 relevant lines covered (80.91%)

0.82 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
88.97
-1.44% pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/codestyle/UnnecessaryCastRule.java
Jobs
ID Job ID Ran Files Coverage
1 757.1 30 Aug 2026 05:32PM UTC 2200
79.41
GitHub Action Run
Source Files on build 757
  • Tree
  • List 2200
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #757
  • 4b366e0c on github
  • Prev Build on main (#755)
  • Next Build on main (#758)
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