summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-19Merge branch 'support-jdk10' into 'master'Remi Forax
2022-06-19recognize Java 20 version (64)Remi Forax
2022-06-12Disable warnings for missing Javadoc comments in the privateJavadoc task.Eric Bruneton
2022-06-12Merge branch '317977-fix-check-class-adapter-and-tree-analysis-analyzer' into...Eric Bruneton
2022-06-12Make sure that CheckClassAdapter leaves classes unchanged. Also fix a bug in...Eric Bruneton
2022-05-28Merge branch 'check-all-labels' into 'master'Eric Bruneton
2022-05-28Make sure to check all Label references.Eric Bruneton
2022-05-26Merge branch 'javadoc-fixes' into 'master'Eric Bruneton
2022-05-26Small Javadoc improvements and fixes.Eric Bruneton
2022-05-26Merge branch 'analyzer-refactor' into 'master'Eric Bruneton
2022-05-26Extract a findSubroutines method from the long Analyzer.analyze() method.Eric Bruneton
2022-05-22Merge branch 'check-frames-in-check-method-adapter' into 'master'Eric Bruneton
2022-05-22Check that frames are valid for V1_7 or more classes, if COMPUTE_FRAMES is no...Eric Bruneton
2022-05-22Merge branch 'add-check-frame-analyzer' into 'master'Eric Bruneton
2022-05-22Add a CheckFrameAnalyzer class in asm-util. This will be used in...Eric Bruneton
2022-04-27Merge branch 'update_jacoco' into 'master'Remi Forax
2022-04-26Update JaCoCo to version 0.8.8Evgeny Mandrikov
2022-04-10Add ASM 9.0 to the benchmarks.Eric Bruneton
2022-04-04Update version number.Eric Bruneton
2022-04-03Merge branch 'code-smells' into 'master'Eric Bruneton
2022-04-03Make sure only one invocation in the assertThrows lambda can throw the...Eric Bruneton
2022-04-03Merge branch 'justinblank/asm-provide_descriptor_in_type_exception'Eric Bruneton
2022-04-03Add tests for the IllegalArgumentException message.Eric Bruneton
2022-04-02Add descriptor to exception in Type#getTypeInternalJustin Blank
2022-04-02Add sigtest files for ASM 9.0, 9.1 and 9.2.Eric Bruneton
2022-04-02Merge branch 'parameterized-tests' into 'master'Eric Bruneton
2022-04-02Add tests for ByteVector.size().Eric Bruneton
2022-03-27Replace some repeated tests with parameterized tests. Code smell found by Son...Eric Bruneton
2022-03-26Add a size() method in ByteVector.Eric Bruneton
2022-03-26Merge branch 'protected-constructors-for-abstract-classes' into 'master'Eric Bruneton
2022-03-26Make the constructors of abstract classes protected. Code smell found by Sona...Eric Bruneton
2022-03-26Merge branch 'rename-var-to-varindex' into 'master'Eric Bruneton
2022-03-26Rename 'var' to 'varIndex' where possible. See...Eric Bruneton
2022-03-26Merge branch 'fix-misc-sonarqube-code-smells' into 'master'Eric Bruneton
2022-03-26Fix some code smells found by SonarQube.Eric Bruneton
2022-03-19Merge branch 'remove-checkdataflow-restrictions' into 'master'Eric Bruneton
2022-03-19Remove the restrictions for the checkDataFlow option in CheckClassAdapter.Eric Bruneton
2022-03-18Merge branch 'add-default-issue-template' into 'master'Eric Bruneton
2022-03-17Add a GitLab default issue template.Eric Bruneton
2022-03-17Add a basic GitLab issue template.Eric Bruneton
2022-03-14Merge branch 'upgrade-gradle-version' into 'master'Eric Bruneton
2022-03-14Upgrade Gradle to 7.4.1 version, and plugins to latest versions.Eric Bruneton
2022-03-14Fix typos.Eric Bruneton
2022-03-14Merge branch '317956-publish-maven-bom' into 'master'Eric Bruneton
2022-03-14Add Gradle task to publish a Maven BOM.Eric Bruneton
2022-03-13Make asm util tests independent of System.lineSeparator().Eric Bruneton
2022-01-16Use a more specific SuppressWarnings for PMD.Eric Bruneton
2022-01-15Use https:// for nexus repository.Eric Bruneton
2022-01-15Upgrade to Gradle 7.7.3 and to the latest version of the plugins and build to...Eric Bruneton
2022-01-08Merge branch 'master' into 'master'Eric Bruneton