-
Notifications
You must be signed in to change notification settings - Fork 6
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
Javac target add #35
Javac target add #35
Conversation
It still misses some required data to get the reason for the issue from the log file. |
I can't review this until these are done. |
Prof. @kelloggm , please review it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM; please merge once the nit is fixed and njit-jerse/specimin#232 is ready.
resources/test_data.json
Outdated
"root_dir": "core/src/main/java/", | ||
"targets": [ | ||
{ | ||
"method": "create(Class<P>, Class<V>, String ,PropertyMetadata<V>)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: the comma placement here seems wrong. It won't matter to Specimin (it removes spaces), but it would be easier to read this if we did it correctly.
No description provided.