summaryrefslogtreecommitdiff
path: root/asm-commons
AgeCommit message (Expand)Author
2022-10-02Add signature files for ASM 9.4.Eric Bruneton
2022-10-01Merge branch '317984-add-get-internal-name-links' into 'master'Eric Bruneton
2022-10-01Add link to Type.getInternalName() after each occurence of 'internal name' in...Eric Bruneton
2022-09-14Skip remap inner class name if not changedKarlatemp
2022-04-03Make sure only one invocation in the assertThrows lambda can throw the...Eric Bruneton
2022-04-02Add sigtest files for ASM 9.0, 9.1 and 9.2.Eric Bruneton
2022-03-27Replace some repeated tests with parameterized tests. Code smell found by Son...Eric Bruneton
2022-03-26Rename 'var' to 'varIndex' where possible. See...Eric Bruneton
2022-01-15Upgrade to Gradle 7.7.3 and to the latest version of the plugins and build to...Eric Bruneton
2021-09-19Remap invokedynamic field handles properlyJamie Mansfield
2021-07-11Fix the ASM 'api' fields and parameters javadoc.Eric Bruneton
2021-03-11Remove redundant `& 0xFF` when casting int to byteСергей Цыпанов
2021-01-28Resolve "ClassRemapper doesn't remap annotation values"Eric Bruneton
2020-12-24The test for jdk 14 and jdk 15 requires "--enable-preview",Remi Forax
2020-12-18Use consistent exceptions in InstructionAdapter.Eric Bruneton
2020-08-02Fix for incorrect onMethodEnter for private method call after fallthrough fro...Eric Bruneton
2020-08-02Add failing test case showing the issue.Eric Bruneton
2020-07-04Move to ASM9 / JDK 15 + experimental support of JDK 16Remi Forax
2020-06-13Add test case for lookupswitch and tableswitch.Eric Bruneton
2020-06-07Take instructions without successors, forgotten in previous commit, into acco...Eric Bruneton
2020-06-06Reset superClassConstructorCalled to true after instructions without successors.Eric Bruneton
2020-06-06Add a failing test case illustrating the issue.Eric Bruneton
2020-04-19Fix code smells found by SonarQube by making tests of equals() methods more e...Eric Bruneton
2020-04-03Add signature files for ASM 7.2, 7.3.1 and 8.0.1.Eric Bruneton
2020-03-28Fix code smells found with SonarQube.Eric Bruneton
2020-03-28Fix Javadoc 'bugs' found with SonarQube.Eric Bruneton
2020-03-23add ASM8 api, make recordComponent a feature, add ASM9_EXPERIMENTALRemi Forax
2019-10-20Merge branch 'restrict-preview-check-bypass'Eric Bruneton
2019-10-14second round of review fixesRemi Forax
2019-10-12Restrict the bypass check in checkAsm8Experimental. Also add missing factory ...Eric Bruneton
2019-10-09add ASM8_EXPERIMENTAL API + support of PermittedSubtypes attributeRemi Forax
2019-09-21Document some limitations of ClassRemapper.Eric Bruneton
2019-07-08Use clone() instead of manual population of array copySergiiTsypanov
2019-06-17Resolve "java.lang.IllegalArgumentException: Invalid opcode 169"Eric Bruneton
2019-05-18Update to more recent versions of Gradle, PMD, Checkstyle, etc.Eric Bruneton
2019-03-04Add signature files for ASM 7.1.Eric Bruneton
2019-03-04Small refactors to reduce code duplication.Eric Bruneton
2019-03-02Merge branch 'fix-some-code-smells-and-duplications'Eric Bruneton
2019-03-02Address code review comments.Eric Bruneton
2019-02-26Use try-with-resources ('code smell' found with SonarQube).Eric Bruneton
2019-02-24Address code review comments.Eric Bruneton
2019-02-23Fix some 'code smells' and code duplications found by SonarQube.Eric Bruneton
2019-02-23Use the arrange-act-assert pattern in the asm-commons tests.Eric Bruneton
2019-02-23Use a flag passed in unused bits of 'opcode' to avoid having to override or...Eric Bruneton
2019-02-14Move the test resources to the test/resources directory.Eric Bruneton
2019-02-10Resolve "IllegalArgumentException at Frame.getAbstractTypeFromDescriptor on c...Eric Bruneton
2019-02-02Use arrange act assert pattern in testsEric Bruneton
2019-01-27Delete the deprecated Remapping*Adapter classes.Eric Bruneton
2019-01-24Use the diamond operator when possible.Eric Bruneton
2019-01-20Update the build tools and fix deprecation warnings.Eric Bruneton