aboutsummaryrefslogtreecommitdiff
path: root/jar-infer/jar-infer-lib/src/main/java/com/uber/nullaway/jarinfer/BytecodeAnnotator.java
AgeCommit message (Expand)Author
2024-02-02Merge commit '0.10.22' into mainSorin Basca
2023-12-21Fix jarinfer cli output determinism (#884)arteghem
2023-11-14Merge commit '24db25eb2160a04377dd8b278b3cf99a89db914a' into updateCole Faust
2023-10-20Update to Gradle 8.4 and Error Prone 2.23.0 (#849)Manu Sridharan
2022-10-10Use Opcodes.ASM9 as the ASM versionSorin Basca
2022-01-18Require braces for all conditionals and loops (#556)Manu Sridharan
2020-06-29Prevent memory copy of list of Jar/Aar file entries. (#404)Lázaro Clapp
2020-06-24Fix new Error Prone 2.4.0 detected issues. (#403)Lázaro Clapp
2020-06-24Upgrade Error Prone dependencies to 2.4.0. (#400)Lázaro Clapp
2019-09-13Use Android Nullable/NonNull annotations for AARs (not javax) (#357)Lázaro Clapp
2019-08-12Add option to JarInfer to deal with signed jars. (#345)Lázaro Clapp
2019-07-30Handle cases when there are no annotations on methods or parameters in JarInf...Raghavan Raman
2019-07-29Avoid adding redundant annotations during bytecode rewriting in JarInfer (#341)Raghavan Raman
2019-07-23Adding support for Aar-to-aar transformation. (#334)Raghavan Raman
2019-07-18[JarInfer] Don't compute frames on bytecode writting. (#338)Lázaro Clapp
2019-06-05Refactor the driver and annotation summary type in JarInfer (#317)Raghavan Raman
2019-05-28Add support for Jar to Jar transformation to JarInfer (#316)Raghavan Raman