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

valkyrjaio / valkyrja-java / 33830334614
100%

Build:
DEFAULT BRANCH: 26.x
Ran 04 Sep 2026 02:41AM UTC
Jobs 1
Files 652
Run time 1min
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

04 Sep 2026 02:39AM UTC coverage: 100.0%. Remained the same
33830334614

push

github

web-flow
[Event] docs: Remove the doc comment from the listener provider contract (#208)

# Description

The `ListenerProviderContract` doc comment states that PHP declares
`getListenerClasses()` and `getListeners()` as
static methods, and that Java diverges. PHP declares both as instance
methods:

```php
public function getListenerClasses(): array;
public function getListeners(): array;
```

There is no divergence, so the comment records one that does not exist.
A reader who trusts the comment writes a static
method in the PHP port.

The whole doc comment goes, and not the false sentence alone.
`COMMENTS.md` states that a contract carries no doc
comment, because the name and the segment say what the type is.
`HttpRouteProviderContract` and
`CliRouteProviderContract` already declare bare.

## Types of changes

- [ ] Improvement _(non-breaking change which improves code)_
- [ ] Bug fix _(non-breaking change which fixes an issue)_
- [ ] New feature _(non-breaking change which adds functionality)_
- [ ] Deprecation _(breaking change which removes functionality)_
- [ ] Breaking change _(fix or feature that would cause existing
functionality to change)_
- [x] Documentation improvement

## Changes

- **`ListenerProviderContract.java`** — removed the type-level doc
comment. The method doc comments are unchanged.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

1891 of 1891 branches covered (100.0%)

Branch coverage included in aggregate %.

6939 of 6939 relevant lines covered (100.0%)

4.32 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33830334614.1 04 Sep 2026 02:41AM UTC 652
100.0
GitHub Action Run
Source Files on build 33830334614
  • Tree
  • List 652
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #33830334614
  • 55a83521 on github
  • Prev Build on 26.x (#33829946958)
  • Next Build on 26.x (#33881690640)
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