summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
8 daysCall newExceptionValue after clearStack.upstream-masterEric Bruneton
2024-04-11Merge branch 'info' into 'master'Remi Forax
2024-04-11chore: add `README.md` file and exclude `BeanMembersShouldSerialize` rule fro...Vladimir Zakharov
2024-04-09Merge branch 'analyzer-bugfix' into 'master'Eric Bruneton
2024-04-09Fix SimpleVerifier throwing an AnalyzerException on valid bytecode (#318014)IotaBread
2024-04-07Merge branch 'update_jacoco' into 'master'Remi Forax
2024-04-07Update JaCoCo to version 0.8.12Evgeny Mandrikov
2024-03-23Update version number.Eric Bruneton
2023-12-21Merge branch '318009-fix-analyzer-regression' into 'master'Eric Bruneton
2023-12-21ASM Analyzer: fix regression introduced in fix of bug #317991.Eric Bruneton
2023-12-11Merge branch 'fix-some-issues-gradle-reports' into 'master'Remi Forax
2023-12-11Fix some issues reported by Gradle about the build scriptRemi Forax
2023-12-11Merge branch 'use-spotless-to-build-on-17-and-21' into 'master'Remi Forax
2023-12-11Merge branch 'test-code-can-use-java-11-features' into 'master'Remi Forax
2023-12-10Change the build file to use spotless so the build works with Java 17 and Jav...forax
2023-12-10Use Java 11 features when it makes the code betterforax
2023-12-10Merge branch 'retrofit-java-11' into 'master'Remi Forax
2023-12-10Change the retofitter to be able to rewrite Java 11 bytecodeRemi Forax
2023-12-09Merge branch 'update-google-format' into 'master'Remi Forax
2023-12-09Merge branch 'update-to-java23' into 'master'Remi Forax
2023-12-09Update google-java-format to 1.18.1forax
2023-12-09Bump version to support Java 23forax
2023-11-18Fix Javadoc of ClassNode#outerClass.Eric Bruneton
2023-10-28Use 'pom' packaging for the Maven BOM.Eric Bruneton
2023-10-18Merge branch 'extra-space' into 'master'Remi Forax
2023-10-17Remove an extra space at the end of a line.Eric Spishak-Thomas
2023-09-30Update version number.Eric Bruneton
2023-09-23Merge branch '318002-add-get-argument-count-method' into 'master'Eric Bruneton
2023-09-23Add a getArgumentCount() method in Type.Eric Bruneton
2023-09-23Fix typo in .gitlab-ci.yml'.Eric Bruneton
2023-09-23Add quotes around jvmargs option.Eric Bruneton
2023-09-23Increase JVM Metaspace size in an attempt to fix Sonar Gradle plugin failure.Eric Bruneton
2023-09-19Upgrade to Gradle 8.3.Eric Bruneton
2023-09-18Update SonarQube plugin to latest version.Eric Bruneton
2023-06-26Merge branch '317995-invalid-stack-map-with-new-after-init' into 'master'Eric Bruneton
2023-06-26Add support for 'new' after 'invokespecial <init>' (in bytecode offset order).Eric Bruneton
2023-06-09Merge branch 'update_jacoco' into 'master'Remi Forax
2023-06-08Merge branch 'java22' into 'master'Remi Forax
2023-06-08Update JaCoCo to version 0.8.10Evgeny Mandrikov
2023-06-08recognize Java 22 version (66)Evgeny Mandrikov
2023-05-07Merge branch '317991-analyzer-bug-fix' into 'master'Eric Bruneton
2023-05-07Merge branch 'check-frame-analyzer-bug-fix' into 'master'Eric Bruneton
2023-05-07Merge branch '317998-wrap-runtime-exceptions-in-analyzer' into 'master'Eric Bruneton
2023-05-06Wrap RuntimeException in AnalyzerException in Analyzer.analyze().Eric Bruneton
2023-04-20Fix bug in CheckFrameAnalyzer with static methods.Eric Bruneton
2023-04-20Fix an off-by-one in Analyzer.Eric Bruneton
2023-03-24Update version number.Eric Bruneton
2023-01-21Merge branch 'feature/IllegalArgumentErrorHandling' into 'master'Eric Bruneton
2023-01-21Feature/illegal argument error handlingJustin Blank
2023-01-15Merge branch 'asmifier-do-not-support-v21-correctly' into 'master'Remi Forax