You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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();
  • No labels