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

Improvement of property Dictionary_Obsolete #233

Open
emopers opened this issue Apr 21, 2016 · 0 comments
Open

Improvement of property Dictionary_Obsolete #233

emopers opened this issue Apr 21, 2016 · 0 comments

Comments

@emopers
Copy link

emopers commented Apr 21, 2016

Hi, considering the property Dictionary_Obsolete. We understand that as this property is marked as obsolete and not recommended for future implementation, however, this is an abstract class with a sole implementation of HashTable in JDK. HashTable is in no way depreciated by Java API and still widely used by developers for various considerations (such as its feature of synchronization).
We have seen lots of violations of this property during our monitoring. One improvement we can think of is to instead directly alarm on the usage of Dictionary, this property can be formed to monitor the implementation of Dictionary that's not HashTable.

@emopers emopers changed the title The usefulness of property Dictionary_Obsolete Improvement of property Dictionary_Obsolete Apr 21, 2016
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

No branches or pull requests

1 participant