From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.224.86.200 with SMTP id t8mr42804922qal.0.1373567324494; Thu, 11 Jul 2013 11:28:44 -0700 (PDT) X-Received: by 10.49.4.201 with SMTP id m9mr1208653qem.15.1373567324437; Thu, 11 Jul 2013 11:28:44 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!eu.feeder.erje.net!feeder.erje.net!us.feeder.erje.net!news.glorb.com!t19no1218611qam.0!news-out.google.com!f7ni2066qai.0!nntp.google.com!t19no1218609qam.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 11 Jul 2013 11:28:44 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=92.235.245.78; posting-account=g4n69woAAACHKbpceNrvOhHWViIbdQ9G NNTP-Posting-Host: 92.235.245.78 References: <69246de0-4b33-4d47-b5be-a45e8c911fb0@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4d7e6232-1e3b-4ad8-b754-16d6e8642006@googlegroups.com> Subject: Re: Ada202X: Easy to use "UML private"-like components From: Martin Injection-Date: Thu, 11 Jul 2013 18:28:44 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:16297 Date: 2013-07-11T11:28:44-07:00 List-Id: Sadly, our current UML tool comes with some strange defaults out-the-box, s= uch that if you don't override the code-gen properties early (and preferabl= y at top of model level) then all attributes are (C++) protected and not th= e visibly you selected for the attribute. And the visibility you selected f= or the attribute becomes the visibility of the set/get operations...ie what= you see (on a Class Diagram) is _not_ what you get in the code!!! Horrific= ...and non-Do-178B (/C) compliant!! -- Martin