Relative Content

Tag Archive for array

@SuppressWarnings in generic array declaration

While doing a coding test, I ran into a problem where I need to initialize an array of generic type in Java. While trying to figure out how to do that, I looked at this Stack Overflow question and it requires that I suppress a warning which doesn’t seem like a good practice, and might have other type safety issues. For clarity, here is the code: