diff -urN bouml_2.15.1.orig/src/JavaCat/UmlOperation.cpp bouml_2.15.1/src/JavaCat/UmlOperation.cpp --- bouml_2.15.1.orig/src/JavaCat/UmlOperation.cpp Fri May 19 22:11:29 2006 +++ bouml_2.15.1/src/JavaCat/UmlOperation.cpp Sun Jun 11 22:27:00 2006 @@ -85,6 +85,7 @@ QCString def; if (op != 0) { + op->set_Visibility(visibility); if ((type.type != 0) || !type.explicit_type.isEmpty()) { // not a contructor op->set_ReturnType(type); diff -urN bouml_2.15.1.orig/src/JavaCat/UmlRelation.cpp bouml_2.15.1/src/JavaCat/UmlRelation.cpp --- bouml_2.15.1.orig/src/JavaCat/UmlRelation.cpp Thu May 18 19:30:47 2006 +++ bouml_2.15.1/src/JavaCat/UmlRelation.cpp Sun Jun 11 22:27:14 2006 @@ -79,6 +79,8 @@ Statistic::one_relation_more(); #endif + rel->set_Visibility(visibility); + Lex::finish_line(); comment = Lex::get_comments(comment); diff -urN bouml_2.15.1.orig/src/JavaCat/main.cpp bouml_2.15.1/src/JavaCat/main.cpp --- bouml_2.15.1.orig/src/JavaCat/main.cpp Sat May 27 19:58:51 2006 +++ bouml_2.15.1/src/JavaCat/main.cpp Sun Jun 11 22:31:18 2006 @@ -45,7 +45,7 @@ //UmlCom::with_ack(FALSE); // warning : release is also in JavaCatWindow - UmlCom::trace("Java catalog release 2.5.1

"); + UmlCom::trace("Java catalog release 2.5.2

"); UmlItem * item = UmlCom::targetItem(); diff -urN bouml_2.15.1.orig/src/JavaReverse/main.cpp bouml_2.15.1/src/JavaReverse/main.cpp --- bouml_2.15.1.orig/src/JavaReverse/main.cpp Sat May 27 19:58:47 2006 +++ bouml_2.15.1/src/JavaReverse/main.cpp Sun Jun 11 22:31:26 2006 @@ -50,7 +50,7 @@ try { //UmlCom::with_ack(FALSE); - UmlCom::trace("Java reverse release 2.5.1

"); + UmlCom::trace("Java reverse release 2.5.2

"); UmlItem * item = UmlCom::targetItem();