Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Javadoc comments #91

Merged
merged 10 commits into from
Jan 23, 2024
Merged

Add Javadoc comments #91

merged 10 commits into from
Jan 23, 2024

Conversation

sanderploegsma
Copy link
Contributor

This adds a bunch of Javadoc comments to help document the implementation; especially the classes and interfaces that people will interact with when adding/updating analyzer classes.

I did a small refactor to make the design a little bit more intuitive: a solution is now modeled through the Solution interface, and the corresponding implementation is built to automatically parse Java files in the input folder when invoked from the CLI. This makes testing the analyzers a bit easier, because we can re-use the interface to implement classes that read solutions from the project resources or from a string instead.

@sanderploegsma sanderploegsma requested a review from a team as a code owner January 23, 2024 19:21
@sanderploegsma sanderploegsma merged commit 0fcbce1 into main Jan 23, 2024
5 checks passed
@sanderploegsma sanderploegsma deleted the javadoc branch January 23, 2024 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants