IntraJ

Fast and precise dataflow analysis for Java

Analyse while Coding

VSCode integration

Bug Detection

Fast bug detecion

Terminal Integration

Analyse all your files

IntraJ - A Static Analyser for Java

IntraJ is a static analyser for Java that offers dataflow analyses such as NullPointerExceptions and UnusedAssignment analyses. It also detects code smells in your Java code.

GitHub Repo stars

Try it out

To get started with IntraJ, simply install the extension for Visual Studio Code by following the link below:

Once you have installed the extension, IntraJ will run automatically on all open Java files without any user intervention. If any issues are found, IntraJ will provide precise explanations of the bugs and suggest quickfixes (if available) to resolve them.

IntraJ can also be downloaded directly from the GitHub repository:

Latest Posts

IntraJ's Website is Live!
IntraJ's Website is Live!

We are excited to announce that IntraJ’s website is now live! IntraJ is a static analyzer for Java that provides dataflow analyses and code smell detection. Our tool can help you write more efficient and maintainable Java code by detecting bugs, and highlighting areas where your code could benefit from refactoring.