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

raphw / byte-buddy / #713
84%

Build:
DEFAULT BRANCH: master
Ran 25 Dec 2024 10:07PM UTC
Jobs 1
Files 347
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

25 Dec 2024 10:02PM UTC coverage: 85.519%. Remained the same
#713

push

web-flow
Update ByteBuddy.java (#1739)

* Update ByteBuddy.java

This pull request fixes a typo in the JavaDoc of the ByteBuddy class. The word "ava types" was incorrectly used instead of "Java types" in the following documentation:

/**
 * Creates a new configuration where the {@link MethodGraph.Compiler} is used for creating a {@link MethodGraph}
 * of the instrumented type. A method graph is a representation of a type's virtual methods, including all information
 * on bridge methods that are inserted by the Java compiler. Creating a method graph is a rather expensive operation
 * and more efficient strategies might exist for certain types or java types that are created by alternative JVM
 * languages. By default, a general purpose method graph compiler is used that uses the information that is exposed
 * by the generic type information that is embedded in any class file.
 *
 * @param methodGraphCompiler The method graph compiler to use for analyzing the instrumented type.
 * @return A new Byte Buddy instance that uses the supplied method graph compiler.
 */

* Update ByteBuddy.java

28907 of 33802 relevant lines covered (85.52%)

0.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #713.1 25 Dec 2024 10:07PM UTC 0
85.52
Source Files on build #713
Detailed source file information is not available for this build.
  • Back to Repo
  • 63e309d6 on github
  • Prev Build on master
  • Next Build on master
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