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

pmd / pmd / 644
79%

Build:
DEFAULT BRANCH: main
Ran 06 Jul 2026 10:31AM 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

06 Jul 2026 10:07AM UTC coverage: 79.186% (+0.05%) from 79.133%
644

push

github

web-flow
[java] Fix #6826: AssertEqualsArgumentOrder false positive for double/float delta (#6827)

The wildcard assertEquals(_,_,_) matchers for org.junit.Assert and
junit.framework.TestCase modeled the 3-arg form as (message?, expected,
actual), so for the delta overload assertEquals(double expected, double
actual, double delta) they read the delta as "actual" and flagged
correctly-ordered calls.

Replace the wildcards with the forms actually in use: (String,_,_) and
(String,_,_,_) for the message variants, (double,double,double) and
(float,float,float) for the deltas. The message + delta form was not
matched at all before, so a swap there went undetected.

Fixes pmd/pmd#6826.

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

19178 of 25155 branches covered (76.24%)

Branch coverage included in aggregate %.

41598 of 51596 relevant lines covered (80.62%)

0.81 hits per line

Coverage Regressions

Lines Coverage ∆ File
21
72.28
3.56% pmd-cli/src/main/java/net/sourceforge/pmd/cli/commands/internal/PmdCommand.java
Jobs
ID Job ID Ran Files Coverage
1 644.1 06 Jul 2026 10:31AM UTC 2181
79.19
GitHub Action Run
Source Files on build 644
  • Tree
  • List 2181
  • Changed 5
  • Source Changed 2
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #644
  • 1e320290 on github
  • Prev Build on main (#642)
  • Next Build on main (#645)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc