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

Get rid of StringMap class #37

Closed
GoogleCodeExporter opened this issue Apr 25, 2016 · 2 comments
Closed

Get rid of StringMap class #37

GoogleCodeExporter opened this issue Apr 25, 2016 · 2 comments

Comments

@GoogleCodeExporter
Copy link

See StringMap.java. It holds a String "key" and "value." This class is
unnecessary, and should be removed in favor of a more standard Java object.
Decide what it should be replaced with, and remove throughout the project.

In eclipse, select the class name or constructor name, and use References
--> In Workspace to find all users or creators of StringMap objects. This
will let you know if you've touched all the code necessary.

Original issue reported on code.google.com by ksjohnson3 on 15 Jun 2009 at 6:43

@GoogleCodeExporter
Copy link
Author

Original comment by rutvi...@gmail.com on 15 Jun 2009 at 8:46

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

This was done in Evan's code cleanup.

Original comment by londinop on 3 Aug 2009 at 5:21

  • Changed state: Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant