This file is indexed.

/usr/lib/bouml/GlobalChange/147584.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 UmlBaseUseCaseAssociation
!!!215168.cpp!!!	read_(in useCases : UmlUseCaseReference) : void
  _use_case = (UmlUseCaseReference *) useCases[(void *) UmlCom::read_unsigned()];
  _actor = (UmlClass *) UmlBaseItem::read_();
  _primary = UmlCom::read_bool();
  _name = UmlCom::read_string();
  _stereotype = UmlCom::read_string();
!!!215168.java!!!	read_(in useCases : UmlUseCaseReference) : void
  _use_case = (UmlUseCaseReference) useCases.get(new Integer(UmlCom.read_unsigned()));
  _actor = (UmlClass) UmlBaseItem.read_();
  _primary = UmlCom.read_bool();
  _name = UmlCom.read_string();
  _stereotype = UmlCom.read_string();