Hi - I searched and could not find the answer to this. We just switched
from Java 1.4.1 to Java 1.5. I upgraded checkstyle to 4.1 (from 3.4)
and am getting the following errors:
[checkstyle]
/builds/cc/checkout/legacy2/src/com/neonesoft/nsy/gui/model/db2/gui
model/DB2TableSpaceBase.java:28:27: unexpected token: <
The problem is a new java feature that checkstyle cannot parse, but I
am not sure how to fix it. Any suggestions?
Dale King - 10 Jun 2006 04:01 GMT
> Hi - I searched and could not find the answer to this. We just switched
> from Java 1.4.1 to Java 1.5. I upgraded checkstyle to 4.1 (from 3.4)
[quoted text clipped - 6 lines]
> The problem is a new java feature that checkstyle cannot parse, but I
> am not sure how to fix it. Any suggestions?
The better place to ask is in the checkstyle-user mailing list. See:
http://sourceforge.net/mail/?group_id=29721

Signature
Dale King