This file is indexed.

/usr/lib/bouml/xmi2/143104.bodies is in bouml-plugouts-src 4.21-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
class UmlBaseActivityPin
!!!192768.cpp!!!	create(inout parent : UmlActivityAction, inout s : str) : UmlActivityPin
  return (UmlActivityPin *) parent->create_(anActivityPin, s);
!!!192768.java!!!	create(inout parent : UmlActivityAction, inout s : str) : UmlActivityPin
  return (UmlActivityPin) parent.create_(anItemKind.anActivityPin, s);
!!!192896.cpp!!!	kind() : anItemKind
  return anActivityPin;
!!!192896.java!!!	kind() : anItemKind
  return anItemKind.anActivityPin;