Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
long count = nodeBuilder.getChildNodeCount(max); if (count > 0) { for (String name : INTERNAL_NODE_NAMES) { if (nodeBuilder.hasChildNode(name)) { count--; } } }
Checks INTERNAL_NODE_NAMES which is slow and not extensible. it should propagate the hidden-filtering down to node builder.
Attachments
Issue Links
- relates to
-
OAK-1214 Create rep:Unstructured node type for repo internal content
- Closed