/usr/lib/bouml/xmi2import/143874.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 | class UnresolvedWithContext
!!!216834.cpp!!! add(inout e : UmlItem, in id : string, in c : int) : void
All.append(UnresolvedWithContext(e, id, c));
!!!216962.cpp!!! solveThem() : void
QValueList<UnresolvedWithContext>::Iterator it;
for (it = All.begin(); it != All.end(); ++it)
(*it).element->solve((*it).context, (*it).idref);
All.clear();
|