/usr/lib/bouml/xmi2import/896.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 UmlBaseActualParameter
!!!1024.cpp!!! read_() : void
_superClass = (UmlClass *) UmlBaseItem::read_(); // cannot be 0
_rank = UmlCom::read_unsigned();
_value.type = (UmlClass *) UmlBaseItem::read_();
if (_value.type == 0)
_value.explicit_type = UmlCom::read_string();
!!!1024.java!!! read_() : void
_superClass = (UmlClass) UmlBaseItem.read_(); // cannot be 0
_rank = UmlCom.read_unsigned();
_value = new UmlTypeSpec();
_value.type = (UmlClass) UmlBaseItem.read_();
if (_value.type == null)
_value.explicit_type = UmlCom.read_string();
|