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

Fix handling of -Astubs=checker.jar/ #666

Closed
wmdietl opened this issue Jan 2, 2024 · 1 comment · Fixed by #672
Closed

Fix handling of -Astubs=checker.jar/ #666

wmdietl opened this issue Jan 2, 2024 · 1 comment · Fixed by #672

Comments

@wmdietl
Copy link
Member

wmdietl commented Jan 2, 2024

Handling of -Astubs=checker.jar/ doesn't seem to correctly handle stub files that are with the checker or in the root directory.
8d0b965 fixed handling for stub files with the checker.
For stub files in the root directory, one currently has to pass -Astubs=checker.jar//file.astub (note the two //). This isn't documented.
Investigate what the best solution for handling this flag is.

@wmdietl
Copy link
Member Author

wmdietl commented Jan 5, 2024

Also make sure that the @StubFiles({"junit-assertions.astub"}) (

) loads the correct stub file - there are two files with that name in the repo. Should both be loaded?

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 a pull request may close this issue.

1 participant