Bytecoder icon indicating copy to clipboard operation
Bytecoder copied to clipboard

Framework to interpret and transpile JVM bytecode to JavaScript, OpenCL or WebAssembly.

Results 63 Bytecoder issues
Sort by recently updated
recently updated
newest added

Bumps [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) from 3.9.0 to 3.11.0. Release notes Sourced from org.apache.maven.plugin-tools:maven-plugin-annotations's releases. 3.10.2 Release Notes - Maven Plugin Tools - Version 3.10.2 Bug [MPLUGIN-484] - Downgrade plexus-xml to 3.0.0 Dependency...

dependencies

Bumps [org.seleniumhq.selenium:selenium-chrome-driver](https://github.com/SeleniumHQ/selenium) from 4.12.1 to 4.17.0. Release notes Sourced from org.seleniumhq.selenium:selenium-chrome-driver's releases. selenium-4.17.0 Changelog For each component's detailed changelog, please check: Ruby Python JavaScript Java DotNet IEDriverServer Commits in this...

dependencies

Bumps `kotlin.version` from 1.8.21 to 1.9.22. Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.8.21 to 1.9.22 Release notes Sourced from org.jetbrains.kotlin:kotlin-stdlib's releases. Kotlin 1.9.22 Changelog JavaScript KT-63719 KJS: Test results ignored for ES module...

dependencies

Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.2.2 to 3.2.5. Release notes Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases. 3.2.5 JIRA link Release Notes - Maven Surefire - Version 3.2.5 What's Changed Bump org.htmlunit:htmlunit from 3.8.0 to...

dependencies

Bumps org.apache.commons:commons-text from 1.10.0 to 1.11.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-text&package-manager=maven&previous-version=1.10.0&new-version=1.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

Bumps org.ow2.asm:asm-analysis from 9.5 to 9.6. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.ow2.asm:asm-analysis&package-manager=maven&previous-version=9.5&new-version=9.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

Bumps [yavi](https://github.com/making/yavi) from 0.12.1 to 0.13.1. Release notes Sourced from yavi's releases. 0.13.1 What's Changed Bump kotlin.version from 1.8.21 to 1.8.22 by @​dependabot in making/yavi#334 Bump maven-surefire-plugin.version from 3.1.0 to...

dependencies

## When i try to compile i am getting no such method error ### it only worked in print "hello world!" example ### i am getting different errors when i...

runtime

Bumps [plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.5.1 to 4.0.0. Release notes Sourced from plexus-utils's releases. 4.0.0 Fix SCM information (#254) @​gnodet Fix non contiguous imports (#255) @​gnodet Fix false difference detected with CachingOutputStream/CachingWriter...

dependencies

When the parser cant resolve a method, an exception is throw that ends the process and shows the information: `No such method : ` Proposed improvements: - Format better -...