-
Notifications
You must be signed in to change notification settings - Fork 55
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
No violation for Dictionary, Enumeration, and Stack #182
Comments
Seems like an oversight. Please investigate and submit a PR. |
I've done Stack, but need to add Dictionary (Map) and Enumeration (Iterator). |
I think |
|
My interest in this is contingent on removing their usage from my own code, which is proving difficult at the moment. But I should get to it this year |
Why is use of java.util.Stack not a violation, but java.util.Vector is?
The text was updated successfully, but these errors were encountered: