This file is indexed.

/usr/lib/bouml/FileControl/8833.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
14
class UmlItem
!!!144130.cpp!!!	fileControl(in ci : bool) : void
UmlCom::trace("Error : must be applied on a <i>Package</i>");
!!!144386.cpp!!!	getFiles(inout files : QDict<void>, in rec : unsigned) : void
QFileInfo fi(supportFile());

if (fi.exists())
 files.replace(fi.fileName(), (void *) 1);

const QVector<UmlItem> ch = children();
unsigned index;

for (index = 0; index != ch.size(); index += 1)
  ch[index]->getFiles(files, rec);