Am 17.07.19 um 09:36 schrieb Vladimir Sitnikov:
> Just in case, lf_cr_crlf is used by default since checkstyle-8.21:
> https://github.com/checkstyle/checkstyle/commit/d2a53a9818b46cc188b8a17cf6e7e9d19038db67
>
> So a mere upgrade of checkstyle version would help.
>
> Felix, would you please try that?
Updated to 8.22. checkstyle is working again.
We still have three tests failing. At least one is because of line endings:
[java] 3)
getValueFromFile_withDefaultEncodingAndProlog(org.apache.jmeter.protocol.jms.sampler.render.ObjectMessageRendererTest)
[java] org.junit.ComparisonFailure: cache
expected:<...ing="Windows-1252"?>[
[java] ]<org.apache.jmeter....> but was:<...ing="Windows-1252"?>[]
[java] <org.apache.jmeter....>
[java] at org.junit.Assert.assertEquals(Assert.java:115)
[java] at
org.apache.jmeter.protocol.jms.sampler.render.ObjectMessageRendererTest.getValueFromFile_withDefaultEncodingAndProlog(ObjectMessageRendererTest.java:85)
[java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[java] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[java] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[java] at java.lang.reflect.Method.invoke(Method.java:498)
[java] at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
Felix
>
> Vladimir
>