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

valfirst / slf4j-test / #1325
96%
master: 96%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 20 Aug 2025 01:50PM UTC
Jobs 1
Files 18
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

20 Aug 2025 09:06AM UTC coverage: 95.675% (-0.006%) from 95.681%
#1325

push

web-flow
Optimize performance: pass empty array to `Collection#toArray` calls (#601)

In older Java versions, using a pre-sized array was recommended, as the reflection call necessary to create an array of proper size was quite slow.
However, since late updates of OpenJDK 6, this call was intrinsified, making the performance of the empty array version the same, and sometimes even better, compared to the pre-sized version.

2 of 2 new or added lines in 1 file covered. (100.0%)

730 of 763 relevant lines covered (95.67%)

0.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #1325.1 20 Aug 2025 01:50PM UTC 18
95.67
Source Files on build #1325
  • Tree
  • List 18
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 703ae899 on github
  • Prev Build on main
  • Next Build on main
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