This file is indexed.

/usr/lib/bouml/cpp_utilities/2944.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
class UmlBaseDiagram
!!!19712.cpp!!!	saveIn(in s : string) : bool
  UmlCom::send_cmd(_identifier, saveInCmd, s);
  return UmlCom::read_bool();
!!!19712.java!!!	saveIn(in s : string) : bool
  UmlCom.send_cmd(identifier_(), OnInstanceCmd.saveInCmd, s);
  UmlCom.check();