IntraJ is a static analyser for Java that offers dataflow analyses such as Try it outTo 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: DocumentationThe documentation for IntraJ can be found at the following link: |