2011/9/26 Bill Barker <billbar...@apache.org>
> [checkstyle] Running Checkstyle 5.5-SNAPSHOT on 2069 files
> [checkstyle] 
> /srv/gump/public/workspace/tomcat-trunk/java/org/apache/tomcat/util/http/fileupload/util/Streams.java:179:59:
>  Got an exception - expecting '5', found '0'
> [checkstyle] 
> /srv/gump/public/workspace/tomcat-trunk/test/org/apache/catalina/util/TestRequestUtil.java:80:27:
>  Got an exception - expecting '5', found 'e'
> [checkstyle] 
> /srv/gump/public/workspace/tomcat-trunk/test/org/apache/tomcat/util/buf/TestByteChunk.java:53:34:
>  Got an exception - expecting '5', found 'a'

Checkstyle chocked on lines such as
TestRequestUtil.java:80:27:
       assertEquals("\u00eaxxxx", result);

They added processing for Unicode escapes recently, so I think that
one is breaking.

I reported this issue to checkstyle-devel mailing list.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to