Rule n°1 :
LF control character can't should not separate arguments of its attribute
List<Mapping> interList =
mappingList.stream().filter(x -> x.getLogicalConnectionPoint().split("-")[0].equals(str))
.collect(Collectors.toList());
Rule n°2 :
A line should not measure more than 120 char
...
https://git.opendaylight.org/gerrit/c/transportpce/+/101544/comment/042a92b9_7c6cfe19/
Rule n°2 :
We must divide intelligently line for example revision date should not be split from NS base.
...
...
org/gerrit/c/transportpce/+/101544/comment/cb351a1b_a75f6fa6/