JavaStyle plugin and Generics
Submitted by Sunday, 9 September, 2007 - 19:25
on
Hello everyone,
I have been using the JavaStyle plugin for a couple of years, and I love it. However, ever since I learned how to use Java's Generics framework (I believe introduced in version 1.5 of Java), the JavaStyle plugin stoped working for me. It complains that it doesn't recognize the angle brackets syntax, like:
// an ArrayList used to store the data points
ArrayList data = new ArrayList(0);
Does anyone have a workaround for this? Are there other plugins that could do the same thing, and yet still be able to handle Generics?
Thanks,
P