/usr/lib/bouml/html/6145.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 | class UmlClassDiagram
!!!128608.cpp!!! sKind() : string
return "class diagram";
!!!128608.java!!! sKind() : string
return "class diagram";
!!!128124.cpp!!! memo_ref() : void
diagrams.addElement(this);
UmlDiagram::memo_ref();
!!!128124.java!!! memo_ref() : void
diagrams.addElement(this);
super.memo_ref();
!!!128752.cpp!!! ref_index() : void
if (!diagrams.isEmpty())
fw.write("<a href=\"classdiagrams.html\" target = \"projectFrame\"><b> -Class Diagrams- </b></a>");
!!!128752.java!!! ref_index() : void
if (!diagrams.isEmpty())
fw.write("<a href=\"classdiagrams.html\" target = \"projectFrame\"><b> -Class Diagrams- </b></a>");
!!!128892.cpp!!! generate_index() : void
UmlItem::generate_index(diagrams, "Class Diagram", "classdiagrams");
!!!128892.java!!! generate_index() : void
generate_index(diagrams, "Class Diagram", "classdiagrams");
|