Community
Participate
Working Groups
In the following code: List<CEntityHierarchyNode> nodes = logic.getHierNodesForParentIds(ctx.getParentIds(), new CEntityHierarchyNodePopulation()); the second line is not wrapped, but it is longer than the maximum line length (100 chars). It seems that semicolon is ignored in this case, because only semicolon is after the 100th char. When I change i.e. "logic" to "alogic", the line is 102 chars long and it wraps correctly. It seems to be the bug similar to bug 110569.
Same problem. *** This bug has been marked as a duplicate of 110569 ***