commons-bcel icon indicating copy to clipboard operation
commons-bcel copied to clipboard

Apache Commons BCEL

Results 12 commons-bcel issues
Sort by recently updated
recently updated
newest added

* fix javadoc * Use constant array * Simplify conditions * inline variable

Bumps [javaee-api](https://github.com/javaee/glassfish) from 6.0 to 8.0.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=javax:javaee-api&package-manager=maven&previous-version=6.0&new-version=8.0.1)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
java

Patches a bug when parsing oak class files (versions

This PR adds support for java 16 record feature (https://openjdk.org/jeps/395). Users now can use `JavaClass.isRecord()` to detect a record class. Update : Fixed PR description. The Record feature was introduced...

Bumps [org.apache.commons:commons-parent](https://github.com/apache/commons-parent) from 67 to 68. Changelog Sourced from org.apache.commons:commons-parent's changelog. Apache Commons Parent 68 RELEASE NOTES The Apache Commons Parent team is pleased to announce the release of Apache...

dependencies
java

Bumps [org.eclipse.jdt:ecj](https://github.com/eclipse-jdt/eclipse.jdt.core) from 3.26.0 to 3.37.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.eclipse.jdt:ecj&package-manager=maven&previous-version=3.26.0&new-version=3.37.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`. [//]: #...

dependencies
java

Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.11.0 to 5.11.0. Release notes Sourced from org.mockito:mockito-core's releases. v5.11.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.11.0 2024-03-01 - 17 commit(s) by Aouichaoui Youssef, Franz Wong,...

dependencies
java

In the current implementation of the `createInvoke` method, an NPE is thrown if the `argTypes` array is `null`. This commit adds a null guard that skips the for loop if...

- Added accessors to the module classes. Until now, the fields could only be accessed by reflection and by calling setAccessible(true). The getters return the values from the constant pool...

Bumps [org.apache.commons:commons-parent](https://github.com/apache/commons-parent) from 69 to 70. Changelog Sourced from org.apache.commons:commons-parent's changelog. Apache Commons Parent 70 RELEASE NOTES The Apache Commons Parent team is pleased to announce the release of Apache...

dependencies
java