Skip to content

exercism/java-analyzer

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Jun 18, 2021
Oct 27, 2023
Oct 21, 2020
Oct 27, 2023
Oct 27, 2023
Nov 2, 2021
Nov 23, 2021
Aug 23, 2019
Nov 17, 2022
Oct 27, 2023
Jul 31, 2020
Jun 19, 2019
Oct 27, 2023
Oct 27, 2023
Oct 27, 2023
Oct 27, 2023

Repository files navigation

java-analyzer

The Java track project-auto-mentor analyzer using abstract syntax trees

Running in docker

To analyze a solution in docker,

  1. Build the image
docker build -t exercism/java-analyzer .
  1. Run the image
docker run -v <~/a/local/solution>:/solution exercism/java-analyzer <slug> /solution