This file is indexed.

/usr/lib/bouml/xmi2/9857.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
10
11
12
13
class UmlUseCaseDiagram
!!!132356.cpp!!!	write(inout out : FileOut) : void
  parent()->memo_ac_uc_assoc(this);
!!!133892.cpp!!!	write_it(inout out : FileOut) : void
  const char * k = ((_uml_20) ? "ownedMember" : "packagedElement");
  UmlUseCaseDiagramDefinition * def = definition();
  const QVector<UmlUseCaseAssociation> & assocs = def->associations();
  int n = (int) assocs.size();
  
  for (int rank = 0; rank != n; rank += 1)
    assocs.at(rank)->write(out, this, rank, k);
 
  unload();