/usr/lib/bouml/GlobalChange/148480.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 | class UmlBaseSequenceMessage
!!!217216.cpp!!! read_(in instances : UmlClassInstanceReference, in fragments : UmlFragment) : void
UmlBaseMessage::read_(instances);
_kind = (aMessageKind) UmlCom::read_char();
_args = UmlCom::read_string();
_x = (int) UmlCom::read_unsigned();
_send_at = (int) UmlCom::read_unsigned();
_received_at = (int) UmlCom::read_unsigned();
_fragment = UmlBaseFragment::get_container_(_x, _send_at, 1, 1, fragments);
!!!217216.java!!! read_(in instances : UmlClassInstanceReference, in fragments : UmlFragment) : void
super.read_(instances);
_kind = aMessageKind.fromInt((int) UmlCom.read_char());
_args = UmlCom.read_string();
_x = UmlCom.read_unsigned();
_send_at = UmlCom.read_unsigned();
_received_at = UmlCom.read_unsigned();
_fragment = UmlBaseFragment.get_container_(_x, _send_at, 1, 1, fragments);
|