Skip to content

exercism/java-analyzer

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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