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

pmd / pmd / 657
79%

Build:
DEFAULT BRANCH: main
Ran 09 Jul 2026 06:03PM UTC
Jobs 1
Files 2181
Run time 6min
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

09 Jul 2026 05:38PM UTC coverage: 79.202% (+0.002%) from 79.2%
657

push

github

web-flow
[java] Fix AvoidThrowingNewInstanceOfSameException false positive (#6858)

* [java] Fix AvoidThrowingNewInstanceOfSameException false positive

The rule flagged catch blocks that throw a new instance of the same
exception type, even when the new exception doesn't reference the
caught exception at all (e.g. a brand new message string). It now
requires that the constructor argument actually reference the caught
exception variable, either directly or as a method-call receiver
(e.g. se.getMessage()).

Fixes #6844

* Indentation

* [docs] Update release notes

---------

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

19185 of 25157 branches covered (76.26%)

Branch coverage included in aggregate %.

41605 of 51596 relevant lines covered (80.64%)

0.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 657.1 09 Jul 2026 06:03PM UTC 2181
79.2
GitHub Action Run
Source Files on build 657
  • Tree
  • List 2181
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #657
  • 497eabe4 on github
  • Prev Build on main (#656)
  • Next Build on main (#658)
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