Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Rule n°1 :

LF control character can't 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

Rule n°3 :

We must divide intelligently line for example revision date should not be split from NS base.

new org.opendaylight.yang.gen.v1.http.transportpce.topology.rev220123.TerminationPoint1Builder()
.setAssociatedConnectionMapPort(m.getConnectionMapLcp()).build();