71 skills found · Page 3 of 3
IBM / Codenet Minerva Java AnalyzerProject Minerva is a set of libraries to analyze Java applications using AI and provide recommendations as a base for microservices. This binary analyzer enables the static analysis of Java application code in order to collect data for AI refactoring consideration.
oggboy / FirelineJenkinsPluginFireline,a static code analysis program to look for bugs in Java code.
bardss / Javakotlinbenchmarks⚙️ Java vs Kotlin comparison (CLBG benchmarks and static bytecode analysis) ⚙️
plast-lab / Sound Modulo Analysis Openjdk 8This repository contains a modified `sound-modulo-analysis` version of the Java OpenJDK 8 as described in the PLDI 2020 paper "Static Analysis of Java Enterprise Applications: Frameworks and Caches, The Elephants in the Room"
brucespang / Taint AnalysisStatic analysis to detect taint in java programs
kappamodeler / JkappaJava implementation of Kappa simulation and static analysis tools
GRaViTY-Tool / Gravity ToolStatic analysis for security compliance and design quality of Java projects
TnoAlex / EligosEligos is a static code smell analysis tool for hybrid project of Kotlin and Java
CompL-Research / StavaStava is a static program analysis for identifying stack allocable objects of code written in Java 8
JSMAnalysis / JMetricsA Java static analysis tool to help measure code quality.
selesse / JxlintFramework for doing static analysis in Java
codellm-devkit / Codeanalyzer JavaStatic Analysis on Java source code (and/or binary) using WALA and JavaParser.
bangarharshit / Rx Error ProneA set of static analysis tools (error prone checks and lint) to catch common Rx-Java mistake.
sankhyans / Taint AnalysisStatic context-insensitive taint analysis on an intermediate representation of Java Programs.
arpith20 / Null Dereference AnalysisA static null pointer analysis tool for Java
thiyagavit / JavaMethodFlowSample project to perform static analysis of java methods and geenrate call graph for a given methos using javaparser
izgzhen / MarkiiAndroid/Java Static Analysis Library
HBSniff / HBSniffA static analysis tool for Java Hibernate ORM (Object-Relational Mapping) code smell detection.
hackingtothesource / JavaIntelligencestatic analysis/refactoring tool for Java code based on abstract syntax tree and symbol solving
jdebloat / JdebloatWe designed, implemented, and evaluated three static debloating and delayering functionalities for Java: (1) JShrink: statically remove the body of uninvoked methods through call graph analysis and dynamic profiling, (2)JReduce: reduce unused classes efficiently by taking into dependency based connected component structure for Delta Debugging and (3) JInline: statically inline the body of called methods aggressively