This file is indexed.

/usr/lib/bouml/xmi2import/139008.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
15
16
17
18
19
20
21
22
23
24
25
26
27
28
class UmlBaseAddVariableValueAction
!!!175616.cpp!!!	create(inout parent : UmlItem, inout s : str) : UmlAddVariableValueAction
  return (UmlAddVariableValueAction *) parent->create_(anAddVariableValueAction, s);
!!!175616.java!!!	create(inout parent : UmlItem, inout s : str) : UmlAddVariableValueAction
  return (UmlAddVariableValueAction) parent.create_(anItemKind.anAddVariableValueAction, s);
!!!175744.cpp!!!	kind() : anItemKind
  return anAddVariableValueAction;
!!!175744.java!!!	kind() : anItemKind
  return anItemKind.anAddVariableValueAction;
!!!176128.cpp!!!	isReplaceAll() : bool
  read_if_needed_();
  return _replace_all;
!!!176128.java!!!	isReplaceAll() : bool
  read_if_needed_();
  return _replace_all;
!!!176256.cpp!!!	set_isReplaceAll(in v : bool) : bool
  return set_it_(_replace_all, v, setFlagCmd);
!!!176256.java!!!	set_isReplaceAll(in v : bool) : bool
  UmlCom.send_cmd(identifier_(), OnInstanceCmd.setFlagCmd, (v) ? (byte) 1 : (byte) 0);
  UmlCom.check();

  _replace_all = v;
!!!176384.cpp!!!	read_uml_() : void
  UmlBaseAccessVariableValueAction::read_uml_();
  _replace_all = UmlCom::read_bool();
!!!176384.java!!!	read_uml_() : void
  super.read_uml_();
  _replace_all = UmlCom.read_bool();