/usr/lib/bouml/xmi2import/153600.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
!!!268928.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();
!!!268928.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();
|