spring-security/test
Lars Grefer fe9e454978 StandardCharsets can be used
Reports methods and constructors where constant charset String literal is used (like "UTF-8") which could be replaced with a predefined Charset object like StandardCharsets.UTF_8. This may work a little bit faster, because charset lookup becomes unnecessary. Also catching UnsupportedEncodingException may become unnecessary as well. In this case the catch block will be removed automatically.
2019-08-09 00:39:09 +02:00
..
src StandardCharsets can be used 2019-08-09 00:39:09 +02:00
spring-security-test.gradle Mock Jwt Test Support and Jwt.Builder Polish 2019-05-22 14:23:02 -06:00
template.mf SEC-2015: Add spring-security-test 2014-04-22 16:47:48 -05:00