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

Code needs to be rewritten to use generics instead of unsafe casts everywhere #11

Open
rincebrain opened this issue May 15, 2011 · 0 comments

Comments

@rincebrain
Copy link
Owner

Precisely as topic says.

Since in 2003, the last time this code was compiled/updated, generics didn't exist yet in Java (they got into Java 1.5/5 in 2004, and still had strange bugs until 2006 or so), there's unsafe casts everywhere to do things that modern Java does using generics.

These are, at best, unsafe in error conditions, and should probably be rewritten into real generic typing.

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