This file is indexed.

/usr/lib/bouml/xmi2import/154112.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
class UmlBaseMessage
!!!270080.cpp!!!	read_(in instances : UmlClassInstanceReference) : void
  _operation = (UmlOperation *) UmlBaseItem::read_();
  if (_operation == 0) _form = UmlCom::read_string();
  _from = instances[(void *) UmlCom::read_unsigned()];
  _to = instances[(void *) UmlCom::read_unsigned()];
!!!270080.java!!!	read_(in instances : UmlClassInstanceReference) : void
  _operation = (UmlOperation) UmlBaseItem.read_();
  if (_operation == null) _form = UmlCom.read_string();
  _from = (UmlClassInstanceReference) instances.get(new Integer(UmlCom.read_unsigned()));
  _to = (UmlClassInstanceReference) instances.get(new Integer(UmlCom.read_unsigned()));